Files
DeviceManager/src/lib/style/theme.scss

37 lines
539 B
SCSS

@use "reset";
@use "form/button";
@use "form/toggle";
@use "form/radio";
@use "kbd";
@use "print";
@use "elements/h1";
@use "elements/popover";
body {
display: flex;
flex-direction: column;
margin: 0;
background: var(--md-sys-color-background);
width: 100vw;
height: 100vh;
overflow: hidden;
color: var(--md-sys-color-on-background);
font-family: "Noto Sans Mono", monospace;
}
main {
display: flex;
flex-grow: 1;
flex-direction: column;
align-items: center;
contain: strict;
padding-inline: 16px;
}