argos/dmp-frontend/src/app/ui/dmp/wizard/listing/dmp-wizard-dataset-listing....

38 lines
526 B
SCSS
Raw Normal View History

.mat-table {
2019-09-19 12:00:00 +02:00
margin: 24px;
}
.mat-fab-bottom-right {
2019-09-19 12:00:00 +02:00
// top: auto !important;
// right: 20px !important;
// bottom: 10px !important;
// left: auto !important;
// position: fixed !important;
float: right;
}
.full-width {
2019-09-19 12:00:00 +02:00
width: 100%;
}
.mat-card {
2019-09-19 12:00:00 +02:00
margin: 16px 0;
}
.mat-row {
2019-09-19 12:00:00 +02:00
cursor: pointer;
}
2019-04-24 11:26:53 +02:00
mat-row:hover {
2019-09-19 12:00:00 +02:00
background-color: lightgray;
}
// mat-row:nth-child(even){
// background-color:red;
// }
2019-09-19 12:00:00 +02:00
mat-row:nth-child(odd) {
background-color: #0c748914;
// background-color:#eef0fb;
}