aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/req-and-capabilities/requirements/requirementEditor/requirements-editor.component.less
blob: 6e50eb79f51f3426029bafc42f71d93e1b69e674 (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
@import '../../../../../../../assets/styles/variables.less';

.requirement-editor {
  .i-sdc-form-content-requirement-content {
    padding: 10px 25px;

    .group-with-border {
      margin: 25px 0;
      padding: 15px 0;
      border-top: 1px solid @tlv_color_u;
      border-bottom: 1px solid @tlv_color_u;
      .content-row:not(:last-of-type) {
        padding-bottom: 13px;
      }
    }

    .occurrences-label {
      font-family: @font-opensans-bold;
      margin-bottom: 19px;
    }
    .occurrences-section, /deep/ .max-occurrences-value {
      display: flex;
      .min-occurrences-value {
        padding-right: 30px;
      }
      .unbounded-value {
        padding-top: 7px;
        padding-right: 20px;
        .sdc-checkbox__label {
          text-transform: capitalize;
        }
      }
    }
  }
}