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

42 lines
555 B
SCSS
Raw Normal View History

2017-12-19 12:45:56 +01:00
.mat-table {
margin: 24px;
}
.mat-fab-bottom-right {
2019-04-24 11:26:53 +02:00
// top: auto !important;
// right: 20px !important;
// bottom: 10px !important;
// left: auto !important;
// position: fixed !important;
float: right;
z-index: 5;
2017-12-19 12:45:56 +01:00
}
.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;
}