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";
|
2022-06-24 14:23:02 +00:00
|
|
|
@import "~design-system/build/css/design-system.css";
|
2021-12-24 07:25:25 +00:00
|
|
|
@import "theme/colors.css";
|
|
|
|
|
@import "theme/defaultTheme.css";
|
2022-08-05 04:46:42 +00:00
|
|
|
@import "theme/wds.css";
|
2019-12-16 08:49:10 +00:00
|
|
|
|
2019-01-21 15:11:10 +00:00
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2021-10-04 15:34:37 +00:00
|
|
|
background-color: #FFF !important;
|
2019-01-21 15:11:10 +00:00
|
|
|
}
|
|
|
|
|
|
2022-03-10 05:38:50 +00:00
|
|
|
body.dragging * {
|
2020-08-14 07:18:30 +00:00
|
|
|
cursor: grabbing !important;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-21 15:11:10 +00:00
|
|
|
code {
|
|
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
2022-03-10 05:38:50 +00:00
|
|
|
monospace;
|
2019-01-21 15:11:10 +00:00
|
|
|
}
|
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 {
|
2021-11-23 08:01:46 +00:00
|
|
|
display: flex;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.bp3-popover-target > * {
|
|
|
|
|
flex-grow: 1;
|
2019-12-23 12:16:33 +00:00
|
|
|
}
|
|
|
|
|
|
2019-11-21 10:52:49 +00:00
|
|
|
div.bp3-popover-arrow {
|
2022-03-10 05:38:50 +00:00
|
|
|
display: none;
|
2019-12-03 09:21:06 +00:00
|
|
|
}
|
|
|
|
|
|
2022-03-10 05:38:50 +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;
|
2021-11-08 15:19:33 +00:00
|
|
|
box-shadow: none !important;
|
2020-02-18 10:41:52 +00:00
|
|
|
}
|
2022-03-10 05:38:50 +00:00
|
|
|
|
2020-02-18 10:41:52 +00:00
|
|
|
.Toastify__toast-body {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
2020-09-16 10:28:01 +00:00
|
|
|
|
|
|
|
|
.Toastify__progress-bar--default {
|
2021-03-02 03:13:43 +00:00
|
|
|
background: rgb(3, 179, 101) !important;
|
2020-09-16 10:28:01 +00:00
|
|
|
}
|
2020-12-30 09:06:24 +00:00
|
|
|
|
2021-07-15 10:56:18 +00:00
|
|
|
.t--editor-appname-menu-portal {
|
|
|
|
|
z-index: 9 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2021-02-08 07:30:01 +00:00
|
|
|
.bp3-popover .bp3-input {
|
|
|
|
|
outline: 0;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
|
border-radius: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp3-popover .bp3-input:focus {
|
|
|
|
|
border-color: #80bdff;
|
|
|
|
|
outline: 0;
|
|
|
|
|
box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp3-popover.bp3-minimal {
|
|
|
|
|
margin-top: 8px !important;
|
|
|
|
|
}
|
|
|
|
|
|
2022-03-10 05:38:50 +00:00
|
|
|
.layout-control.bp3-popover.bp3-minimal {
|
2021-03-29 15:47:22 +00:00
|
|
|
margin-top: 8px !important;
|
2021-03-03 05:26:47 +00:00
|
|
|
}
|
|
|
|
|
|
2021-10-26 05:17:59 +00:00
|
|
|
.bp3-popover.none-shadow-popover {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
border: 0px;
|
|
|
|
|
}
|
2021-03-03 05:26:47 +00:00
|
|
|
|
2021-02-08 07:30:01 +00:00
|
|
|
.bp3-datepicker {
|
|
|
|
|
border-radius: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2022-03-10 05:38:50 +00:00
|
|
|
|
2021-05-19 07:20:00 +00:00
|
|
|
/* making both the Modal layer and the Dropdown layer */
|
|
|
|
|
.bp3-modal-widget, .appsmith_widget_0 > .bp3-portal {
|
|
|
|
|
z-index: 2 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Portals on the Modal widget */
|
|
|
|
|
.bp3-modal-widget .bp3-portal {
|
|
|
|
|
z-index: 21 !important;
|
|
|
|
|
}
|
2022-03-10 05:38:50 +00:00
|
|
|
|
|
|
|
|
.bp3-overlay-backdrop {
|
|
|
|
|
background-color: rgba(16, 22, 26, 0.7) !important;
|
|
|
|
|
}
|