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

38 lines
526 B
SCSS

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