summaryrefslogtreecommitdiffstats
path: root/public/css/widget/object-features.less
blob: b39414d04b9eb5bd39be5a38abb796b394620bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
form.object-features {
  span.description {
    text-align: left;
  }

  .control-label-group {
    text-align: left;
    margin-right: 0;
    width: @name-value-table-name-width;
    color: @text-color-light;

    label {
      font-size: inherit;
    }
  }

  .control-group {
    margin-top: 0;
    margin-bottom: 0;

    &.indeterminate {
      justify-content: flex-start;

      .control-label-group {
        flex: 0 1 auto;
      }

      select {
        width: auto;
        flex: 0 1 auto;

        & + span.hint {
          flex: 0 1 auto;
        }
      }
    }
  }

  .toggle-switch {
    margin-left: @table-column-padding;
  }

  select {
    margin-right: .5em;
    margin-left: @table-column-padding;

    & + span.hint {
      margin: .35em;
      color: @gray-light;
      font-style: italic;
    }
  }
}