PCv5/app/static/css/editor.css

27 lines
537 B
CSS

.editor .btn-group {
display: flex;
justify-content: space-between;
margin: 5px;
}
.editor .btn-group button {
background-color: var(--background);
}
.editor .btn-group button > svg {
width: 25px;
}
.editor .btn-group button > svg > path,
.editor .btn-group button > svg > rect {
fill: var(--icons);
}
.editor textarea {
min-height: 10rem;
}
.separator {
display: inline-block;
width: 0;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #ffffff;
color: transparent;
text-indent: -10px;
margin: 0 6px;
}