commit
32e86b1c66
|
@ -196,6 +196,14 @@ $query-builder--column-heading-height: 60px;
|
|||
@include custom-scrollbar($g4-onyx,$c-pool);
|
||||
background-color: $g4-onyx;
|
||||
}
|
||||
.qeditor--empty {
|
||||
margin-top: 0;
|
||||
height: calc(100% - #{$query-builder--column-heading-height});
|
||||
position: absolute;
|
||||
top: $query-builder--column-heading-height;
|
||||
left: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
.query-builder--column:nth-of-type(1) { left: 0; }
|
||||
.query-builder--column:nth-of-type(2) { left: 25%; }
|
||||
|
|
|
@ -182,11 +182,17 @@
|
|||
.qeditor--empty {
|
||||
text-align: center;
|
||||
color: $g10-wolf;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
padding: 18px 0;
|
||||
height: $query-editor-height;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: calc(100% - 32px);
|
||||
background-color: transparent;
|
||||
background-color: $g3-castle;
|
||||
border-radius: 0 $radius $radius 0;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
// Hidden dropdowns
|
||||
|
|
Loading…
Reference in New Issue