forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
37 lines
748 B
SCSS
37 lines
748 B
SCSS
#toolbar-item-display-options:before {
|
|
mask-image: icon('eye') !important;
|
|
|
|
}
|
|
|
|
.glb-preview-regions--enable {
|
|
|
|
.layout-builder__region {
|
|
position: relative;
|
|
&:after {
|
|
position: absolute;
|
|
border: 1px dashed var(--gin-border-color-form-element);
|
|
content: '';
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.layout-builder__region-label {
|
|
padding: 0em 4px 0 4px !important;
|
|
font-size: 12px !important;
|
|
line-height: 20px !important;
|
|
position: absolute;
|
|
color: #ffffff;
|
|
display: block;
|
|
top: -19px;
|
|
right: 0;
|
|
z-index: 1;
|
|
background: var(--gin-border-color-form-element);
|
|
height: 20px;
|
|
}
|
|
}
|
|
|
|
}
|