[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-ui / resources / scss / modules / _featureGroup.scss
1 .feature-groups-list-editor {
2   .list-editor-view-list {
3     .list-editor-item-view {
4       min-height: 110px;
5       height: 110px;
6     }
7     .list-editor-item-view-field {
8       .feature-groups-count-field {
9         display: inline-block;
10         &:first-child {
11           margin-right: 95px;
12         }
13       }
14       .feature-groups-count-ep {
15         @extend .heading-1;
16         color: $light-blue;
17       }
18       .feature-groups-count-lk {
19         @extend .heading-1;
20         color: $light-green;
21       }
22     }
23   }
24 }
25
26 .feature-group-modal {
27   .modal-body {
28     padding: 0;
29   }
30   .feature-group-form {
31     .no-items-msg {
32       margin-top: 55px;
33       color: $dark-gray;
34     }
35     .tab-content {
36       padding: 50px;
37       .field-section {
38         @extend .body-2-medium;
39         margin-bottom: 23px;
40         width: 400px;
41         color: $black;
42       }
43       .description-field {
44         height: 170px;
45       }
46       .list-editor-item-view-content {
47         white-space: nowrap;
48         overflow: hidden;
49         > div {
50           overflow: hidden;
51           text-overflow: ellipsis;
52           &:not(:last-of-type) {
53             margin-right: 24px;
54           }
55         }
56       }
57     }
58     .validation-buttons {
59       padding: 20px 50px;
60     }
61   }
62 }