@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; }