summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_licenseKeyGroup.scss
blob: bcb6abc83d375f88e0320ea9f046f8f5e2b577d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.license-key-groups-list-editor {
  .list-editor-view-list {
    .list-editor-item-view-field {

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