Merge branch 'ui-refactoring' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
This commit is contained in:
commit
42a06713af
|
@ -34,3 +34,38 @@
|
||||||
// h3 {
|
// h3 {
|
||||||
// margin-top: 0px;
|
// margin-top: 0px;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
::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;
|
||||||
|
}
|
||||||
|
|
|
@ -1,3 +1,38 @@
|
||||||
|
::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;
|
||||||
|
}
|
||||||
|
|
||||||
// .listing {
|
// .listing {
|
||||||
// .mat-card {
|
// .mat-card {
|
||||||
// margin: 1em 0;
|
// margin: 1em 0;
|
||||||
|
@ -8,38 +43,3 @@
|
||||||
// flex-direction: column;
|
// flex-direction: column;
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// ::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;
|
|
||||||
// }
|
|
||||||
|
|
|
@ -129,39 +129,4 @@ $theme: mat-light-theme($primary, $accent);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
::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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue