Clean settings components
This commit is contained in:
parent
25111f9de4
commit
be900aa25c
18 changed files with 77 additions and 74 deletions
11
src/settings/components/form/KeymapsForm.scss
Normal file
11
src/settings/components/form/KeymapsForm.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
.form-keymaps-form {
|
||||
column-count: 3;
|
||||
|
||||
&-field-group {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
&-field-group:first-of-type {
|
||||
margin-top: 24px;
|
||||
}
|
||||
}
|
Reference in a new issue