66 lines
971 B
CSS
Executable File
66 lines
971 B
CSS
Executable File
@import "~normalize.css";
|
|
@import "~@blueprintjs/core/lib/css/blueprint.css";
|
|
@import "~@blueprintjs/icons/lib/css/blueprint-icons.css";
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
body.dragging *{
|
|
cursor: grabbing !important;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
.bp3-button.bp3-loading{
|
|
cursor: default !important;
|
|
}
|
|
|
|
.display-none {
|
|
display: none;
|
|
}
|
|
|
|
.Toastify__toast {
|
|
padding: 0 !important;
|
|
border-radius: 4px !important;
|
|
}
|
|
.Toastify__toast-body {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.Toastify__progress-bar--default {
|
|
background: #29CCA3 !important;
|
|
}
|
|
|
|
#header-root {
|
|
position: relative;
|
|
z-index: 11;
|
|
}
|
|
|
|
.bp3-portal {
|
|
z-index: 10;
|
|
}
|
|
|