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