pixel-editor/css/_export.scss

10 lines
148 B
SCSS
Raw Permalink Normal View History

2021-08-13 05:54:35 +03:00
#export {
.export-configuration {
display: flex;
flex-direction: column;
input {
flex: 1;
}
}
}