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

66 lines
1.2 KiB
SCSS
Raw Normal View History

2019-06-05 16:07:36 +02:00
.mat-table {
margin: 24px;
}
2019-01-18 18:03:45 +01:00
.dmp-profile-listing {
2020-11-10 15:53:48 +01:00
margin-top: 1.3rem;
2019-06-05 16:07:36 +02:00
.mat-row {
cursor: pointer;
}
.mat-card {
margin: 1em 0;
}
mat-row:hover {
background-color: lightgray;
}
mat-row:nth-child(odd) {
2019-09-19 12:00:00 +02:00
background-color: #0c748914;
// background-color: #eef0fb;
2019-06-05 16:07:36 +02:00
}
.mat-fab-bottom-right {
// top: auto !important;
// right: 20px !important;
// bottom: 10px !important;
// left: auto !important;
// position: fixed !important;
float: right;
z-index: 5;
}
}
:host ::ng-deep .mat-paginator-container {
2019-06-05 16:07:36 +02:00
flex-direction: row-reverse !important;
justify-content: space-between !important;
background-color: #f6f6f6;
height: 30px;
min-height: 30px !important;
}
:host ::ng-deep .mat-paginator-page-size {
2019-06-05 16:07:36 +02:00
height: 43px;
}
:host ::ng-deep .mat-paginator-range-label {
2019-06-05 16:07:36 +02:00
margin: 15px 32px 0 24px !important;
}
:host ::ng-deep .mat-paginator-range-actions {
2019-06-05 16:07:36 +02:00
width: 55% !important;
min-height: 43px !important;
justify-content: space-between;
}
:host ::ng-deep .mat-paginator-navigation-previous {
2019-06-05 16:07:36 +02:00
margin-left: auto !important;
}
2019-01-18 18:03:45 +01:00
:host ::ng-deep .mat-icon-button {
2019-06-05 16:07:36 +02:00
height: 30px !important;
font-size: 12px !important;
2019-01-18 18:03:45 +01:00
}