mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
13 lines
284 B
SCSS
13 lines
284 B
SCSS
@import '~@angular/material/theming';
|
|
|
|
@mixin adf-text-viewer-theme($theme) {
|
|
$background: map-get($theme, background);
|
|
|
|
.adf-txt-viewer {
|
|
background-color: mat-color($background, background);
|
|
overflow: auto;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|