Newer
Older
.selection-area {
position: relative;
}
.widget {
border: 1px solid;
border-color: hsl(217, 71%, 53%);
background-color: hsla(217, 71%, 53%, 0.2);
margin: 0px;
padding: 0px;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
position: absolute;
}
.widget.selected {
border-color: hsl(171, 100%, 41%);
background-color: hsla(171, 100%, 41%, 0.2)
.editor-side-panel {
background: #fff;
margin: 0.75em;
}
.field-text {
padding: calc(0.375em - 1px) 1em;
border-top: 1px solid hsl(217, 71%, 53%);
border-bottom: 1px solid hsl(217, 71%, 53%);