Chatwoot/app/javascript/widget/assets/scss/woot.scss
Pranav Raj S dfb533db8d
chore: Improve widget loading performance (#1191)
* Frontend assets url

* Remove font files from widget

* Rename variable to ASSET_CDN_HOST
2020-09-03 13:17:45 +05:30

37 lines
613 B
SCSS
Executable file

@import 'reset';
@import 'variables';
@import 'buttons';
@import 'mixins';
@import 'forms';
@import 'shared/assets/fonts/widget_fonts';
@import '~ionicons/scss/ionicons';
@import '~spinkit/scss/spinners/7-three-bounce';
html,
body {
font-family: $font-family;
font-size: 10px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
height: 100%;
}
.woot-widget-wrap {
height: 100%;
}
.is-mobile {
.actions {
.close-button {
display: block !important;
}
.new-window--button {
display: none !important;
}
}
}
.cursor-pointer {
cursor: pointer;
}