2019-11-27 06:15:33 +00:00
|
|
|
@import 'reset';
|
2019-10-29 07:20:54 +00:00
|
|
|
@import 'variables';
|
|
|
|
@import 'buttons';
|
|
|
|
@import 'mixins';
|
|
|
|
@import 'forms';
|
2020-09-03 07:47:45 +00:00
|
|
|
@import 'shared/assets/fonts/widget_fonts';
|
2020-01-09 07:36:40 +00:00
|
|
|
@import '~ionicons/scss/ionicons';
|
|
|
|
@import '~spinkit/scss/spinners/7-three-bounce';
|
2019-10-29 07:20:54 +00:00
|
|
|
|
|
|
|
html,
|
|
|
|
body {
|
2019-11-28 05:33:01 +00:00
|
|
|
font-family: $font-family;
|
2019-10-29 07:20:54 +00:00
|
|
|
font-size: 10px;
|
2020-08-28 12:09:46 +00:00
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2019-10-29 07:20:54 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woot-widget-wrap {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2020-03-07 18:09:41 +00:00
|
|
|
|
|
|
|
.is-mobile {
|
2020-08-28 12:09:46 +00:00
|
|
|
.actions {
|
2020-03-07 18:09:41 +00:00
|
|
|
.close-button {
|
|
|
|
display: block !important;
|
|
|
|
}
|
2020-08-28 12:09:46 +00:00
|
|
|
|
|
|
|
.new-window--button {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2020-03-07 18:09:41 +00:00
|
|
|
}
|
|
|
|
}
|
2020-08-11 04:27:42 +00:00
|
|
|
|
|
|
|
.cursor-pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|