dfb533db8d
* Frontend assets url * Remove font files from widget * Rename variable to ASSET_CDN_HOST
37 lines
613 B
SCSS
Executable file
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;
|
|
}
|