summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_licenseKeyGroup.scss
blob: d072849c08277f77d92b8be27a7df7c929c204c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.license-key-groups-list-editor {
  .list-editor-view-list {
    .list-editor-item-view {
      min-height: 110px;
      height: 110px;
    }
    .list-editor-item-view-field {

      .operational-scope, .type {
        color: $orange;
      }
      .operational-scope {
        margin-bottom: 0px;
        @include ellipsis;
      }
    }
  }
}