6e911e69f8
* Add inter font, remove modal header bg * Remove unnecessary font files * Fix codeclimate issues, remove letter-spacing attribute
17 lines
248 B
SCSS
Executable file
17 lines
248 B
SCSS
Executable file
@import 'reset';
|
|
@import 'variables';
|
|
@import 'buttons';
|
|
@import 'mixins';
|
|
@import 'forms';
|
|
@import 'shared/assets/fonts/inter';
|
|
|
|
html,
|
|
body {
|
|
font-family: $font-family;
|
|
font-size: 10px;
|
|
height: 100%;
|
|
}
|
|
|
|
.woot-widget-wrap {
|
|
height: 100%;
|
|
}
|