Denys Vuika 9a9c3dbfbc [ADF-3357] text viewer fixes ()
* text viewer fixes

* allow viewing 'css' and 'md' files as text
2018-09-18 10:49:35 +01:00

12 lines
275 B
SCSS

@mixin adf-text-viewer-theme($theme) {
$background: map-get($theme, background);
.adf-txt-viewer {
background-color: mat-color($background, background);
overflow: hidden;
overflow-y: scroll;
height: 100%;
width: 100%;
}
}