@@ -108,7 +109,7 @@
-
+
+
+
+
+
+
+
+ arrow_back
+
+ {{'Back' | translate }}
+
+
+
+ {{'OnboardPage.Next' | translate}}
+
+
@@ -220,6 +242,8 @@
diff --git a/src/app/create-new-project/onboarding-content/onboarding-content.component.scss b/src/app/create-new-project/onboarding-content/onboarding-content.component.scss
index a27d8f4f3dba..492c0128c9ef 100644
--- a/src/app/create-new-project/onboarding-content/onboarding-content.component.scss
+++ b/src/app/create-new-project/onboarding-content/onboarding-content.component.scss
@@ -46,7 +46,7 @@ $color-pro-plan: #3ea9f5;
display: none;
&.active {
- min-height: calc(100vh - 150px);
+ // min-height: calc(100vh - 150px); // nk commented
display: block;
}
@@ -111,19 +111,18 @@ $color-pro-plan: #3ea9f5;
.col-left {
- min-height: 100vh;
- // max-height: 100vh;
- height: auto;
+ // min-height: 100vh; // nk commented
+ // height: auto; // nk commented
background: white;
width: calc(100% - var(--width-col-rigth));
position: relative;
float: left;
- padding: 100px 40px 40px;
+ // padding: 100px 40px 40px; // nk commented
+ padding: 95px 46px 75px;
z-index: 20;
- // width: 100%;
- // max-height: calc(100vh - 1px);
- // overflow: initial;
- // background: bisque;
+ height: calc(100vh - 75px); // nk
+ overflow-y: auto; // nk
+
}
.on-bording-spinner {
@@ -263,6 +262,8 @@ $color-pro-plan: #3ea9f5;
// min-height: calc(100% - 60px);
opacity: 1;
+
+
&.hidden {
opacity: 0;
}
@@ -270,17 +271,23 @@ $color-pro-plan: #3ea9f5;
/** NAVIGATION **/
.row-navigation {
- // position: relative;
- position: absolute;
+ // position: absolute; // nk commented
+ position: fixed; // nk
+ width: calc(100% - var(--width-col-rigth)); // nk
bottom: 0;
left: 0;
- width: 100%;
- z-index: 0;
+ // width: 100%; // nk commented
+ // z-index: 0; // nk commented
+ z-index: 1;
bottom: 0;
padding: 0px;
background-color: #fff;
}
+.row-navigation-full-width {
+ width: 100%;
+}
+
.navigation-btn {
display: flex;
flex-direction: row;
@@ -301,8 +308,8 @@ $color-pro-plan: #3ea9f5;
justify-content: center;
vertical-align: middle;
height: auto;
- width: 50px;
- max-width: 50px;
+ // width: 50px;
+ // max-width: 50px;
font-size: 20px;
line-height: 1.2;
border-color: $color-light-gray;
@@ -324,6 +331,11 @@ $color-pro-plan: #3ea9f5;
}
}
+.onbording-btn-back-text {
+ margin-left: 6px !important;
+ font-weight: 400;
+}
+
.hide-prev-btn {
display: none;
}