react 16 upgrade
[sdc.git] / openecomp-ui / resources / scss / modules / _featureGroup.scss
1 .feature-groups-list-editor {
2     .list-editor-view {
3         .list-editor-view-list {
4             .list-editor-item-view {
5                 min-height: 110px;
6                 height: 110px;
7             }
8             .list-editor-item-view-content {
9                 .list-editor-item-view-field {
10                     &.smaller-field {
11                         flex: 0.35;
12                     }
13                     .feature-groups-count-field {
14                         display: inline-block;
15                         &:first-child {
16                             margin-right: 95px;
17                         }
18                     }
19                     .feature-groups-count-ep {
20                         @extend .heading-1;
21                         color: $light-blue;
22                     }
23                     .feature-groups-mrn-ep {
24                         @extend .body-1;
25                         color: $light-blue;
26                     }
27                     .feature-groups-count-lk {
28                         @extend .heading-1;
29                         color: $light-green;
30                     }
31                     .title-no-wrap {
32                         white-space: nowrap;
33                     }
34                 }
35             }
36         }
37     }
38 }