argos/dmp-frontend/src/app/datasets/dataset-listing.component.scss

35 lines
486 B
SCSS
Raw Normal View History

2017-12-19 12:45:56 +01:00
.mat-table {
margin: 24px;
}
.mat-fab-bottom-right {
top: auto !important;
right: 20px !important;
bottom: 10px !important;
left: auto !important;
position: fixed !important;
}
.full-width {
width: 100%;
}
.mat-card {
margin: 16px 0;
}
.mat-row {
cursor: pointer;
}
mat-row:hover {
background-color: lightgray;
2018-01-10 13:09:42 +01:00
}
// mat-row:nth-child(even){
// background-color:red;
// }
mat-row:nth-child(odd){
2018-01-11 17:14:23 +01:00
background-color:#eef0fb;
2018-01-10 13:09:42 +01:00
}