17 lines
293 B
SCSS
17 lines
293 B
SCSS
|
@import 'variables';
|
||
|
@import 'buttons';
|
||
|
@import 'mixins';
|
||
|
@import 'forms';
|
||
|
@import 'reset';
|
||
|
|
||
|
html,
|
||
|
body {
|
||
|
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
|
||
|
font-size: 10px;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.woot-widget-wrap {
|
||
|
height: 100%;
|
||
|
}
|