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

40 lines
512 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;
}
2018-07-23 16:01:27 +02:00
mat-row:hover {
2017-12-19 12:45:56 +01:00
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-07-23 16:01:27 +02:00
}
h3{
margin-top: 0px;
}