mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* 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
11 lines
245 B
SCSS
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%;
|
|
}
|
|
}
|