11 lines
146 B
SCSS
11 lines
146 B
SCSS
.form-keymaps-form {
|
|
column-count: 3;
|
|
|
|
&-field-group {
|
|
margin-top: 24px;
|
|
}
|
|
|
|
&-field-group:first-of-type {
|
|
margin-top: 24px;
|
|
}
|
|
}
|