2018-10-28 10:26:49 -07:00
|
|
|
.panel-editor-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-20 16:00:19 +01:00
|
|
|
.panel-wrapper {
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
|
|
&--edit {
|
2018-12-03 03:31:55 -08:00
|
|
|
height: 40%;
|
2018-11-20 17:09:47 +01:00
|
|
|
margin: 0 $dashboard-padding;
|
2018-11-20 16:00:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&--view {
|
|
|
|
|
flex: 1 1 0;
|
2019-01-02 10:54:57 +01:00
|
|
|
height: 90%;
|
2018-11-20 17:09:47 +01:00
|
|
|
margin: 0 $dashboard-padding;
|
|
|
|
|
padding-top: $dashboard-padding;
|
2018-11-20 16:00:19 +01:00
|
|
|
}
|
2018-10-28 10:26:49 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel-editor-container__editor {
|
2019-02-19 15:41:35 +01:00
|
|
|
margin-top: $panel-margin * 2;
|
2018-10-28 10:26:49 -07:00
|
|
|
display: flex;
|
2018-11-21 20:32:04 +01:00
|
|
|
flex-direction: row;
|
2018-12-03 03:31:55 -08:00
|
|
|
flex: 1 1 0;
|
2018-10-28 10:26:49 -07:00
|
|
|
position: relative;
|
2018-12-22 08:58:08 +01:00
|
|
|
min-height: 0;
|
2018-10-28 10:26:49 -07:00
|
|
|
}
|
|
|
|
|
|
2018-11-21 20:32:04 +01:00
|
|
|
.panel-editor__right {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
flex-grow: 1;
|
2018-12-13 13:14:39 +01:00
|
|
|
background: $input-bg;
|
2018-11-28 15:51:45 +01:00
|
|
|
margin: 0 20px 0 84px;
|
2019-01-17 13:08:20 +01:00
|
|
|
width: calc(100% - 84px);
|
2018-11-22 08:46:54 +01:00
|
|
|
border-radius: 3px;
|
2018-11-28 15:51:45 +01:00
|
|
|
box-shadow: $panel-editor-shadow;
|
2018-12-22 08:58:08 +01:00
|
|
|
min-height: 0;
|
2018-11-21 20:32:04 +01:00
|
|
|
}
|
|
|
|
|
|
2018-11-23 07:43:25 +01:00
|
|
|
.panel-editor__close {
|
|
|
|
|
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl);
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 11px;
|
|
|
|
|
top: 5px;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-09 13:17:41 +01:00
|
|
|
.panel-editor__scroll {
|
2018-10-28 10:26:49 -07:00
|
|
|
flex-grow: 1;
|
|
|
|
|
min-width: 0;
|
2018-11-09 13:17:41 +01:00
|
|
|
display: flex;
|
2018-12-22 08:58:08 +01:00
|
|
|
min-height: 0;
|
2018-11-09 13:17:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel-editor__content {
|
2018-12-13 13:27:33 +01:00
|
|
|
padding: 15px;
|
2018-11-22 12:13:28 +01:00
|
|
|
}
|
|
|
|
|
|
2018-10-27 10:14:38 +02:00
|
|
|
.panel-in-fullscreen {
|
|
|
|
|
.sidemenu {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboard-container {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.submenu-controls {
|
2018-11-10 07:34:09 -08:00
|
|
|
padding: 0 $dashboard-padding $panel-margin $dashboard-padding;
|
2018-10-27 10:14:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel-editor-container__panel {
|
|
|
|
|
margin: 0 $dashboard-padding;
|
|
|
|
|
}
|
2019-02-07 16:14:11 +01:00
|
|
|
|
2019-02-10 20:01:22 +01:00
|
|
|
.search-container {
|
|
|
|
|
left: 0 !important;
|
2019-02-07 16:14:11 +01:00
|
|
|
}
|
2018-07-07 05:10:03 -07:00
|
|
|
}
|
|
|
|
|
|
2018-12-18 17:20:09 +01:00
|
|
|
.panel-editor-container__resizer {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin-top: -3px;
|
2018-10-27 15:09:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel-editor-resizer__handle {
|
|
|
|
|
position: relative;
|
2018-12-18 17:20:09 +01:00
|
|
|
display: block;
|
|
|
|
|
background: $vertical-resize-handle-bg;
|
|
|
|
|
width: 150px;
|
|
|
|
|
margin-left: -75px;
|
|
|
|
|
height: 6px;
|
|
|
|
|
cursor: ns-resize;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
margin: 0 auto;
|
2018-11-06 08:01:00 +01:00
|
|
|
|
2018-12-18 17:20:09 +01:00
|
|
|
&::before {
|
|
|
|
|
content: ' ';
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 10px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
top: 2px;
|
|
|
|
|
border-top: 2px dotted $vertical-resize-handle-dots;
|
2018-11-06 08:01:00 +01:00
|
|
|
}
|
2018-10-27 15:09:36 +02:00
|
|
|
|
2018-12-18 17:20:09 +01:00
|
|
|
&:hover::before {
|
|
|
|
|
border-color: $vertical-resize-handle-dots-hover;
|
|
|
|
|
}
|
2018-10-27 15:09:36 +02:00
|
|
|
}
|
|
|
|
|
|
2018-11-10 17:27:25 +01:00
|
|
|
.viz-picker {
|
2018-12-12 14:44:40 +01:00
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.viz-picker-list {
|
2018-11-10 17:27:25 +01:00
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
2018-11-06 18:55:35 +01:00
|
|
|
}
|
2018-11-09 13:17:41 +01:00
|
|
|
|
2018-11-10 17:27:25 +01:00
|
|
|
.viz-picker__item {
|
2018-12-13 13:14:39 +01:00
|
|
|
background: $panel-editor-viz-item-bg;
|
|
|
|
|
border: $panel-editor-viz-item-border;
|
2018-11-10 17:27:25 +01:00
|
|
|
border-radius: 3px;
|
2018-11-28 15:51:45 +01:00
|
|
|
height: 100px;
|
2018-12-13 21:24:41 +01:00
|
|
|
width: 145px;
|
2018-11-10 17:27:25 +01:00
|
|
|
flex-shrink: 0;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
text-align: center;
|
2018-11-09 13:17:41 +01:00
|
|
|
cursor: pointer;
|
|
|
|
|
display: flex;
|
2018-11-10 17:27:25 +01:00
|
|
|
margin-right: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
2018-11-09 13:17:41 +01:00
|
|
|
align-items: center;
|
2018-11-28 15:51:45 +01:00
|
|
|
justify-content: center;
|
|
|
|
|
padding-bottom: 6px;
|
|
|
|
|
transition: transform 1 ease;
|
2018-11-10 17:27:25 +01:00
|
|
|
|
2018-12-12 12:51:39 +01:00
|
|
|
&:hover {
|
2018-12-10 15:19:14 +01:00
|
|
|
box-shadow: $panel-editor-viz-item-shadow-hover;
|
|
|
|
|
background: $panel-editor-viz-item-bg-hover;
|
|
|
|
|
border: $panel-editor-viz-item-border-hover;
|
2019-02-08 21:53:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&--current {
|
|
|
|
|
box-shadow: 0 0 6px $orange !important;
|
|
|
|
|
border: 1px solid $orange !important;
|
|
|
|
|
background: $panel-editor-viz-item-bg !important;
|
2018-12-10 14:45:49 +01:00
|
|
|
}
|
2018-11-09 13:17:41 +01:00
|
|
|
}
|
|
|
|
|
|
2018-11-10 17:27:25 +01:00
|
|
|
.viz-picker__item-name {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
font-size: $font-size-sm;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-self: center;
|
|
|
|
|
height: 23px;
|
2018-11-28 15:51:45 +01:00
|
|
|
font-weight: 500;
|
2018-11-09 13:17:41 +01:00
|
|
|
}
|
|
|
|
|
|
2018-11-10 17:27:25 +01:00
|
|
|
.viz-picker__item-img {
|
|
|
|
|
height: 55px;
|
2018-11-09 13:17:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel-editor-tabs {
|
2018-11-09 11:33:33 -08:00
|
|
|
z-index: 2;
|
2018-11-21 20:32:04 +01:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2018-11-22 08:46:54 +01:00
|
|
|
position: absolute;
|
2018-11-28 15:51:45 +01:00
|
|
|
top: 44px;
|
|
|
|
|
left: 20px;
|
2018-11-23 07:31:13 +01:00
|
|
|
align-items: flex-start;
|
2018-11-22 08:46:54 +01:00
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
|
content: '';
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
2018-11-28 15:51:45 +01:00
|
|
|
top: 10px;
|
|
|
|
|
bottom: 10px;
|
2018-11-23 07:31:13 +01:00
|
|
|
left: 21px;
|
2018-11-22 08:46:54 +01:00
|
|
|
width: 2px;
|
2018-11-28 15:51:45 +01:00
|
|
|
background: $panel-editor-tabs-line-color;
|
2018-11-22 08:46:54 +01:00
|
|
|
}
|
2018-11-09 13:17:41 +01:00
|
|
|
}
|
|
|
|
|
|
2018-11-21 20:32:04 +01:00
|
|
|
.panel-editor-tabs__item {
|
|
|
|
|
margin-bottom: 25px;
|
2018-11-22 08:46:54 +01:00
|
|
|
position: relative;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel-editor-tabs__link {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-28 15:51:45 +01:00
|
|
|
.gicon {
|
2018-11-22 08:46:54 +01:00
|
|
|
height: 44px;
|
2018-11-28 15:51:45 +01:00
|
|
|
width: 53px;
|
|
|
|
|
margin-right: 5px;
|
2018-12-03 03:31:55 -08:00
|
|
|
transition: transform 0.1s ease 0.1s;
|
2018-11-28 15:51:45 +01:00
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
filter: $panel-editor-side-menu-shadow;
|
|
|
|
|
transform: scale(1.1);
|
|
|
|
|
}
|
2018-11-22 08:46:54 +01:00
|
|
|
}
|
2018-11-09 13:17:41 +01:00
|
|
|
}
|
|
|
|
|
|
2018-12-11 17:03:38 +01:00
|
|
|
.ds-picker {
|
|
|
|
|
position: relative;
|
2018-12-11 18:49:48 +01:00
|
|
|
min-width: 200px;
|
2018-12-11 17:03:38 +01:00
|
|
|
}
|