// Override default variables before the import $font-family-base: "Open Sans", sans-serif; html, body { height: 100%; } #root { min-height: 100%; position: relative; .pageLoader { position: fixed; left: calc(50% - 20px); top: 35%; } } body { margin: 0; overflow: hidden; } body.loading * { cursor: wait !important; } body.drag-cursor * { cursor: url('data:image/svg+xml;utf8,') 6 6, auto !important; } body.desktop { user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; mozuserselect: none; }