fuse-angular/src/@fuse/components/highlight/highlight.component.scss
2018-07-13 12:23:30 +03:00

8 lines
149 B
SCSS

:host {
display: block;
padding: 8px;
background: #263238;
cursor: text;
overflow: auto;
-webkit-overflow-scrolling: touch;
}