mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
ACS-6721 fix button visibility (#9530)
Co-authored-by: DaryaBalvanovich <darya.balvanovich1@hyland.com>
This commit is contained in:
parent
ec508a7a10
commit
1bcc760b3f
@ -1,14 +1,25 @@
|
|||||||
|
$dialog-title-height: 100px;
|
||||||
|
$dialog-information-height: 44px;
|
||||||
|
$dialog-buttons-height: 68px;
|
||||||
|
|
||||||
|
$dialog-list-height: calc(65vh - ($dialog-title-height + $dialog-information-height + $dialog-buttons-height));
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
|
&-aspect-list-spinner,
|
||||||
|
&-aspect-list-container {
|
||||||
|
padding-top: 3px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
&-aspect-list-spinner {
|
&-aspect-list-spinner {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-height: 400px;
|
min-height: $dialog-list-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-aspect-list-container {
|
&-aspect-list-container {
|
||||||
padding-top: 3px;
|
max-height: $dialog-list-height;
|
||||||
height: 400px;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user