2021-05-14 09:29:48 +00:00
|
|
|
@import './tabler.scss';
|
2021-09-15 15:40:59 +00:00
|
|
|
@import './colors.scss';
|
2021-05-14 09:29:48 +00:00
|
|
|
|
2021-04-10 07:23:30 +00:00
|
|
|
body {
|
2021-04-30 06:31:32 +00:00
|
|
|
font-family: 'Roboto', sans-serif;
|
2021-04-10 07:23:30 +00:00
|
|
|
}
|
|
|
|
|
|
2021-09-05 04:58:10 +00:00
|
|
|
.navbar {
|
|
|
|
|
max-height: 48px;
|
|
|
|
|
min-height: auto;
|
|
|
|
|
|
|
|
|
|
.nav-item.active:after {
|
|
|
|
|
bottom: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.editor {
|
|
|
|
|
.header-container {
|
|
|
|
|
max-width: 100%;
|
2021-08-17 06:01:12 +00:00
|
|
|
padding-left: 0.5rem;
|
|
|
|
|
padding-right: 0.5rem;
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
|
|
|
|
|
2021-05-30 15:51:31 +00:00
|
|
|
.resizer-active {
|
|
|
|
|
border: solid 1px rgb(70, 165, 253)!important;
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-30 15:51:31 +00:00
|
|
|
.top-right,
|
|
|
|
|
.top-left,
|
|
|
|
|
.bottom-right,
|
|
|
|
|
.bottom-left {
|
|
|
|
|
background: white;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
border: solid 1px rgb(70, 165, 253);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.resizer-selected {
|
2021-06-04 13:22:22 +00:00
|
|
|
outline-width: thin;
|
|
|
|
|
outline-style: solid;
|
|
|
|
|
outline-color: #ffda7e;
|
|
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.query-manager {
|
|
|
|
|
.btn {
|
|
|
|
|
height: 31px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.header {
|
2021-05-22 14:49:16 +00:00
|
|
|
--tblr-gutter-x: 0rem;
|
|
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.nav-header {
|
2021-05-01 09:01:15 +00:00
|
|
|
color: #3e525b;
|
2021-04-30 06:31:32 +00:00
|
|
|
.nav-tabs {
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-05-24 13:09:00 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.query-details {
|
2021-05-24 13:09:00 +00:00
|
|
|
margin-top: 34px;
|
|
|
|
|
}
|
2021-05-24 15:25:42 +00:00
|
|
|
|
|
|
|
|
.advanced-options-container {
|
|
|
|
|
margin-top: 42px!important;
|
|
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
2021-04-01 10:59:44 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.left-sidebar {
|
|
|
|
|
scrollbar-width: none;
|
|
|
|
|
}
|
2021-04-07 06:26:19 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.left-sidebar::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
2021-04-07 07:03:03 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.left-sidebar {
|
|
|
|
|
height: 100%;
|
2021-08-17 06:01:12 +00:00
|
|
|
width: 3%;
|
|
|
|
|
position: fixed;
|
2021-04-30 06:31:32 +00:00
|
|
|
z-index: 1;
|
|
|
|
|
left: 0;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
flex: 1 1 auto;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
background-clip: border-box;
|
|
|
|
|
border: solid rgba(0, 0, 0, 0.125);
|
|
|
|
|
border-width: 0px 1px 3px 0px;
|
|
|
|
|
|
|
|
|
|
.accordion-item {
|
|
|
|
|
border: solid rgba(101, 109, 119, 0.16);
|
|
|
|
|
border-width: 1px 0px 1px 0px;
|
2021-04-07 06:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.datasources-container {
|
|
|
|
|
height: 50%;
|
|
|
|
|
overflow-y: scroll;
|
2021-05-01 09:01:15 +00:00
|
|
|
|
|
|
|
|
tr {
|
|
|
|
|
border-color: #f1f1f1;
|
|
|
|
|
}
|
2021-04-25 08:45:24 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.variables-container {
|
|
|
|
|
height: 50%;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
}
|
2021-04-10 14:25:32 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.variables-container::-webkit-scrollbar-thumb,
|
|
|
|
|
.datasources-container::-webkit-scrollbar-thumb {
|
|
|
|
|
background: transparent;
|
|
|
|
|
height: 0;
|
|
|
|
|
width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.variables-container::-webkit-scrollbar,
|
|
|
|
|
.datasources-container::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
height: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.variables-container,
|
|
|
|
|
.datasources-container {
|
|
|
|
|
scrollbar-width: none;
|
|
|
|
|
}
|
2021-04-02 04:16:26 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.datasources-container {
|
|
|
|
|
bottom: 0;
|
|
|
|
|
height: 500px;
|
|
|
|
|
border: solid rgba(101, 109, 119, 0.16);
|
|
|
|
|
border-width: 1px 0px 1px 0px;
|
2021-04-01 10:59:44 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.datasources-header {
|
2021-04-01 10:59:44 +00:00
|
|
|
border: solid rgba(0, 0, 0, 0.125);
|
2021-04-30 06:31:32 +00:00
|
|
|
border-width: 0px 0px 1px 0px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-04-02 04:16:26 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.editor-sidebar {
|
|
|
|
|
height: 100%;
|
2021-09-01 13:11:17 +00:00
|
|
|
width: 18%;
|
2021-04-30 06:31:32 +00:00
|
|
|
position: fixed;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
right: 0;
|
|
|
|
|
overflow-x: hidden;
|
2021-04-07 06:26:19 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
flex: 1 1 auto;
|
2021-09-05 04:58:10 +00:00
|
|
|
top: 48px;
|
2021-04-10 14:25:32 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
background-color: #fff;
|
|
|
|
|
background-clip: border-box;
|
|
|
|
|
border: solid rgba(0, 0, 0, 0.125);
|
|
|
|
|
border-width: 0px 0px 0px 1px;
|
|
|
|
|
|
|
|
|
|
.nav-tabs .nav-link {
|
2021-05-01 09:01:15 +00:00
|
|
|
color: #3e525b;
|
2021-04-30 06:31:32 +00:00
|
|
|
border-top-left-radius: 0px;
|
|
|
|
|
border-top-right-radius: 0px;
|
|
|
|
|
}
|
2021-04-10 14:25:32 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.inspector {
|
|
|
|
|
.form-control-plaintext {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
.header {
|
|
|
|
|
border: solid rgba(0, 0, 0, 0.125);
|
2021-07-03 06:49:43 +00:00
|
|
|
border-width: 0px 0px 1px 0px;
|
2021-04-30 06:31:32 +00:00
|
|
|
height: 40px;
|
|
|
|
|
|
|
|
|
|
.component-name {
|
|
|
|
|
font-weight: 500;
|
2021-04-26 19:06:59 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.component-action-button {
|
2021-08-31 14:10:11 +00:00
|
|
|
top: 8px;
|
2021-04-30 06:31:32 +00:00
|
|
|
right: 10px;
|
2021-06-05 13:20:10 +00:00
|
|
|
position: absolute;
|
2021-04-10 14:25:32 +00:00
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.properties-container {
|
|
|
|
|
.field {
|
|
|
|
|
.form-label {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-field {
|
|
|
|
|
height: 30px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-select {
|
|
|
|
|
height: 30px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
2021-05-10 13:29:00 +00:00
|
|
|
|
|
|
|
|
.select-search__input {
|
|
|
|
|
padding: 0.2375rem 0.75rem;
|
|
|
|
|
font-size: 0.825rem;
|
|
|
|
|
}
|
2021-04-25 08:45:24 +00:00
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
|
|
|
|
}
|
2021-04-25 08:45:24 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.components-container::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
2021-04-10 14:25:32 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.components-container::-webkit-scrollbar-thumb {
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.components-container {
|
|
|
|
|
scrollbar-width: none;
|
|
|
|
|
}
|
2021-04-07 06:26:19 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.components-container {
|
|
|
|
|
height: 88%;
|
2021-08-31 14:10:11 +00:00
|
|
|
overflow: auto;
|
2021-04-30 06:31:32 +00:00
|
|
|
|
|
|
|
|
.component-image-holder {
|
2021-09-01 13:11:17 +00:00
|
|
|
background: rgb(244, 246, 250);
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
|
2021-04-30 06:31:32 +00:00
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 12px;
|
2021-04-07 06:26:19 +00:00
|
|
|
}
|
2021-09-01 13:11:17 +00:00
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background: rgba(66, 153, 225, 0.1);
|
|
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
2021-04-10 14:25:32 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.component-title {
|
|
|
|
|
display: block;
|
2021-06-10 02:24:11 +00:00
|
|
|
font-weight: 400;
|
2021-09-01 13:11:17 +00:00
|
|
|
margin-top: 10px;
|
2021-05-01 09:01:15 +00:00
|
|
|
color: #3e525b;
|
2021-09-06 14:40:51 +00:00
|
|
|
white-space: nowrap;
|
2021-09-01 13:11:17 +00:00
|
|
|
font-size: 10px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
text-align: center;
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.component-description {
|
|
|
|
|
color: grey;
|
|
|
|
|
font-size: 0.7rem;
|
|
|
|
|
}
|
2021-04-01 10:59:44 +00:00
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main {
|
2021-08-17 06:01:12 +00:00
|
|
|
margin-left: 3%;
|
|
|
|
|
width: 82%;
|
2021-04-30 19:53:52 +00:00
|
|
|
top: 0;
|
|
|
|
|
|
|
|
|
|
.canvas-container::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
height: 0;
|
|
|
|
|
}
|
2021-04-01 10:59:44 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.canvas-container {
|
|
|
|
|
scrollbar-width: none;
|
|
|
|
|
}
|
2021-04-01 10:59:44 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.canvas-container::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
2021-04-02 04:16:26 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.canvas-container {
|
|
|
|
|
height: 100%;
|
2021-09-01 13:11:17 +00:00
|
|
|
width: 79%;
|
2021-09-05 04:58:10 +00:00
|
|
|
top: 48px;
|
2021-04-30 06:31:32 +00:00
|
|
|
position: fixed;
|
|
|
|
|
overflow-y: auto;
|
2021-04-30 17:36:42 +00:00
|
|
|
overflow-x: scroll;
|
2021-04-30 06:31:32 +00:00
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.show-grid {
|
|
|
|
|
background-size: 30px 30px;
|
|
|
|
|
background-image: linear-gradient(to right, rgba(194, 191, 191, 0.2) 1px, transparent 1px),
|
|
|
|
|
linear-gradient(to bottom, rgba(194, 191, 191, 0.2) 1px, transparent 1px);
|
|
|
|
|
}
|
2021-04-01 10:59:44 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.canvas-area {
|
2021-05-09 03:20:44 +00:00
|
|
|
min-height: 2400px;
|
2021-04-30 06:31:32 +00:00
|
|
|
background: #edeff5;
|
|
|
|
|
margin: 0px auto;
|
2021-04-10 03:49:07 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.resizer {
|
|
|
|
|
border: solid 1px transparent;
|
2021-04-01 10:59:44 +00:00
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
|
|
|
|
}
|
2021-04-12 17:45:39 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.query-pane {
|
|
|
|
|
scrollbar-width: none;
|
|
|
|
|
}
|
2021-04-25 08:45:24 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.query-pane::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.query-pane {
|
|
|
|
|
height: 350px;
|
2021-09-03 05:01:01 +00:00
|
|
|
width: 79%;
|
2021-04-30 06:31:32 +00:00
|
|
|
position: fixed;
|
2021-08-17 06:01:12 +00:00
|
|
|
// z-index: 1;
|
|
|
|
|
left: 3%;
|
2021-04-30 06:31:32 +00:00
|
|
|
bottom: 0;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
flex: 1 1 auto;
|
|
|
|
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
background-clip: border-box;
|
|
|
|
|
border: solid rgba(0, 0, 0, 0.125);
|
|
|
|
|
border-width: 1px 0px 0px 0px;
|
|
|
|
|
|
|
|
|
|
.table-responsive {
|
|
|
|
|
scrollbar-width: none;
|
2021-04-01 10:59:44 +00:00
|
|
|
}
|
2021-04-25 08:45:24 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.table-responsive::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
2021-04-01 12:58:25 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.query-row {
|
|
|
|
|
cursor: pointer;
|
2021-05-22 07:29:44 +00:00
|
|
|
--tblr-gutter-x: 0rem;
|
2021-04-30 06:31:32 +00:00
|
|
|
.query-copy-button {
|
|
|
|
|
display: none;
|
2021-04-01 12:58:25 +00:00
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.query-row-selected {
|
2021-05-03 12:19:19 +00:00
|
|
|
background: rgba(66,153,225,.1)!important;
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
2021-04-01 12:58:25 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.query-row:hover {
|
|
|
|
|
.query-copy-button {
|
|
|
|
|
display: inline-block;
|
2021-04-25 08:45:24 +00:00
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-row {
|
|
|
|
|
height: 100%;
|
|
|
|
|
--tblr-gutter-x: 0rem;
|
|
|
|
|
}
|
2021-04-25 08:45:24 +00:00
|
|
|
|
2021-06-18 05:33:13 +00:00
|
|
|
.query-definition-pane-wrapper {
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
height: 100%;
|
|
|
|
|
scrollbar-width: none; /* Firefox */
|
|
|
|
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
|
|
|
|
|
|
|
|
&::-webkit-scrollbar { /* WebKit */
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.query-definition-pane {
|
|
|
|
|
.header {
|
|
|
|
|
border: solid rgba(0, 0, 0, 0.125);
|
|
|
|
|
border-width: 0px 0px 1px 0px;
|
2021-07-03 17:07:50 +00:00
|
|
|
background: white;
|
2021-05-24 13:09:00 +00:00
|
|
|
position: fixed;
|
2021-08-17 06:01:12 +00:00
|
|
|
z-index: 3;
|
2021-09-03 05:01:01 +00:00
|
|
|
width: 59.3%;
|
2021-07-03 17:07:50 +00:00
|
|
|
margin-top: 0px;
|
2021-08-17 06:01:12 +00:00
|
|
|
padding: 0.5px;
|
2021-04-03 11:14:15 +00:00
|
|
|
}
|
2021-05-24 16:13:02 +00:00
|
|
|
|
|
|
|
|
.preview-header {
|
|
|
|
|
border: solid rgba(0, 0, 0, 0.125);
|
|
|
|
|
border-width: 0px 0px 1px 0px;
|
|
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.data-pane {
|
|
|
|
|
border: solid rgba(0, 0, 0, 0.125);
|
|
|
|
|
border-width: 0px 1px 0px 0px;
|
2021-06-18 05:33:13 +00:00
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
height: 100%;
|
|
|
|
|
scrollbar-width: none; /* Firefox */
|
|
|
|
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
2021-04-30 06:31:32 +00:00
|
|
|
|
2021-06-18 05:33:13 +00:00
|
|
|
&::-webkit-scrollbar { /* WebKit */
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
}
|
2021-05-24 13:09:00 +00:00
|
|
|
|
2021-06-18 05:33:13 +00:00
|
|
|
&::-webkit-scrollbar-thumb {
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
2021-05-24 13:09:00 +00:00
|
|
|
|
2021-06-18 05:33:13 +00:00
|
|
|
.queries-container {
|
2021-04-30 06:31:32 +00:00
|
|
|
.queries-header {
|
2021-04-01 10:59:44 +00:00
|
|
|
border: solid rgba(0, 0, 0, 0.125);
|
2021-04-30 06:31:32 +00:00
|
|
|
border-width: 0px 0px 1px 0px;
|
2021-05-22 14:49:16 +00:00
|
|
|
--tblr-gutter-x: 0rem;
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
2021-05-01 09:01:15 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.query-list {
|
2021-06-18 05:33:13 +00:00
|
|
|
// padding-top: 40px;
|
2021-05-24 13:09:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.query-list::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-01 09:01:15 +00:00
|
|
|
tr {
|
|
|
|
|
border-color: #f1f1f1;
|
|
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header {
|
|
|
|
|
height: 40px;
|
|
|
|
|
text-align: center;
|
2021-04-01 10:59:44 +00:00
|
|
|
}
|
|
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-height: 450px) {
|
|
|
|
|
.sidebar {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
.sidebar a {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-04-01 10:59:44 +00:00
|
|
|
}
|
2021-04-02 11:09:55 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.viewer {
|
|
|
|
|
.header-container {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
2021-04-02 11:09:55 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.main {
|
|
|
|
|
padding: 0px 10px;
|
2021-04-02 11:09:55 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.canvas-container {
|
|
|
|
|
scrollbar-width: none;
|
2021-04-02 11:09:55 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.canvas-container::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
2021-04-25 08:45:24 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.canvas-container {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: fixed;
|
2021-06-03 16:40:54 +00:00
|
|
|
left: 0;
|
2021-04-30 06:31:32 +00:00
|
|
|
overflow-y: auto;
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.canvas-area {
|
|
|
|
|
width: 1280px;
|
|
|
|
|
min-height: 1200px;
|
|
|
|
|
background: #edeff5;
|
|
|
|
|
margin: 0px auto;
|
|
|
|
|
background-size: 80px 80px;
|
|
|
|
|
// background-image: url(/public/images/tile.png);
|
|
|
|
|
background-repeat: repeat;
|
|
|
|
|
}
|
2021-04-02 11:09:55 +00:00
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
2021-04-02 11:09:55 +00:00
|
|
|
}
|
2021-04-06 10:01:05 +00:00
|
|
|
|
|
|
|
|
.modal-header {
|
2021-04-30 06:31:32 +00:00
|
|
|
padding: 0 1.5rem 0 1.5rem;
|
2021-04-08 01:20:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage-body {
|
2021-09-01 15:37:24 +00:00
|
|
|
overflow-y: scroll;
|
|
|
|
|
max-height: 100vh;
|
2021-04-30 06:31:32 +00:00
|
|
|
a {
|
|
|
|
|
color: inherit;
|
|
|
|
|
}
|
2021-04-22 17:08:34 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
a:hover {
|
|
|
|
|
color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2021-04-22 17:08:34 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.app-action-buttons {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2021-04-22 17:08:34 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.app-name {
|
|
|
|
|
line-height: 20px;
|
2021-05-07 16:40:11 +00:00
|
|
|
font-size: 0.9rem;
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
2021-04-22 17:08:34 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.app-card {
|
|
|
|
|
height: 155px;
|
|
|
|
|
max-height: 155px;
|
|
|
|
|
}
|
2021-04-22 17:08:34 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.create-app {
|
|
|
|
|
background: #eefcfe7a;
|
|
|
|
|
border: 1px dashed #9d9d9d;
|
|
|
|
|
}
|
2021-04-22 17:08:34 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.create-app:hover {
|
|
|
|
|
background: #4ac4d600;
|
|
|
|
|
}
|
2021-04-22 17:08:34 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.app-card:hover {
|
|
|
|
|
background: #4ac4d600;
|
2021-04-22 17:08:34 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.app-action-buttons {
|
|
|
|
|
display: inline-flex;
|
2021-04-22 17:08:34 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.app-name {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-04-22 17:08:34 +00:00
|
|
|
|
2021-04-08 13:57:24 +00:00
|
|
|
.datasource-picker {
|
2021-04-30 06:31:32 +00:00
|
|
|
.select-search {
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search {
|
2021-04-30 06:31:32 +00:00
|
|
|
width: 100%;
|
|
|
|
|
position: relative;
|
|
|
|
|
box-sizing: border-box;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search *,
|
|
|
|
|
.select-search *::after,
|
|
|
|
|
.select-search *::before {
|
2021-04-30 06:31:32 +00:00
|
|
|
box-sizing: inherit;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Value wrapper
|
|
|
|
|
*/
|
|
|
|
|
.select-search__value {
|
2021-04-30 06:31:32 +00:00
|
|
|
position: relative;
|
|
|
|
|
z-index: 1;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search__value::after {
|
2021-04-30 06:31:32 +00:00
|
|
|
content: '';
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: calc(50% - 9px);
|
|
|
|
|
right: 19px;
|
|
|
|
|
width: 11px;
|
|
|
|
|
height: 11px;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Input
|
|
|
|
|
*/
|
|
|
|
|
.select-search__input {
|
2021-04-30 06:31:32 +00:00
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0.4375rem 0.75rem;
|
|
|
|
|
font-size: 0.875rem;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 1.4285714;
|
|
|
|
|
color: #232e3c;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
background-clip: padding-box;
|
|
|
|
|
border: 1px solid #dadcde;
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
-moz-appearance: none;
|
|
|
|
|
appearance: none;
|
2021-08-30 11:25:27 +00:00
|
|
|
border-radius: 0;
|
2021-04-30 06:31:32 +00:00
|
|
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search__input::-webkit-search-decoration,
|
|
|
|
|
.select-search__input::-webkit-search-cancel-button,
|
|
|
|
|
.select-search__input::-webkit-search-results-button,
|
|
|
|
|
.select-search__input::-webkit-search-results-decoration {
|
2021-04-30 06:31:32 +00:00
|
|
|
-webkit-appearance: none;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search__input:not([readonly]):focus {
|
2021-04-30 06:31:32 +00:00
|
|
|
cursor: initial;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Options wrapper
|
|
|
|
|
*/
|
|
|
|
|
.select-search__select {
|
2021-04-30 06:31:32 +00:00
|
|
|
background: #fff;
|
|
|
|
|
box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.15);
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Options
|
|
|
|
|
*/
|
|
|
|
|
.select-search__options {
|
2021-04-30 06:31:32 +00:00
|
|
|
list-style: none;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Option row
|
|
|
|
|
*/
|
|
|
|
|
.select-search__row:not(:first-child) {
|
2021-04-30 06:31:32 +00:00
|
|
|
border-top: 1px solid #eee;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Option
|
|
|
|
|
*/
|
|
|
|
|
.select-search__option,
|
|
|
|
|
.select-search__not-found {
|
2021-04-30 06:31:32 +00:00
|
|
|
display: block;
|
|
|
|
|
height: 36px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0 16px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border: none;
|
|
|
|
|
outline: none;
|
2021-05-17 07:47:34 +00:00
|
|
|
font-family: 'Roboto', sans-serif;
|
2021-04-30 06:31:32 +00:00
|
|
|
font-size: 14px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
cursor: pointer;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search--multiple .select-search__option {
|
2021-04-30 06:31:32 +00:00
|
|
|
height: 48px;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.select-search__option.is-highlighted,
|
|
|
|
|
.select-search__option:not(.is-selected):hover {
|
2021-04-30 06:31:32 +00:00
|
|
|
background: rgba(47, 204, 139, 0.1);
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search__option.is-highlighted.is-selected,
|
|
|
|
|
.select-search__option.is-selected:hover {
|
2021-04-30 06:31:32 +00:00
|
|
|
background: #2eb378;
|
|
|
|
|
color: #fff;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Group
|
|
|
|
|
*/
|
|
|
|
|
.select-search__group-header {
|
2021-04-30 06:31:32 +00:00
|
|
|
font-size: 10px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
background: #eee;
|
|
|
|
|
padding: 8px 16px;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* States
|
|
|
|
|
*/
|
|
|
|
|
.select-search.is-disabled {
|
2021-04-30 06:31:32 +00:00
|
|
|
opacity: 0.5;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search.is-loading .select-search__value::after {
|
2021-04-30 06:31:32 +00:00
|
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath fill='%232F2D37' d='M25,5A20.14,20.14,0,0,1,45,22.88a2.51,2.51,0,0,0,2.49,2.26h0A2.52,2.52,0,0,0,50,22.33a25.14,25.14,0,0,0-50,0,2.52,2.52,0,0,0,2.5,2.81h0A2.51,2.51,0,0,0,5,22.88,20.14,20.14,0,0,1,25,5Z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
|
|
|
|
|
background-size: 11px;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search:not(.is-disabled) .select-search__input {
|
2021-04-30 06:31:32 +00:00
|
|
|
cursor: pointer;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Modifiers
|
|
|
|
|
*/
|
|
|
|
|
.select-search--multiple {
|
2021-04-30 06:31:32 +00:00
|
|
|
border-radius: 3px;
|
|
|
|
|
overflow: hidden;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search:not(.is-loading):not(.select-search--multiple) .select-search__value::after {
|
2021-04-30 06:31:32 +00:00
|
|
|
transform: rotate(45deg);
|
|
|
|
|
border-right: 1px solid #000;
|
|
|
|
|
border-bottom: 1px solid #000;
|
|
|
|
|
pointer-events: none;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search--multiple .select-search__input {
|
2021-04-30 06:31:32 +00:00
|
|
|
cursor: initial;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search--multiple .select-search__input {
|
2021-04-30 06:31:32 +00:00
|
|
|
border-radius: 3px 3px 0 0;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search--multiple:not(.select-search--search) .select-search__input {
|
2021-04-30 06:31:32 +00:00
|
|
|
cursor: default;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search:not(.select-search--multiple) .select-search__input:hover {
|
2021-04-30 06:31:32 +00:00
|
|
|
border-color: #2fcc8b;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search:not(.select-search--multiple) .select-search__select {
|
2021-04-30 06:31:32 +00:00
|
|
|
position: absolute;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
right: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
max-height: 360px;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search--multiple .select-search__select {
|
2021-04-30 06:31:32 +00:00
|
|
|
position: relative;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
max-height: 260px;
|
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
|
border-radius: 0 0 3px 3px;
|
2021-04-08 13:57:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search__not-found {
|
2021-04-30 06:31:32 +00:00
|
|
|
height: auto;
|
|
|
|
|
padding: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #888;
|
2021-04-09 05:22:26 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-09 06:50:59 +00:00
|
|
|
.jet-table-footer {
|
2021-05-02 13:45:13 +00:00
|
|
|
.table-footer {
|
2021-04-30 06:31:32 +00:00
|
|
|
width: 100%;
|
|
|
|
|
}
|
2021-04-09 06:50:59 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-09 12:00:06 +00:00
|
|
|
.jet-data-table-header {
|
2021-04-30 06:31:32 +00:00
|
|
|
max-height: 50px;
|
2021-04-09 12:00:06 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-09 05:22:26 +00:00
|
|
|
.jet-data-table {
|
2021-05-11 12:42:22 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
thead {
|
2021-05-25 19:06:52 +00:00
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-11 12:42:22 +00:00
|
|
|
.markdown>table>:not(caption)>*>*, .table>:not(caption)>*>* {
|
2021-08-02 14:32:23 +00:00
|
|
|
//padding-bottom: 0.1rem;
|
2021-05-11 12:42:22 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.table-row:hover,
|
|
|
|
|
.table-row:focus-within {
|
|
|
|
|
background: rgba(lightBlue, 0.25);
|
|
|
|
|
}
|
2021-04-09 06:50:59 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
td {
|
2021-05-25 12:32:57 +00:00
|
|
|
min-height: 35px;
|
2021-08-02 14:32:23 +00:00
|
|
|
overflow-x: initial;
|
2021-09-01 04:43:14 +00:00
|
|
|
margin: auto;
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-11 14:28:29 +00:00
|
|
|
.text-container {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-10 11:24:55 +00:00
|
|
|
td {
|
|
|
|
|
.text-container:focus-visible, .text-container:focus, .text-container:focus-within, .text-container:hover {
|
|
|
|
|
outline: none;
|
2021-05-11 14:28:29 +00:00
|
|
|
height: 100%;
|
2021-05-10 11:24:55 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
td {
|
2021-05-12 08:30:50 +00:00
|
|
|
.text-container:focus {
|
2021-05-18 13:29:20 +00:00
|
|
|
position: sticky;
|
|
|
|
|
height: 120px;
|
2021-05-10 10:52:35 +00:00
|
|
|
overflow-y: scroll;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
padding: 10px;
|
2021-05-10 11:24:55 +00:00
|
|
|
margin-left: -9px;
|
2021-05-10 10:52:35 +00:00
|
|
|
background: white;
|
2021-05-12 08:30:50 +00:00
|
|
|
box-shadow: rgba(15,15,15,0/05) 0px 0px 0px 1px, rgba(15,15,15,0.1 ) 0px 3px 6px, rgba(15,15,15, 0.2) 0px 9px 24px;
|
2021-05-10 10:52:35 +00:00
|
|
|
white-space: initial;
|
|
|
|
|
}
|
2021-05-10 11:24:55 +00:00
|
|
|
|
|
|
|
|
.text-container:focus-visible, .text-container:focus, .text-container:focus-within, .text-container:hover {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
2021-05-10 10:52:35 +00:00
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
td {
|
2021-05-10 10:52:35 +00:00
|
|
|
.text-container::-webkit-scrollbar {
|
|
|
|
|
background: transparent;
|
|
|
|
|
height: 0;
|
|
|
|
|
width: 0;
|
|
|
|
|
}
|
2021-05-10 10:19:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td::-webkit-scrollbar {
|
|
|
|
|
background: transparent;
|
|
|
|
|
height: 0;
|
|
|
|
|
width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
th:after {
|
|
|
|
|
content: ' ';
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 0;
|
|
|
|
|
width: 0;
|
|
|
|
|
}
|
2021-04-09 05:22:26 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.sort-desc:after {
|
|
|
|
|
border-left: 5px solid transparent;
|
|
|
|
|
border-right: 5px solid transparent;
|
|
|
|
|
border-top: 5px solid #333;
|
|
|
|
|
border-bottom: 5px solid transparent;
|
|
|
|
|
left: 6px;
|
|
|
|
|
top: 8px;
|
|
|
|
|
}
|
2021-04-09 05:22:26 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.sort-asc:after {
|
|
|
|
|
border-left: 5px solid transparent;
|
|
|
|
|
border-right: 5px solid transparent;
|
|
|
|
|
border-top: 0px solid transparent;
|
|
|
|
|
border-bottom: 5px solid #333;
|
|
|
|
|
left: 6px;
|
|
|
|
|
bottom: 8px;
|
|
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-02 14:23:03 +00:00
|
|
|
}
|
|
|
|
|
|
2021-05-03 08:10:23 +00:00
|
|
|
.jet-data-table::-webkit-scrollbar {
|
|
|
|
|
background: transparent;
|
|
|
|
|
height: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-02 14:23:03 +00:00
|
|
|
.jet-data-table:hover {
|
2021-05-02 14:37:43 +00:00
|
|
|
overflow-x: scroll;
|
2021-05-02 14:23:03 +00:00
|
|
|
overflow-y: scroll;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jet-data-table {
|
2021-09-06 14:40:51 +00:00
|
|
|
|
2021-05-02 14:23:03 +00:00
|
|
|
overflow: hidden;
|
2021-09-01 04:43:14 +00:00
|
|
|
.form-check {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2021-09-06 14:40:51 +00:00
|
|
|
|
2021-09-01 04:43:14 +00:00
|
|
|
.form-check-inline {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-03 08:10:23 +00:00
|
|
|
.table-row {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-02 14:23:03 +00:00
|
|
|
thead {
|
2021-05-02 14:37:43 +00:00
|
|
|
position: sticky;
|
|
|
|
|
top: 0px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
tr {
|
2021-05-02 14:37:43 +00:00
|
|
|
border-top: none;
|
|
|
|
|
}
|
2021-05-02 14:23:03 +00:00
|
|
|
}
|
|
|
|
|
tbody {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2021-04-10 04:33:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-primary {
|
2021-04-30 06:31:32 +00:00
|
|
|
--tblr-btn-color: 60, 146, 220;
|
2021-05-01 09:01:15 +00:00
|
|
|
--tblr-btn-color-darker: 60, 133, 200;
|
2021-04-30 06:31:32 +00:00
|
|
|
border-color: none;
|
2021-04-10 17:22:11 +00:00
|
|
|
}
|
2021-04-11 02:58:47 +00:00
|
|
|
|
|
|
|
|
.form-check-input:checked {
|
2021-05-03 11:26:31 +00:00
|
|
|
background-color: #3c92dc;
|
2021-04-30 06:31:32 +00:00
|
|
|
border-color: rgba(101, 109, 119, 0.24);
|
2021-04-11 02:58:47 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.btn:focus,
|
|
|
|
|
.btn:active,
|
|
|
|
|
.form-check-input:focus,
|
|
|
|
|
.form-check-input:active,
|
|
|
|
|
.form-control:focus,
|
|
|
|
|
th:focus,
|
|
|
|
|
tr:focus {
|
|
|
|
|
outline: none !important;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
2021-04-11 06:38:06 +00:00
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.jet-container {
|
|
|
|
|
border-radius: 8px;
|
2021-04-11 06:38:06 +00:00
|
|
|
}
|
2021-04-15 12:15:58 +00:00
|
|
|
|
2021-04-28 06:25:18 +00:00
|
|
|
.select-search__option {
|
2021-04-30 06:31:32 +00:00
|
|
|
color: rgb(90, 89, 89);
|
2021-04-28 06:25:18 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-15 12:15:58 +00:00
|
|
|
.select-search__option.is-selected {
|
2021-05-13 05:24:25 +00:00
|
|
|
background: rgba(176,176,176, 0.07);
|
|
|
|
|
color: #4d4d4d;
|
2021-04-15 12:15:58 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.select-search__option.is-highlighted.is-selected,
|
|
|
|
|
.select-search__option.is-selected:hover {
|
2021-05-03 12:19:19 +00:00
|
|
|
background: rgba(66,153,225,.1);
|
2021-04-30 06:31:32 +00:00
|
|
|
color: rgb(44, 43, 43);
|
2021-04-15 12:15:58 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.select-search__option.is-highlighted,
|
|
|
|
|
.select-search__option:hover {
|
2021-05-03 12:19:19 +00:00
|
|
|
background: rgba(66,153,225,.1);
|
2021-04-16 16:45:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search__options {
|
2021-04-30 06:31:32 +00:00
|
|
|
margin-left: -33px;
|
2021-04-16 16:45:10 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.select-search__option.is-highlighted,
|
|
|
|
|
.select-search__option:not(.is-selected):hover {
|
2021-05-03 12:19:19 +00:00
|
|
|
background: rgba(66,153,225,.1);
|
2021-04-16 16:45:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search:not(.select-search--multiple) .select-search__input:hover {
|
2021-05-03 12:19:19 +00:00
|
|
|
border-color: rgba(66,153,225,.1);
|
2021-04-16 16:45:10 +00:00
|
|
|
}
|
2021-04-18 16:44:03 +00:00
|
|
|
|
|
|
|
|
.DateInput_input {
|
2021-04-30 06:31:32 +00:00
|
|
|
font-weight: 300;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding: 4px 7px 2px;
|
2021-05-02 07:10:51 +00:00
|
|
|
padding: 4px 7px 2px;
|
|
|
|
|
width: 100px!important;
|
|
|
|
|
margin-left: 10px;
|
2021-04-21 06:07:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jet-data-table {
|
2021-04-30 06:31:32 +00:00
|
|
|
display: inline-block;
|
2021-05-10 07:59:46 +00:00
|
|
|
height: 100%;
|
2021-04-30 06:31:32 +00:00
|
|
|
|
2021-05-09 05:54:11 +00:00
|
|
|
thead {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-09 07:26:54 +00:00
|
|
|
.select-search:not(.is-loading):not(.select-search--multiple) .select-search__value::after {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.custom-select {
|
2021-05-09 07:26:54 +00:00
|
|
|
.select-search:not(.select-search--multiple) .select-search__select {
|
|
|
|
|
top: 0px;
|
2021-05-09 10:51:26 +00:00
|
|
|
border: solid #9fa0a1 1px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.tags {
|
2021-05-11 09:25:06 +00:00
|
|
|
width: 100%;
|
|
|
|
|
min-height: 20px;
|
2021-05-11 12:42:22 +00:00
|
|
|
|
2021-05-09 10:51:26 +00:00
|
|
|
.add-tag-button {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.tag {
|
2021-05-09 10:51:26 +00:00
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 0.85rem;
|
|
|
|
|
letter-spacing: .04em;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
|
|
|
|
.remove-tag-button {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
margin-right: -7px;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control-plaintext {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control-plaintext:hover, .form-control-plaintext:focus-visible {
|
|
|
|
|
outline: none;
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-09 10:51:26 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.tags:hover {
|
2021-05-09 10:51:26 +00:00
|
|
|
.add-tag-button {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tag:hover {
|
|
|
|
|
.remove-tag-button {
|
|
|
|
|
display: inline-flex;
|
2021-05-09 07:26:54 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-04-30 06:31:32 +00:00
|
|
|
.th,
|
|
|
|
|
.td {
|
|
|
|
|
.resizer {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 5px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
transform: translateX(50%);
|
|
|
|
|
z-index: 1;
|
|
|
|
|
touch-action: none;
|
|
|
|
|
|
|
|
|
|
&.isResizing {
|
|
|
|
|
background: rgb(179, 173, 173);
|
2021-04-21 06:07:47 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
2021-04-21 13:47:19 +00:00
|
|
|
|
|
|
|
|
.no-components-box {
|
2021-05-01 09:01:15 +00:00
|
|
|
border: 1px dashed #3e525b;
|
2021-04-22 07:03:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control-plaintext:focus-visible {
|
2021-04-30 06:31:32 +00:00
|
|
|
outline: none;
|
|
|
|
|
outline-width: thin;
|
|
|
|
|
outline-style: solid;
|
|
|
|
|
outline-color: #3c92dc;
|
2021-04-29 16:56:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control-plaintext:hover {
|
2021-04-30 06:31:32 +00:00
|
|
|
outline: none;
|
|
|
|
|
outline-width: thin;
|
|
|
|
|
outline-style: solid;
|
2021-05-03 12:27:46 +00:00
|
|
|
outline-color: rgba(66,153,225,.8);
|
2021-04-22 07:03:38 +00:00
|
|
|
}
|
2021-04-24 07:54:36 +00:00
|
|
|
|
2021-04-24 16:52:05 +00:00
|
|
|
.select-search__input:focus-visible {
|
2021-04-30 06:31:32 +00:00
|
|
|
outline: none;
|
|
|
|
|
outline-color: #4ac4d6;
|
2021-04-24 16:52:05 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-24 07:54:36 +00:00
|
|
|
.form-control-plaintext {
|
2021-04-30 06:31:32 +00:00
|
|
|
padding: 5px;
|
2021-04-24 07:54:36 +00:00
|
|
|
}
|
2021-04-25 07:51:48 +00:00
|
|
|
|
|
|
|
|
.table-filters {
|
2021-04-30 06:31:32 +00:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 80%;
|
|
|
|
|
max-width: 700px;
|
|
|
|
|
margin-right: 10%;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 300px;
|
|
|
|
|
z-index: 100;
|
2021-04-25 07:51:48 +00:00
|
|
|
}
|
2021-04-25 18:08:23 +00:00
|
|
|
|
|
|
|
|
.code-builder {
|
2021-04-30 06:31:32 +00:00
|
|
|
border: solid 1px #dadcde;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
|
|
|
|
|
.variables-dropdown {
|
|
|
|
|
position: fixed;
|
|
|
|
|
right: 0;
|
|
|
|
|
width: 400px;
|
|
|
|
|
z-index: 200;
|
2021-04-25 18:08:23 +00:00
|
|
|
border: solid 1px #dadcde;
|
2021-04-30 06:31:32 +00:00
|
|
|
|
|
|
|
|
.group-header {
|
|
|
|
|
background: #f4f6fa;
|
2021-04-25 18:08:23 +00:00
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
2021-04-25 18:08:23 +00:00
|
|
|
}
|
2021-04-26 07:13:20 +00:00
|
|
|
|
|
|
|
|
.__react_component_tooltip {
|
2021-04-30 06:31:32 +00:00
|
|
|
z-index: 10000;
|
2021-04-27 07:06:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-search__value::after {
|
2021-04-30 06:31:32 +00:00
|
|
|
top: calc(50% - 2px);
|
|
|
|
|
right: 15px;
|
|
|
|
|
width: 5px;
|
|
|
|
|
height: 5px;
|
2021-04-27 12:07:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progress-bar {
|
2021-05-03 12:27:46 +00:00
|
|
|
background-color: rgba(66,153,225,.7);
|
2021-04-28 18:01:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popover-header {
|
2021-04-30 06:31:32 +00:00
|
|
|
background-color: #f4f6fa;
|
2021-04-28 18:01:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popover-body {
|
2021-04-30 06:31:32 +00:00
|
|
|
.form-label {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
2021-04-28 18:01:52 +00:00
|
|
|
}
|
2021-04-29 16:56:33 +00:00
|
|
|
|
2021-04-30 08:48:29 +00:00
|
|
|
.input-icon {
|
|
|
|
|
.input-icon-addon {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2021-04-29 16:56:33 +00:00
|
|
|
}
|
|
|
|
|
|
2021-04-30 08:48:29 +00:00
|
|
|
.input-icon:hover {
|
|
|
|
|
.input-icon-addon {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-icon:focus {
|
|
|
|
|
.input-icon-addon {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
2021-04-30 06:31:32 +00:00
|
|
|
}
|
2021-04-30 17:36:42 +00:00
|
|
|
|
|
|
|
|
.sub-section {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: block;
|
2021-05-01 09:01:15 +00:00
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.text-muted {
|
2021-05-01 09:01:15 +00:00
|
|
|
color: #3e525b!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
color: #3e525b
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-brand-image {
|
|
|
|
|
height: 1.6rem;
|
|
|
|
|
}
|
2021-05-02 05:42:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.RichEditor-root {
|
|
|
|
|
background: #fff;
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
font-family: 'Georgia', serif;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-02 05:42:19 +00:00
|
|
|
.RichEditor-editor {
|
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
|
cursor: text;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-02 05:42:19 +00:00
|
|
|
.RichEditor-editor .public-DraftEditorPlaceholder-root,
|
|
|
|
|
.RichEditor-editor .public-DraftEditor-content {
|
|
|
|
|
margin: 0 -15px -15px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-02 05:42:19 +00:00
|
|
|
.RichEditor-editor .public-DraftEditor-content {
|
|
|
|
|
min-height: 100px;
|
|
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-02 05:42:19 +00:00
|
|
|
.RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-02 05:42:19 +00:00
|
|
|
.RichEditor-editor .RichEditor-blockquote {
|
|
|
|
|
border-left: 5px solid #eee;
|
|
|
|
|
color: #666;
|
|
|
|
|
font-family: 'Hoefler Text', 'Georgia', serif;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
margin: 16px 0;
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-02 05:42:19 +00:00
|
|
|
.RichEditor-editor .public-DraftStyleDefault-pre {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
|
|
|
font-family: 'Inconsolata', 'Menlo', 'Consolas', monospace;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-02 05:42:19 +00:00
|
|
|
.RichEditor-controls {
|
|
|
|
|
font-family: 'Helvetica', sans-serif;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-02 05:42:19 +00:00
|
|
|
.RichEditor-styleButton {
|
|
|
|
|
color: #999;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
padding: 2px 0;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-02 05:42:19 +00:00
|
|
|
.RichEditor-activeButton {
|
|
|
|
|
color: #5890ff;
|
2021-05-02 06:17:22 +00:00
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-02 07:10:51 +00:00
|
|
|
.transformation-editor {
|
2021-05-02 06:17:22 +00:00
|
|
|
.CodeMirror {
|
|
|
|
|
min-height: 70px;
|
|
|
|
|
}
|
2021-05-02 07:10:51 +00:00
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.chart-data-input {
|
2021-05-15 12:41:57 +00:00
|
|
|
.CodeMirror {
|
|
|
|
|
min-height: 370px;
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
}
|
|
|
|
|
.code-hinter {
|
|
|
|
|
min-height: 370px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-16 05:26:31 +00:00
|
|
|
.map-location-input {
|
|
|
|
|
.CodeMirror {
|
|
|
|
|
min-height: 120px;
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
}
|
|
|
|
|
.code-hinter {
|
|
|
|
|
min-height: 120px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-02 07:10:51 +00:00
|
|
|
.rdt {
|
|
|
|
|
.form-control {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DateInput_input__focused {
|
|
|
|
|
border-bottom: 2px solid #3c92dc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover {
|
|
|
|
|
background: #3c92dc;
|
|
|
|
|
border: 1px double #3c92dc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CalendarDay__selected_span {
|
|
|
|
|
background: #3c92dcc2;
|
|
|
|
|
border: #3c92dcc2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CalendarDay__selected_span:active, .CalendarDay__selected_span:hover {
|
|
|
|
|
background: #3c92dc;
|
|
|
|
|
border: 1px double #3c92dc;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CalendarDay__hovered_span:active, .CalendarDay__hovered_span:hover {
|
|
|
|
|
background: #3c92dc;
|
|
|
|
|
border: 1px double #3c92dc;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CalendarDay__hovered_span {
|
|
|
|
|
background: #83b8e7;
|
|
|
|
|
border: 1px double #83b8e7;
|
|
|
|
|
color: #fff;
|
2021-05-02 14:23:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-responsive {
|
|
|
|
|
margin-bottom: 0rem;
|
2021-05-03 08:10:23 +00:00
|
|
|
}
|
|
|
|
|
|
2021-08-21 04:42:04 +00:00
|
|
|
.code-hinter::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-17 07:47:34 +00:00
|
|
|
.codehinter-query-editor-input {
|
|
|
|
|
.CodeMirror {
|
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
|
color: #263136;
|
2021-05-22 05:14:33 +00:00
|
|
|
overflow: hidden;
|
|
|
|
|
height: 50px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CodeMirror-vscrollbar {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CodeMirror-focused {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.CodeMirror-scroll {
|
2021-05-22 05:14:33 +00:00
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
2021-05-29 17:14:17 +00:00
|
|
|
width: 100%;
|
2021-05-17 07:47:34 +00:00
|
|
|
}
|
|
|
|
|
}
|
2021-05-03 12:37:31 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.field {
|
|
|
|
|
.CodeMirror-scroll {
|
2021-05-22 05:19:17 +00:00
|
|
|
position: static;
|
|
|
|
|
top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-03 08:10:23 +00:00
|
|
|
.code-hinter {
|
|
|
|
|
|
2021-05-03 12:37:31 +00:00
|
|
|
height: 36px;
|
2021-05-03 11:26:31 +00:00
|
|
|
|
2021-05-09 04:25:17 +00:00
|
|
|
.form-control {
|
|
|
|
|
.CodeMirror {
|
|
|
|
|
font-family: 'Roboto', sans-serif;
|
2021-05-22 05:14:33 +00:00
|
|
|
height: 50px!important;
|
2021-08-21 04:42:04 +00:00
|
|
|
max-height: 300px;
|
2021-05-09 04:25:17 +00:00
|
|
|
}
|
2021-05-03 11:26:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CodeMirror-focused {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar {
|
|
|
|
|
background: transparent;
|
|
|
|
|
height: 0;
|
|
|
|
|
width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CodeMirror-scroll {
|
|
|
|
|
overflow:hidden !important;
|
|
|
|
|
}
|
2021-05-03 08:10:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CodeMirror-hints {
|
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
padding: 0px;
|
2021-08-26 15:03:59 +00:00
|
|
|
z-index: 10000;
|
2021-05-03 08:10:23 +00:00
|
|
|
|
|
|
|
|
li.CodeMirror-hint-active {
|
|
|
|
|
background: #3c92dc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CodeMirror-hint {
|
|
|
|
|
padding: 4px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cm-matchhighlight {
|
2021-05-03 11:26:31 +00:00
|
|
|
color: #4299e1!important;
|
|
|
|
|
background: rgba(66,153,225,.1)!important;
|
2021-05-03 12:27:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-tabs .nav-link {
|
|
|
|
|
color: #3e525b;
|
|
|
|
|
border-top-left-radius: 0px;
|
|
|
|
|
border-top-right-radius: 0px;
|
2021-05-03 14:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.transformation-editor {
|
|
|
|
|
.CodeMirror {
|
|
|
|
|
min-height: 220px;
|
|
|
|
|
}
|
2021-05-03 15:55:29 +00:00
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
|
|
|
|
hr {
|
2021-05-05 07:06:07 +00:00
|
|
|
margin: 1rem 0;
|
2021-05-09 04:25:17 +00:00
|
|
|
}
|
2021-06-22 14:33:13 +00:00
|
|
|
|
2021-05-09 04:25:17 +00:00
|
|
|
.query-hinter {
|
|
|
|
|
min-height: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.codehinter-default-input {
|
2021-05-09 05:25:00 +00:00
|
|
|
font-family: 'Roboto', sans-serif;
|
2021-06-03 07:29:30 +00:00
|
|
|
padding: 0.0475rem 0rem;
|
2021-05-09 04:25:17 +00:00
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
font-size: .875rem;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #232e3c;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
background-clip: padding-box;
|
|
|
|
|
border: 1px solid #dadcde;
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
-moz-appearance: none;
|
|
|
|
|
appearance: none;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
|
|
|
height: 30px;
|
2021-06-05 13:26:50 +00:00
|
|
|
|
|
|
|
|
.CodeMirror {
|
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
|
}
|
2021-05-09 05:25:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.codehinter-query-editor-input {
|
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
|
padding: 0.1775rem .75rem;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
font-size: .875rem;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #232e3c;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
background-clip: padding-box;
|
|
|
|
|
border: 1px solid #dadcde;
|
|
|
|
|
appearance: none;
|
2021-08-30 11:25:27 +00:00
|
|
|
border-radius: 0;
|
2021-05-09 05:25:00 +00:00
|
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
2021-08-30 11:25:27 +00:00
|
|
|
height: 36px !important;
|
2021-05-09 18:06:11 +00:00
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.modal-component {
|
2021-05-09 18:06:11 +00:00
|
|
|
margin-top: 150px;
|
|
|
|
|
.modal-body {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2021-05-10 09:28:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.draggable-box {
|
|
|
|
|
.config-handle {
|
|
|
|
|
top: -20px;
|
|
|
|
|
position: fixed;
|
2021-05-10 10:19:47 +00:00
|
|
|
|
2021-05-10 09:28:44 +00:00
|
|
|
.badge {
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-10 13:44:58 +00:00
|
|
|
.modal-content {
|
|
|
|
|
.config-handle {
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-10 09:28:44 +00:00
|
|
|
|
2021-05-28 13:25:52 +00:00
|
|
|
// .draggable-box:hover {
|
2021-05-10 09:28:44 +00:00
|
|
|
.config-handle {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2021-05-28 13:25:52 +00:00
|
|
|
// }
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.apps-table {
|
2021-05-10 19:24:23 +00:00
|
|
|
.app-title {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
}
|
2021-05-11 09:19:21 +00:00
|
|
|
|
|
|
|
|
.row {
|
|
|
|
|
--tblr-gutter-x: 0rem;
|
|
|
|
|
}
|
2021-05-10 19:42:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-page, .org-users-page {
|
|
|
|
|
.navbar .navbar-nav .active>.nav-link, .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.show, .navbar .navbar-nav .show>.nav-link {
|
2021-05-25 13:18:17 +00:00
|
|
|
color: rgba(35, 46, 60, 0.7);
|
2021-05-10 19:42:31 +00:00
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.nav-item {
|
2021-05-10 19:42:31 +00:00
|
|
|
font-size: 0.9rem;
|
|
|
|
|
}
|
|
|
|
|
|
2021-08-09 10:31:08 +00:00
|
|
|
img.svg-icon {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img.svg-icon:hover {
|
|
|
|
|
background-color: rgba(224, 214, 214, 0.507);
|
|
|
|
|
}
|
2021-05-11 12:42:22 +00:00
|
|
|
}
|
2021-05-13 17:55:39 +00:00
|
|
|
|
|
|
|
|
.CodeMirror-placeholder {
|
|
|
|
|
color: #9e9e9e!important;
|
|
|
|
|
font-size: 0.7rem!important;
|
2021-08-30 11:25:27 +00:00
|
|
|
margin-top: 2px!important;
|
|
|
|
|
font-size: 12px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CodeMirror-code {
|
|
|
|
|
font-weight: 300;
|
2021-05-13 17:55:39 +00:00
|
|
|
}
|
2021-05-15 07:14:38 +00:00
|
|
|
|
|
|
|
|
.btn-primary {
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
}
|
2021-05-16 05:26:31 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.text-widget {
|
2021-08-31 14:10:11 +00:00
|
|
|
overflow: auto;
|
2021-05-17 05:26:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-widget::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
2021-05-17 11:28:09 +00:00
|
|
|
|
|
|
|
|
.input-group-flat:focus-within {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
2021-05-17 15:33:07 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.map-widget {
|
|
|
|
|
.place-search-input {
|
2021-05-17 15:33:07 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
width: 240px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
padding: 0 12px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
outline: none;
|
|
|
|
|
text-overflow: ellipses;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
|
|
|
|
margin-left: -120px;
|
|
|
|
|
}
|
2021-09-02 15:20:42 +00:00
|
|
|
|
|
|
|
|
.map-center {
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
}
|
2021-05-17 15:33:07 +00:00
|
|
|
}
|
2021-05-17 16:38:11 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.events-toggle-active {
|
|
|
|
|
.toggle-icon {
|
2021-05-17 16:38:11 +00:00
|
|
|
transform: rotate(180deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.events-toggle {
|
|
|
|
|
.toggle-icon {
|
2021-05-17 16:38:11 +00:00
|
|
|
display: inline-block;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
transition: .3s transform;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toggle-icon:after {
|
|
|
|
|
content: "";
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: .306em;
|
|
|
|
|
width: .46em;
|
|
|
|
|
height: .46em;
|
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
|
border-left: 1px solid;
|
|
|
|
|
margin-right: .1em;
|
|
|
|
|
margin-left: .4em;
|
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-05-19 10:45:36 +00:00
|
|
|
|
|
|
|
|
.nav-link-title {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
|
.dropdown:hover {
|
2021-06-22 14:33:13 +00:00
|
|
|
.dropdown-menu {
|
2021-05-19 10:45:36 +00:00
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-05-22 07:29:44 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.query-manager-header {
|
|
|
|
|
.nav-item {
|
2021-05-22 07:29:44 +00:00
|
|
|
border-right: solid 1px #dadcde;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.nav-link {
|
2021-05-22 07:29:44 +00:00
|
|
|
height: 39px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-05-24 16:58:56 +00:00
|
|
|
|
|
|
|
|
input:focus-visible {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
2021-05-25 13:18:17 +00:00
|
|
|
|
|
|
|
|
.navbar-expand-md.navbar-light .nav-item.active:after {
|
|
|
|
|
border: 1px solid #3c92dc;
|
|
|
|
|
}
|
2021-05-25 13:53:33 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.org-users-page {
|
|
|
|
|
.select-search__input{
|
2021-05-25 13:53:33 +00:00
|
|
|
color: #617179;
|
|
|
|
|
}
|
2021-08-02 14:31:46 +00:00
|
|
|
.select-search-role {
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin-top: -1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.has-focus > .select-search__select > ul {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2021-05-25 13:53:33 +00:00
|
|
|
}
|
2021-05-26 03:36:17 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.encrypted-icon {
|
2021-05-26 03:36:17 +00:00
|
|
|
margin-bottom: 0.25rem;
|
2021-05-26 08:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.widget-documentation-link {
|
2021-05-26 08:00:42 +00:00
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
2021-09-15 15:40:59 +00:00
|
|
|
background: $white;
|
|
|
|
|
width: 100%;
|
|
|
|
|
z-index: 1;
|
2021-05-26 08:00:42 +00:00
|
|
|
}
|
2021-05-26 08:04:33 +00:00
|
|
|
|
|
|
|
|
.components-container {
|
2021-06-22 14:33:13 +00:00
|
|
|
.draggable-box {
|
2021-05-26 08:04:33 +00:00
|
|
|
cursor: move;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-05-26 12:19:33 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.column-sort-row {
|
2021-05-26 12:19:33 +00:00
|
|
|
border-radius: 0;
|
2021-05-31 03:57:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jet-button {
|
|
|
|
|
&.btn-primary:hover {
|
|
|
|
|
background: var(--tblr-btn-color-darker) !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-06-04 15:55:17 +00:00
|
|
|
|
|
|
|
|
.editor-sidebar::-webkit-scrollbar {
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
-ms-overflow-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editor-sidebar {
|
|
|
|
|
scrollbar-width: none;
|
|
|
|
|
-ms-overflow-style: none;
|
|
|
|
|
}
|
2021-06-05 12:23:13 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.sketch-picker {
|
2021-06-05 12:23:13 +00:00
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.color-picker-input {
|
|
|
|
|
border: solid 1px rgb(223, 223, 223);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2021-06-18 13:13:26 +00:00
|
|
|
|
2021-06-22 14:33:13 +00:00
|
|
|
.app-sharing-modal {
|
|
|
|
|
.form-control.is-invalid, .was-validated .form-control:invalid {
|
|
|
|
|
border-color: #ffb0b0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widgets-list {
|
2021-06-18 13:13:26 +00:00
|
|
|
--tblr-gutter-x: 0px!important;
|
2021-06-22 14:33:13 +00:00
|
|
|
}
|
2021-06-25 12:52:32 +00:00
|
|
|
|
|
|
|
|
.input-with-icon {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex: 1;
|
|
|
|
|
|
|
|
|
|
.icon-container {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 10px;
|
|
|
|
|
top: calc(50% - 10px);
|
|
|
|
|
z-index: 3;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-06-26 17:23:00 +00:00
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.dynamic-variable-preview {
|
2021-09-15 15:40:59 +00:00
|
|
|
min-height: 20px;
|
|
|
|
|
max-height: 500px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
font-size: 12px;
|
2021-06-26 17:23:00 +00:00
|
|
|
margin-top: -2px;
|
2021-09-15 15:40:59 +00:00
|
|
|
word-wrap: break-word;
|
2021-06-26 17:23:00 +00:00
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
|
border-bottom-right-radius: 3px;
|
2021-09-15 15:40:59 +00:00
|
|
|
box-sizing: border-box;
|
2021-08-21 04:09:04 +00:00
|
|
|
font-family: 'Source Code Pro', monospace;
|
2021-09-15 15:40:59 +00:00
|
|
|
|
|
|
|
|
.heading {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
}
|
2021-06-26 17:23:00 +00:00
|
|
|
}
|
2021-07-03 14:17:47 +00:00
|
|
|
|
|
|
|
|
.theme-dark {
|
|
|
|
|
.navbar .navbar-nav .active > .nav-link, .theme-dark .navbar .navbar-nav .nav-link.active, .theme-dark .navbar .navbar-nav .nav-link.show, .theme-dark .navbar .navbar-nav .show > .nav-link {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-05 06:04:49 +00:00
|
|
|
.left-sidebar .left-sidebar-item {
|
|
|
|
|
border-bottom: 1px solid #333c48;
|
|
|
|
|
}
|
|
|
|
|
|
2021-08-30 11:25:27 +00:00
|
|
|
.nav-tabs .nav-link.active {
|
|
|
|
|
color: #fff!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-tabs .nav-link {
|
|
|
|
|
color: #c3c3c3!important;
|
|
|
|
|
}
|
|
|
|
|
|
2021-07-03 14:17:47 +00:00
|
|
|
.card-body > :last-child {
|
2021-08-17 06:01:12 +00:00
|
|
|
color: #fff!important;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.form-control {
|
2021-07-03 14:17:47 +00:00
|
|
|
border: 1px solid #324156;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card {
|
2021-08-17 06:01:12 +00:00
|
|
|
background-color: #324156!important;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DateInput {
|
|
|
|
|
background: #1f2936
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DateInput_input {
|
|
|
|
|
background-color: #1f2936;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DateRangePickerInput {
|
|
|
|
|
background-color: #1f2936
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DateInput_input__focused {
|
|
|
|
|
background: #1f2936;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DateRangePickerInput__withBorder {
|
|
|
|
|
border: 1px solid #1f2936;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main .canvas-container .canvas-area {
|
|
|
|
|
background: #2f3c4c;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rdtOpen .rdtPicker {
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.editor .editor-sidebar .components-container .component-image-holder {
|
2021-07-03 14:17:47 +00:00
|
|
|
background: #2f3c4c!important;
|
|
|
|
|
border: 1px solid #2f3c4c!important;
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
center, .component-title {
|
2021-07-03 14:17:47 +00:00
|
|
|
filter: brightness(0) invert(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
|
|
|
|
|
border-color: transparent!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-content, .modal-header {
|
|
|
|
|
background-color: #1f2936!important;
|
|
|
|
|
.text-muted {
|
2021-08-17 06:01:12 +00:00
|
|
|
color: #fff!important;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.modal-header {
|
2021-07-03 14:17:47 +00:00
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.09)!important;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.canvas-container {
|
2021-07-03 14:17:47 +00:00
|
|
|
background-color: #1f2936;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editor .main .query-pane {
|
|
|
|
|
border: solid rgba(255, 255, 255, 0.09)!important;
|
|
|
|
|
border-width: 1px 0px 0px 0px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-components-box {
|
|
|
|
|
background-color: #1f2936!important;
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
center {
|
2021-07-03 14:17:47 +00:00
|
|
|
filter: brightness(0) invert(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.query-list {
|
2021-09-06 14:40:51 +00:00
|
|
|
.text-muted {
|
2021-08-17 06:01:12 +00:00
|
|
|
color: #fff!important;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.left-sidebar, .editor-sidebar {
|
|
|
|
|
background-color: #1f2936!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editor-sidebar {
|
|
|
|
|
border: solid rgba(255, 255, 255, 0.09);
|
|
|
|
|
border-width: 0px 0px 0px 1px!important;
|
|
|
|
|
|
|
|
|
|
.nav-tabs {
|
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.09)!important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.editor .editor-sidebar .nav-tabs .nav-link {
|
2021-07-03 14:17:47 +00:00
|
|
|
color: #fff;
|
2021-09-06 14:40:51 +00:00
|
|
|
img {
|
2021-07-03 14:17:47 +00:00
|
|
|
filter: brightness(0) invert(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jet-table {
|
|
|
|
|
background-color: #1f2936!important;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
|
2021-07-03 14:17:47 +00:00
|
|
|
background-color: #2f3c4c;
|
|
|
|
|
border-color: transparent!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editor .main .query-pane .query-definition-pane .header {
|
|
|
|
|
border: solid rgba(255, 255, 255, 0.09);
|
|
|
|
|
border-width: 0px 0px 1px 0px!important;
|
2021-07-03 17:07:50 +00:00
|
|
|
background: #1f2936;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.left-sidebar {
|
|
|
|
|
border: solid rgba(255, 255, 255, 0.09);
|
|
|
|
|
border-width: 0px 1px 3px 0px;
|
2021-09-06 14:40:51 +00:00
|
|
|
.text-muted {
|
2021-08-17 06:01:12 +00:00
|
|
|
color: #fff!important;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.folder-list {
|
2021-08-17 06:01:12 +00:00
|
|
|
color: #fff!important;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-title {
|
2021-08-17 06:01:12 +00:00
|
|
|
color: #fff!important;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.RichEditor-root {
|
|
|
|
|
background: #1f2936;
|
|
|
|
|
border: 1px solid #2f3c4c;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-description {
|
2021-08-17 06:01:12 +00:00
|
|
|
color: #fff!important;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-light, .btn-outline-light {
|
|
|
|
|
background-color: #42546a!important;
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
img {
|
2021-07-03 14:17:47 +00:00
|
|
|
filter: brightness(0) invert(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editor .left-sidebar .datasources-container tr {
|
|
|
|
|
border-bottom: solid 1px rgba(255, 255, 255, 0.09);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editor .left-sidebar .datasources-container .datasources-header {
|
|
|
|
|
border: solid rgba(255, 255, 255, 0.09)!important;
|
|
|
|
|
border-width: 0px 0px 1px 0px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.query-manager-header .nav-item {
|
|
|
|
|
border-right: solid 1px rgba(255, 255, 255, 0.09);
|
2021-09-06 14:40:51 +00:00
|
|
|
.nav-link {
|
2021-07-03 14:17:47 +00:00
|
|
|
color: #c3c3c3;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-group-text {
|
|
|
|
|
border: solid 1px rgba(255, 255, 255, 0.09)!important;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.app-users-list {
|
2021-07-03 14:17:47 +00:00
|
|
|
.text-muted {
|
2021-08-17 06:01:12 +00:00
|
|
|
color: #fff!important;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.data-pane {
|
2021-07-03 14:17:47 +00:00
|
|
|
border: solid rgba(255, 255, 255, 0.09)!important;
|
|
|
|
|
border-width: 0px 1px 0px 0px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main .query-pane .data-pane .queries-container .queries-header {
|
|
|
|
|
border: solid rgba(255, 255, 255, 0.09)!important;
|
|
|
|
|
border-width: 0px 0px 1px 0px!important;
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.text-muted {
|
2021-08-17 06:01:12 +00:00
|
|
|
color: #fff!important;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.query-pane {
|
2021-07-03 14:17:47 +00:00
|
|
|
background-color: #1f2936!important;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.svg-icon {
|
2021-07-03 14:17:47 +00:00
|
|
|
filter: brightness(0) invert(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
|
filter: brightness(1) invert(1);
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.svg-icon {
|
2021-07-03 14:17:47 +00:00
|
|
|
filter: brightness(1) invert(0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.alert {
|
|
|
|
|
background: transparent;
|
2021-09-06 14:40:51 +00:00
|
|
|
.text-muted {
|
2021-08-17 06:01:12 +00:00
|
|
|
color: #fff!important;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editor .editor-sidebar .inspector .header {
|
|
|
|
|
border: solid rgba(255, 255, 255, 0.09)!important;
|
|
|
|
|
border-width: 0px 0px 1px 0px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.skeleton-line::after {
|
|
|
|
|
// background-image: linear-gradient(to right, #232e3c 0, #4c5b79 40%, #4c5b79 80%);
|
|
|
|
|
background-image: linear-gradient(to right, #566177 0, #5a6170 40%, #4c5b79 80%);
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
// .btn {
|
2021-07-03 14:17:47 +00:00
|
|
|
// filter: brightness(1) invert(1);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
.select-search__input {
|
|
|
|
|
color: rgb(224, 224, 224);
|
|
|
|
|
background-color: #2b3547;
|
|
|
|
|
border: 1px solid #2b3547;
|
|
|
|
|
}
|
2021-09-06 14:40:51 +00:00
|
|
|
|
2021-07-03 14:17:47 +00:00
|
|
|
.select-search__select {
|
|
|
|
|
background: #fff;
|
|
|
|
|
box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.15);
|
|
|
|
|
}
|
2021-09-06 14:40:51 +00:00
|
|
|
|
2021-07-03 14:17:47 +00:00
|
|
|
.select-search__row:not(:first-child) {
|
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
|
}
|
2021-09-06 14:40:51 +00:00
|
|
|
|
2021-07-03 14:17:47 +00:00
|
|
|
.select-search__option,
|
|
|
|
|
.select-search__not-found {
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
2021-09-06 14:40:51 +00:00
|
|
|
|
2021-07-03 14:17:47 +00:00
|
|
|
.select-search__option.is-highlighted,
|
|
|
|
|
.select-search__option:not(.is-selected):hover {
|
|
|
|
|
background: rgba(47, 204, 139, 0.1);
|
|
|
|
|
}
|
2021-09-06 14:40:51 +00:00
|
|
|
|
2021-07-03 14:17:47 +00:00
|
|
|
.select-search__option.is-highlighted.is-selected,
|
|
|
|
|
.select-search__option.is-selected:hover {
|
|
|
|
|
background: #2eb378;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.org-users-page {
|
2021-09-06 14:40:51 +00:00
|
|
|
.user-email, .user-status {
|
2021-07-03 14:17:47 +00:00
|
|
|
filter: brightness(0) invert(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.react-json-view {
|
|
|
|
|
background-color: transparent!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.codehinter-default-input {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: 1px solid #333c48;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.color-picker-input {
|
|
|
|
|
border: solid 1px #333c48;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.codehinter-query-editor-input {
|
|
|
|
|
background-color: #272822;
|
|
|
|
|
border: 1px solid #2c3a4c;
|
2021-08-30 11:25:27 +00:00
|
|
|
border-radius: 0;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.codehinter-query-editor-input .CodeMirror {
|
|
|
|
|
height: 31px !important;
|
|
|
|
|
}
|
2021-07-03 17:07:50 +00:00
|
|
|
|
|
|
|
|
.codehinter-query-editor-input .CodeMirror {
|
2021-09-06 14:40:51 +00:00
|
|
|
color: #c3c3c3!important;
|
2021-07-03 17:07:50 +00:00
|
|
|
}
|
2021-07-03 19:51:20 +00:00
|
|
|
|
|
|
|
|
.select-search:not(.is-loading):not(.select-search--multiple) .select-search__value::after {
|
|
|
|
|
transform: rotate(
|
|
|
|
|
45deg
|
|
|
|
|
);
|
|
|
|
|
border-right: 1px solid #fff;
|
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-07-03 14:17:47 +00:00
|
|
|
|
|
|
|
|
.main-wrapper {
|
|
|
|
|
position: fixed;
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
min-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.jet-table {
|
2021-07-03 14:17:47 +00:00
|
|
|
.global-search-field {
|
2021-09-06 14:40:51 +00:00
|
|
|
background: transparent;
|
2021-07-03 14:17:47 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-backdrop.show {
|
|
|
|
|
opacity: 0.74;
|
2021-07-13 11:03:22 +00:00
|
|
|
}
|
|
|
|
|
|
2021-07-30 06:06:27 +00:00
|
|
|
|
|
|
|
|
.gui-select-wrappper .select-search__input {
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2021-07-13 11:03:22 +00:00
|
|
|
.theme-dark .input-group-text, .theme-dark .markdown > table thead th, .theme-dark .table thead th {
|
|
|
|
|
background: #1c252f;
|
2021-08-29 06:37:20 +00:00
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.sketch-picker {
|
2021-08-29 06:37:20 +00:00
|
|
|
z-index: 1000;
|
2021-08-30 11:25:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-padding {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-tabs {
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-tabs .nav-link.active {
|
|
|
|
|
// background: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
border-bottom: 1px solid #206bc4;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
// color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// .nav-tabs .nav-link.active:hover {
|
|
|
|
|
// border-bottom: 1px solid #206bc4;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .nav-tabs .nav-link:hover {
|
|
|
|
|
// border: 0;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
.table-no-divider {
|
|
|
|
|
td {
|
|
|
|
|
border-bottom-width: 0px;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-border {
|
|
|
|
|
border-radius: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type=text] {
|
|
|
|
|
border-radius: 0 !important;
|
2021-09-01 12:16:38 +00:00
|
|
|
outline-color: #dadcde !important;
|
2021-09-01 13:11:17 +00:00
|
|
|
}
|
|
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
|
2021-09-01 13:11:17 +00:00
|
|
|
.widget-header {
|
2021-09-05 05:12:03 +00:00
|
|
|
|
2021-09-01 13:11:17 +00:00
|
|
|
text-transform: capitalize;
|
|
|
|
|
margin-top: 12px !important;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
}
|
2021-09-05 05:12:03 +00:00
|
|
|
|
2021-09-06 14:40:51 +00:00
|
|
|
.query-manager-events{
|
|
|
|
|
max-width: 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.validation-without-icon {
|
2021-09-06 08:50:38 +00:00
|
|
|
background-image: none!important;
|
|
|
|
|
}
|
2021-09-06 14:40:51 +00:00
|
|
|
|
2021-09-05 05:12:03 +00:00
|
|
|
.dropdown-widget, .multiselect-widget {
|
|
|
|
|
.select-search__input {
|
|
|
|
|
padding: 0.2375rem 0.75rem;
|
|
|
|
|
}
|
2021-09-05 05:32:17 +00:00
|
|
|
|
|
|
|
|
.select-search__options {
|
|
|
|
|
margin-bottom: 0!important;
|
|
|
|
|
|
|
|
|
|
.select-search__option {
|
2021-09-14 06:27:14 +00:00
|
|
|
height: auto;
|
2021-09-21 13:50:40 +00:00
|
|
|
min-height: 30px;
|
2021-09-05 05:32:17 +00:00
|
|
|
}
|
|
|
|
|
}
|
2021-09-06 08:50:38 +00:00
|
|
|
}
|
2021-09-08 08:54:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.draggable-box:focus-within {
|
|
|
|
|
z-index: 2!important;
|
|
|
|
|
}
|