mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* collection navigation support for Viewer * code cleanup * full screen mode support * keyboard shortcuts * zooming scale label * layout fixes * test fixes * image toolbar with basic tranformations * test fixes * test fixes
10 lines
232 B
SCSS
10 lines
232 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;
|
|
}
|
|
}
|