PCv5/app/static/less/editor.less

12 lines
118 B
Plaintext

@import "vars";
.editor {
& > button > svg {
width: 25px;
& > path, & > rect {
fill: var(--icons);
}
}
}