Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / modules / _licenseModel.scss
1 .license-model-modal {
2   .modal-body {
3     padding: 0;
4   }
5         .modal-header {
6                 border-bottom: none;
7                 padding-bottom: 30px;
8         }
9         .sdc-tabs-list {
10                 padding-left: 50px;
11                 border-bottom: 1px solid $tlv-light-gray;
12                 display: flex;
13                 align-items: baseline;
14         }
15         .sdc-tab-content {
16                 margin-top: 0;
17         }
18         .add-limit-button {
19                 margin-left: auto;
20                 margin-right: 50px;
21                 padding-right: 0;
22                 text-align: end;
23         }
24         .license-model-form {
25                 .validation-form-content, .validation-buttons {
26       padding: 20px 50px;
27     }
28                 &.license-agreement-form, &.feature-group-form {
29                         .validation-form-content {
30                                 padding: 0;
31                         }
32                         .sdc-tab-content {
33                                 padding: 20px 50px;
34                         }
35                 }
36         }
37         .license-model-modal-buttons {
38                 padding: 21px 50px;
39     display: flex;
40     justify-content: flex-end;
41                 background-color: $tlv-gray;
42                 margin-top: 2px;
43     .sdc-button {
44       margin-left: 20px;
45     }
46         }
47 }
48 .license-model-list-editor {
49         .list-editor-view-list {
50                 .list-editor-item-view {
51                         min-height: 110px;
52                         height: 110px;
53                 }
54         }
55 }