12 lines
195 B
SCSS
12 lines
195 B
SCSS
.form-properties-form {
|
|
&-row {
|
|
.column-name {
|
|
display: inline-block;
|
|
min-width: 5rem;
|
|
font-weight: bold;
|
|
}
|
|
.column-input {
|
|
line-height: 2.2rem;
|
|
}
|
|
}
|
|
}
|