mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* pdf password dialog * PDF viewer onPassword test * pdf password dialog * PDF viewer onPassword test * test * test * test * test * test * test * test * fix password test * travis improvements
22 lines
325 B
SCSS
22 lines
325 B
SCSS
.adf-fill-remaining-space {
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
.adf-full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
@mixin adf-dialog-theme($theme) {
|
|
|
|
$primary: map-get($theme, primary);
|
|
|
|
.adf-dialog-buttons button {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.adf-dialog-action-button:enabled {
|
|
color: mat-color($primary);
|
|
}
|
|
|
|
}
|