2019-12-16 08:49:10 +00:00
|
|
|
@import "~normalize.css";
|
|
|
|
|
@import "~@blueprintjs/core/lib/css/blueprint.css";
|
|
|
|
|
@import "~@blueprintjs/icons/lib/css/blueprint-icons.css";
|
|
|
|
|
|
2019-01-21 15:11:10 +00:00
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
|
2020-08-14 07:18:30 +00:00
|
|
|
body.dragging *{
|
|
|
|
|
cursor: grabbing !important;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-21 15:11:10 +00:00
|
|
|
code {
|
|
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
|
|
|
|
monospace;
|
|
|
|
|
}
|
2019-11-21 10:52:49 +00:00
|
|
|
|
2019-12-23 12:16:33 +00:00
|
|
|
* {
|
|
|
|
|
outline: none !important;
|
|
|
|
|
}
|
2019-11-21 10:52:49 +00:00
|
|
|
|
|
|
|
|
div.bp3-select-popover .bp3-popover-content {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2019-12-23 12:16:33 +00:00
|
|
|
span.bp3-popover-target {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-21 10:52:49 +00:00
|
|
|
div.bp3-popover-arrow {
|
|
|
|
|
display:none;
|
2019-12-03 09:21:06 +00:00
|
|
|
}
|
|
|
|
|
|
2020-01-15 04:49:36 +00:00
|
|
|
.bp3-button.bp3-loading{
|
2020-01-24 10:44:15 +00:00
|
|
|
cursor: default !important;
|
2020-01-15 04:49:36 +00:00
|
|
|
}
|
|
|
|
|
|
2020-02-07 02:32:52 +00:00
|
|
|
.display-none {
|
|
|
|
|
display: none;
|
2020-02-18 10:41:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Toastify__toast {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
border-radius: 4px !important;
|
|
|
|
|
}
|
|
|
|
|
.Toastify__toast-body {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
2020-09-16 10:28:01 +00:00
|
|
|
|
|
|
|
|
.Toastify__progress-bar--default {
|
|
|
|
|
background: #29CCA3 !important;
|
|
|
|
|
}
|
2020-12-30 09:06:24 +00:00
|
|
|
|
|
|
|
|
#header-root {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 11;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp3-portal {
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
2021-01-21 06:19:06 +00:00
|
|
|
|