mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* theming barrel file for core * card-view theme * clipboard theme * rename core theme files * content services themes * process services theme * process services cloud theme * insights theming * try fix flaky test
20 lines
367 B
SCSS
20 lines
367 B
SCSS
@mixin adf-pdf-viewer-password-dialog-theme($theme) {
|
|
.adf-fill-remaining-space {
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
.adf-full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
$primary: map-get($theme, primary);
|
|
|
|
.adf-dialog-buttons button {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.adf-dialog-action-button:enabled {
|
|
color: mat-color($primary);
|
|
}
|
|
}
|