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

27 lines
395 B
SCSS
Raw Normal View History

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