react 16 upgrade
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductDependencies.scss
1 .software-product-dependencies {
2     .software-product-dependencies-title {
3         @extend .heading-1;
4         @extend .text-uppercase !optional;
5         position: sticky;
6         top: -30px;
7         z-index: 1;
8         background: $white;
9         margin-bottom: 20px;
10         color: $blue;
11     }
12     .select-action-table-controllers {
13         position: sticky;
14         top: 4px;
15         z-index: 1;
16         background: $white;
17         justify-content: flex-end;
18         cursor: pointer;
19         color: $blue;
20         padding-right: 27px;
21         margin-bottom: 3px;
22         &:hover {
23             color: $dark-blue;
24         }
25     }
26     .select-action-table-view {
27         min-width: 770px;
28     }
29     .select-action-table-headers {
30         position: sticky;
31         top: 27px;
32         z-index: 1;
33         .select-action-table-header {
34             @extend .body-1-semibold;
35             color: $text-black;
36         }
37     }
38     .select-action-table-row-wrapper {
39         .svg-icon {
40             &.__trashO,
41             &.__plusCircle {
42                 fill: $dark-gray;
43                 &:hover {
44                     fill: $black;
45                 }
46             }
47         }
48     }
49 }