Files
start-os/web/projects/ui/src/app/app.component.scss
Alex Inkin 57e75e3614 feat: implement top navigation (#2805)
* feat: implement top navigation

* chore: fix order
2024-12-30 09:07:44 -07:00

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);
}
}