keymaps form
This commit is contained in:
parent
7b44b65247
commit
2641183a5b
4 changed files with 116 additions and 95 deletions
9
src/settings/components/form/keymaps-form.scss
Normal file
9
src/settings/components/form/keymaps-form.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
.form-keymaps-form {
|
||||
column-count: 2;
|
||||
.keymap-fields-group {
|
||||
margin-top: 24px;
|
||||
}
|
||||
.keymap-fields-group:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
Reference in a new issue