mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* fix kebab case files and add tlsint rule * headless * m 2 in e2e * download file in headless chrome * fix budget * fix import * fix import
24 lines
364 B
SCSS
24 lines
364 B
SCSS
@import '~@angular/material/theming';
|
|
|
|
.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);
|
|
}
|
|
|
|
}
|