mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
17 lines
256 B
SCSS
17 lines
256 B
SCSS
@import '@taiga-ui/core/styles/taiga-ui-local';
|
|
|
|
:host {
|
|
display: block;
|
|
height: 100%;
|
|
}
|
|
|
|
tui-root {
|
|
@include transition(filter);
|
|
height: 100%;
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
&.offline {
|
|
filter: saturate(0.75) contrast(0.85);
|
|
}
|
|
}
|