argos/dmp-frontend/src/app/ui/admin/dmp-profile/listing/dmp-profile-listing.compone...

29 lines
411 B
SCSS

.dmp-profile-listing {
.mat-row {
cursor: pointer;
}
.mat-card {
margin: 1em 0;
}
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;
float: right;
z-index: 5;
}
}