[SDC] Onboarding 1710 rebase.
[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 .image-modal-edit, .image-modal-new {
20   .modal-body {
21     padding: 0;
22   }
23   .vsp-components-image-editor {
24
25     .image-format, .image-md5, .image-version {
26       width: 200px;
27     }
28     .image-version {
29       padding-left: 30px;
30     }
31     .section-title {
32       text-transform: capitalize;
33       font-size: 18px;
34     }
35   }
36 }
37
38 .vsp-components-image {
39   .list-editor-item-view-content {
40     flex:1;
41     min-width: 0;
42   }
43   .list-editor-item-view-controller {
44     padding-top: 5px;
45   }
46   .image-filename-cell {
47     display: flex;
48     .image-filename {
49       white-space: nowrap;
50       overflow: hidden;
51       display: inline-block;
52       text-overflow: ellipsis;
53        span {
54         @include ellipsis(100%);
55       }
56     }
57   }
58 }