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

31 lines
400 B
SCSS
Raw Normal View History

2019-04-24 11:26:53 +02:00
.mat-card {
margin: 1em 0;
}
2019-01-18 18:03:45 +01:00
2019-04-24 11:26:53 +02:00
.project-listing {
.mat-card {
margin: 1em 0;
}
2019-01-18 18:03:45 +01:00
2019-04-24 11:26:53 +02:00
.mat-row {
cursor: pointer;
}
2019-01-18 18:03:45 +01:00
2019-04-24 11:26:53 +02:00
mat-row:hover {
background-color: lightgray;
}
2019-01-18 18:03:45 +01:00
2019-04-24 11:26:53 +02:00
mat-row:nth-child(odd) {
background-color: #eef0fb;
}
.mat-fab-bottom {
top: auto !important;
right: 20px !important;
bottom: 10px !important;
left: auto !important;
position: fixed !important;
z-index: 5;
2019-04-24 11:26:53 +02:00
}
}