summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_softwareProductDependencies.scss
diff options
context:
space:
mode:
authorEinav Weiss Keidar <einavw@amdocs.com>2018-08-13 16:19:46 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2019-02-11 13:50:22 +0000
commit1801b24389baa8e3f7298ff2c41e2512b19c1290 (patch)
treed3d2a15f53aa28698280d609548298d177f9280d /openecomp-ui/resources/scss/modules/_softwareProductDependencies.scss
parentaf8e36eb7f43803bd9cf40e9b46a0c0c8f47c781 (diff)
react 16 upgrade
Issue-ID: SDC-1762 Change-Id: I7701f12fc63bb09f8c985c7c893b984701dcbfab Signed-off-by: Einav Keidar <einavw@amdocs.com>
Diffstat (limited to 'openecomp-ui/resources/scss/modules/_softwareProductDependencies.scss')
-rw-r--r--openecomp-ui/resources/scss/modules/_softwareProductDependencies.scss55
1 files changed, 28 insertions, 27 deletions
diff --git a/openecomp-ui/resources/scss/modules/_softwareProductDependencies.scss b/openecomp-ui/resources/scss/modules/_softwareProductDependencies.scss
index 65c558fa0e..5358e7c51b 100644
--- a/openecomp-ui/resources/scss/modules/_softwareProductDependencies.scss
+++ b/openecomp-ui/resources/scss/modules/_softwareProductDependencies.scss
@@ -2,22 +2,22 @@
.software-product-dependencies-title {
@extend .heading-1;
@extend .text-uppercase !optional;
- position: sticky;
- top: -30px;
- z-index: 1;
- background: $white;
+ position: sticky;
+ top: -30px;
+ z-index: 1;
+ background: $white;
margin-bottom: 20px;
color: $blue;
}
.select-action-table-controllers {
- position: sticky;
- top: 4px;
- z-index: 1;
- background: $white;
+ position: sticky;
+ top: 4px;
+ z-index: 1;
+ background: $white;
justify-content: flex-end;
cursor: pointer;
color: $blue;
- padding-right: 27px;
+ padding-right: 27px;
margin-bottom: 3px;
&:hover {
color: $dark-blue;
@@ -26,23 +26,24 @@
.select-action-table-view {
min-width: 770px;
}
- .select-action-table-headers {
- position: sticky;
- top: 27px;
- z-index: 1;
- .select-action-table-header {
- @extend .body-1-semibold;
- color: $text-black;
- }
- }
- .select-action-table-row-wrapper {
- .svg-icon {
- &.__trashO, &.__plusCircle {
- fill: $dark-gray;
- &:hover {
- fill: $black;
+ .select-action-table-headers {
+ position: sticky;
+ top: 27px;
+ z-index: 1;
+ .select-action-table-header {
+ @extend .body-1-semibold;
+ color: $text-black;
+ }
+ }
+ .select-action-table-row-wrapper {
+ .svg-icon {
+ &.__trashO,
+ &.__plusCircle {
+ fill: $dark-gray;
+ &:hover {
+ fill: $black;
+ }
+ }
+ }
}
- }
- }
- }
}