@import "~normalize.css"; @import "~@blueprintjs/core/lib/css/blueprint.css"; @import "~@blueprintjs/icons/lib/css/blueprint-icons.css"; body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #efefef; } body.fontLoaded { font-family: "DM Sans", sans-serif; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } * { outline: none !important; } div.bp3-select-popover .bp3-popover-content { padding: 0; } span.bp3-popover-target { display: block; } div.bp3-popover-arrow { display:none; } .pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } /* The color of the loader is defined by the theme TODO(abhinav): move this into the app to wrap */ .pace > div.pace-progress { background: #29CCA3; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 5px; }