mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
split pixel-edtior.scss into separate files
This commit is contained in:
15
css/_settings.scss
Normal file
15
css/_settings.scss
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user