summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal.less
diff options
context:
space:
mode:
authorkooper <sergey.sachkov@est.tech>2019-03-15 16:58:20 +0000
committerOren Kleks <orenkle@amdocs.com>2019-03-20 09:46:48 +0000
commitf4dd8f797c68740b968c1abdda390f24224d4424 (patch)
treef44feae8680a3064b566772f78c1cb328ebcbab1 /catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal.less
parent54b96133b33b3bf55e9670ed2a8c89996ac413b9 (diff)
Display PNF/VNF Type for PNF (frontend)
Change-Id: I5f1ac23776976d16f8c2258f82b8dfe6aa925037 Issue-ID: SDC-2158 Signed-off-by: kooper <sergey.sachkov@est.tech>
Diffstat (limited to 'catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal.less')
-rw-r--r--catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal.less11
1 files changed, 6 insertions, 5 deletions
diff --git a/catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal.less b/catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal.less
index c745a86888..ccf4fb00b5 100644
--- a/catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal.less
+++ b/catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal.less
@@ -6,7 +6,7 @@
.general-info-button{
position: relative;
top: -40px;
- left: 86px;
+ left: 95px;
float: left;
}
@@ -76,16 +76,16 @@
align-self: center;
}
- .item-opened-description {flex-grow: 25;}
+ .item-opened-description {flex-grow: 25.3;}
.item-opened-metadata1 {flex-grow: 25;}
- .item-opened-metadata2 {flex-grow: 30;}
+ .item-opened-metadata2 {flex-grow: 45;}
.item-opened-metadata3 {
flex-grow: 10;
.info-button{
float: right;
}
}
- .item-opened-icon {flex-grow: 10;}
+ .item-opened-icon {flex-grow: 10.1;}
}
}
}
@@ -101,7 +101,8 @@
.flex-item:nth-child(2) {flex-grow: 25;}
.flex-item:nth-child(3) {flex-grow: 30;}
.flex-item:nth-child(4) {flex-grow: 10; text-align: center; }
- .flex-item:nth-child(5) {flex-grow: 10; }
+ .flex-item:nth-child(5) {flex-grow: 10; text-align: center; }
+ .flex-item:nth-child(6) {flex-grow: 10; }
}