aboutsummaryrefslogtreecommitdiff
path: root/src/settings/components/form/properties-form.scss
blob: 7c9e16750643cb888ae6376680ffdceb30f17624 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.form-properties-form {
  &-row {
    .column-name {
      display: inline-block;
      min-width: 5rem;
      font-weight: bold;
    }
    .column-input {
      line-height: 2.2rem;
    }
  }
}