Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / workspace / req-and-capabilities / requirements / requirementEditor / requirements-editor.component.less
1 @import '../../../../../../../assets/styles/variables.less';
2
3 .requirement-editor {
4   .i-sdc-form-content-requirement-content {
5     padding: 10px 25px;
6
7     .group-with-border {
8       margin: 25px 0;
9       padding: 15px 0;
10       border-top: 1px solid @tlv_color_u;
11       border-bottom: 1px solid @tlv_color_u;
12       .content-row:not(:last-of-type) {
13         padding-bottom: 13px;
14       }
15     }
16
17     .occurrences-label {
18       font-family: @font-opensans-bold;
19       margin-bottom: 19px;
20     }
21     .occurrences-section, /deep/ .max-occurrences-value {
22       display: flex;
23       .min-occurrences-value {
24         padding-right: 30px;
25       }
26       .unbounded-value {
27         padding-top: 7px;
28         padding-right: 20px;
29         .sdc-checkbox__label {
30           text-transform: capitalize;
31         }
32       }
33     }
34   }
35 }