react 16 upgrade
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductComponentImage.scss
1 .vsp-components-image-editor {
2     .note-text {
3         color: $red;
4     }
5 }
6
7 .image-modal-edit,
8 .image-modal-new {
9     .vsp-components-image-editor {
10         .image-format,
11         .image-md5,
12         .image-version {
13             width: 200px;
14         }
15         .image-version {
16             padding-left: 30px;
17         }
18         .section-title {
19             text-transform: uppercase;
20             font-size: 18px;
21         }
22     }
23 }
24
25 .vsp-components-image {
26     .list-editor-view {
27         margin-top: 50px;
28         .manual-title {
29             @extend .body-1-semibold;
30         }
31     }
32     .list-editor-item-view-content {
33         flex: 1;
34         min-width: 0;
35     }
36     .list-editor-item-view-controller {
37         padding-top: 5px;
38     }
39     .image-filename-cell {
40         display: flex;
41         .image-filename {
42             white-space: nowrap;
43             overflow: hidden;
44             display: inline-block;
45             text-overflow: ellipsis;
46              span {
47                 @include ellipsis(100%);
48             }
49         }
50     }
51 }