Chatwoot/app/javascript/widget/assets/scss/woot.scss
2019-11-27 11:45:33 +05:30

16 lines
300 B
SCSS
Executable file

@import 'reset';
@import 'variables';
@import 'buttons';
@import 'mixins';
@import 'forms';
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%;
}