pixel-editor/css/_export.scss

10 lines
148 B
SCSS

#export {
.export-configuration {
display: flex;
flex-direction: column;
input {
flex: 1;
}
}
}