[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-ui / resources / scss / modules / _vspHeatSetup.scss
index 59e9836..75d96b4 100644 (file)
                                        min-width: 0;
                                }
 
-                               .svg-icon.trash-o {
+                               .svg-icon-wrapper.trashO {
+                                 .svg-icon {
                                        fill: $dark-gray;
                                        height: 18px;
                                        width: 18px;
                                        &:hover {
-                                               fill: $black;
+                                         fill: $black;
                                        }
+                                 }
                                }
                                .module-title-by-type {
-                                       @extend .heading-5-medium;
+                                       @extend .heading-5-semibold;
                                        margin-right: 3px;
                                }
                                .modules-list-item-filename {
                                        display: flex;
                                        align-items: center;
 
-                                       .svg-icon.pencil {
-                                               height: 15px;
-                                               width: 15px;
+                                       .svg-icon-wrapper.pencil {
+                                               .svg-icon {
+                                                 height: 15px;
+                                                 width: 15px;
+                                               }
                                                margin-left: 3px;
                                                opacity: 0;
                                        }
 
                                        .filename-text {
-                                               @extend .heading-5-medium;
+                                               @extend .heading-5-semibold;
 
                                        }
 
                                                        padding: 0;
                                                        .name-edit {
                                                                padding: 4px;
-                                                               @extend .heading-5-medium;
+                                                               @extend .heading-5-semibold;
                                                                height: 100%;
                                                                border: 1px solid $light-gray;
                                                                width: 400px;
                                                                border-color: transparent;
                                                        }
                                                }
-                                               .svg-icon.pencil {
+                                               .svg-icon-wrapper.pencil {
                                                        margin-left: 10px;
                                                        opacity: 1;
-                                                       stroke: $dark-gray;
-                                                       &:hover {
-                                                               stroke: $black;
+                                                       .svg-icon {
+                                                         stroke: $dark-gray;
+                                                         &:hover {
+                                                          stroke: $black;
+                                                         }
                                                        }
                                                }
                                        }
                                .Select-option {
                                        @extend .body-1;
                                        &.is-selected {
-                                               @extend .body-1-medium;
+                                               @extend .body-1-semibold;
                                                background-color: $white;
                                        }
                                        &.is-focused {
                        }
 
                        .artifact-files-header {
-                               @extend .heading-5-medium;
+                               @extend .heading-5-semibold;
                                display: flex;
                                margin-bottom: 10px;
                                justify-content: space-between;
        .unassigned-files {
                margin-top: 30px;
                border: 1px solid $light-gray;
-               width: 25%;
                background-color: $white;
                height: 250px;
                width: 250px;
                top: 10px;
 
                .unassigned-files-title {
-                       @extend .heading-5-medium;
+                       @extend .heading-5-semibold;
                        background-color: $tlv-gray;
                        padding: 11px 0 9px 15px;
                }
                                        display: flex;
                                        align-items: center;
                                        margin-bottom: 10px;
-                                       .svg-icon.angle-right {
+                                       .svg-icon-wrapper.angleRight {
+                                         .svg-icon {
                                                height: 10px;
                                                width: 10px;
                                                margin-left: 7px;
                                                fill: $blue;
+                                         }
                                        }
                                        &:hover {
                                                color: $dark-blue;
-                                               .svg-icon.angle-right {
+                                               .svg-icon-wrapper.angleRight {
+                                                 .svg-icon {
                                                        fill: $dark-blue;
+                                                 }
                                                }
                                        }
                                }