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

31 lines
400 B
SCSS

.mat-card {
margin: 1em 0;
}
.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 {
top: auto !important;
right: 20px !important;
bottom: 10px !important;
left: auto !important;
position: fixed !important;
z-index: 5;
}
}