mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
15 lines
198 B
SCSS
15 lines
198 B
SCSS
|
.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;
|
||
|
}
|
||
|
}
|