alfresco-ng2-components/lib/core/viewer/components/txt-viewer.component.scss
Denys Vuika e94b2f99bd
[ADF-5406] SCSS and HTML template path fixes (#7063)
* remove useless mixin

* fix scss paths

* style fixes

* fix styles

* style fixes

* style fixes

* style fixes

* style fixes

* insights fixes

* css and template path fixes

* bug fixes
2021-06-01 09:21:00 +01:00

11 lines
245 B
SCSS

@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%;
}
}