split pixel-edtior.scss into separate files

This commit is contained in:
skeddles
2021-07-06 19:14:37 -04:00
parent 1f820fd97e
commit 512981be63
17 changed files with 1930 additions and 1860 deletions

15
css/_settings.scss Normal file
View File

@ -0,0 +1,15 @@
.settings-entry {
display: flex;
align-items: baseline;
margin-top:10px;
label {
flex: 1;
}
input {
width: 90px !important;
display: block;
box-sizing: border-box;
float:right;
}
}