Skip to content
Snippets Groups Projects
Exam.css 710 B
Newer Older
    background-color: #ddd;
}
.selection-area {
    position: relative;
}

.widget {
    border: 1px solid;
    border-color: hsl(217, 71%, 53%);
    border-radius: 3px;
    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)
Justin van der Krieken's avatar
Justin van der Krieken committed
.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%);