2019-05-08 15:42:36 +02:00
|
|
|
::ng-deep .mat-paginator {
|
|
|
|
margin-top: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-paginator-container {
|
|
|
|
flex-direction: row-reverse !important;
|
|
|
|
justify-content: space-between !important;
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
height: 30px;
|
|
|
|
min-height: 30px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-paginator-page-size {
|
|
|
|
height: 43px;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-icon-button {
|
|
|
|
height: 30px !important;
|
|
|
|
font-size: 12px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-paginator-range-label {
|
|
|
|
margin: 15px 32px 0 24px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-paginator-range-actions {
|
|
|
|
width: 55% !important;
|
|
|
|
min-height: 43px !important;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-paginator-navigation-previous {
|
|
|
|
margin-left: auto !important;
|
|
|
|
}
|
|
|
|
|
2019-05-08 15:29:52 +02:00
|
|
|
// .listing {
|
|
|
|
// .mat-card {
|
|
|
|
// margin: 1em 0;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .col-9 {
|
|
|
|
// display: flex;
|
|
|
|
// flex-direction: column;
|
|
|
|
// }
|
|
|
|
// }
|