mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-23 18:05:09 +00:00
[ACS-8447] align pagination buttons (#10014)
This commit is contained in:
parent
70c2783a17
commit
b42bd9a30a
@ -1,14 +1,14 @@
|
||||
@use '../../../src/lib/styles/flex' as flex;
|
||||
|
||||
$adf-pagination-height: 48px !default;
|
||||
$adf-pagination-icon-button-size: 32px !default;
|
||||
$adf-pagination-border: none !default;
|
||||
$adf-pagination-line-height: 20px;
|
||||
|
||||
.adf-pagination {
|
||||
display: flex;
|
||||
border-top: $adf-pagination-border;
|
||||
height: $adf-pagination-height;
|
||||
line-height: 20px;
|
||||
line-height: $adf-pagination-line-height;
|
||||
color: var(--adf-theme-foreground-text-color);
|
||||
|
||||
&__block {
|
||||
@ -81,6 +81,6 @@ $adf-pagination-border: none !default;
|
||||
}
|
||||
|
||||
button[mat-icon-button] {
|
||||
line-height: $adf-pagination-icon-button-size;
|
||||
line-height: $adf-pagination-line-height;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user