diff --git a/src/components/Banners/WebsiteDesignBannerLegacy/styles.module.scss b/src/components/Banners/WebsiteDesignBannerLegacy/styles.module.scss
index ee4563d20..e2f83e379 100644
--- a/src/components/Banners/WebsiteDesignBannerLegacy/styles.module.scss
+++ b/src/components/Banners/WebsiteDesignBannerLegacy/styles.module.scss
@@ -19,7 +19,10 @@
min-width: 0;
max-width: 100%;
overflow: hidden;
- grid-template-columns: 1fr 200px;
+ flex-direction: column;
+ grid-template-columns: auto;
+ margin-top: 0 !important;
+ border-radius: 0 !important;
}
.heroBackgroundContainer {
@@ -39,7 +42,12 @@
border-radius: 0 8px 8px 0;
@include mobile {
- width: 200px;
+ width: 100%;
+ height: 156px;
+ order: 0;
+ background: url("../../../assets/images/website-design-banner-mobile.png");
+ background-size: cover;
+ background-position: bottom;
}
}
@@ -117,6 +125,11 @@
.heroHeaderTitle {
display: flex;
+
+ @include mobile {
+ font-size: 28px;
+ line-height: 32px;
+ }
}
.heroHeaderSubtitle {
@@ -124,6 +137,11 @@
max-width: 713px;
line-height: 24px;
font-weight: 500;
+
+ @include mobile {
+ font-size: 14px;
+ line-height: 20px;
+ }
}
}
}
diff --git a/src/components/Progress/index.jsx b/src/components/Progress/index.jsx
index c709e374f..1829ff856 100644
--- a/src/components/Progress/index.jsx
+++ b/src/components/Progress/index.jsx
@@ -41,7 +41,7 @@ const Progress = ({ level, styleName, setStep, ...props }) => {
STEP {trueLevel.showIndex}
/ {levels.length}
-
{trueLevel.label}
+ {trueLevel.label}
{
return (
);
diff --git a/src/components/ProgressDonutChart/styles.module.scss b/src/components/ProgressDonutChart/styles.module.scss
index 71b379161..8e32b125f 100644
--- a/src/components/ProgressDonutChart/styles.module.scss
+++ b/src/components/ProgressDonutChart/styles.module.scss
@@ -1,3 +1,15 @@
@import "../../styles/include";
-.progress-donut-chart {}
\ No newline at end of file
+.progress-donut-chart {}
+
+.desktop-chart {
+ @include mobile {
+ display: none;
+ }
+}
+
+.mobile-chart {
+ @include desktop {
+ display: none;
+ }
+}
\ No newline at end of file
diff --git a/src/routes/BasicInfoLegacy/index.jsx b/src/routes/BasicInfoLegacy/index.jsx
index 06b6d3333..63ff45f09 100644
--- a/src/routes/BasicInfoLegacy/index.jsx
+++ b/src/routes/BasicInfoLegacy/index.jsx
@@ -174,7 +174,10 @@ const BasicInfoLegacy = ({
- BASIC INFO
+
+
-
-
>
diff --git a/src/routes/BasicInfoLegacy/styles.module.scss b/src/routes/BasicInfoLegacy/styles.module.scss
index a673a2249..6b947ef6c 100644
--- a/src/routes/BasicInfoLegacy/styles.module.scss
+++ b/src/routes/BasicInfoLegacy/styles.module.scss
@@ -19,4 +19,10 @@
.backButtonWrapper {
@include backButtonWrapper;
+}
+
+.title-wrapper {
+ @include mobile {
+ display: none;
+ }
}
\ No newline at end of file
diff --git a/src/routes/BrandingLegacy/index.jsx b/src/routes/BrandingLegacy/index.jsx
index b8aed9506..f52d6bbc4 100644
--- a/src/routes/BrandingLegacy/index.jsx
+++ b/src/routes/BrandingLegacy/index.jsx
@@ -135,7 +135,10 @@ const BrandingLegacy = ({ saveBranding, setProgressItem, isLoggedIn }) => {
- BRANDING
+
+
{
-
-
>
diff --git a/src/routes/BrandingLegacy/styles.module.scss b/src/routes/BrandingLegacy/styles.module.scss
index a78016a04..146e82afa 100644
--- a/src/routes/BrandingLegacy/styles.module.scss
+++ b/src/routes/BrandingLegacy/styles.module.scss
@@ -14,4 +14,10 @@
.backButtonWrapper {
@include backButtonWrapper;
-}
\ No newline at end of file
+}
+
+.title-wrapper {
+ @include mobile {
+ display: none;
+ }
+}
diff --git a/src/routes/PageDetailsLegacy/index.jsx b/src/routes/PageDetailsLegacy/index.jsx
index 80f47e27e..37bc3de69 100644
--- a/src/routes/PageDetailsLegacy/index.jsx
+++ b/src/routes/PageDetailsLegacy/index.jsx
@@ -110,7 +110,10 @@ const PageDetailsLegacy = ({ savePageDetails, setProgressItem, isLoggedIn }) =>
- PAGE DETAILS
+
+
-
-
>
diff --git a/src/routes/PageDetailsLegacy/styles.module.scss b/src/routes/PageDetailsLegacy/styles.module.scss
index a78016a04..146e82afa 100644
--- a/src/routes/PageDetailsLegacy/styles.module.scss
+++ b/src/routes/PageDetailsLegacy/styles.module.scss
@@ -14,4 +14,10 @@
.backButtonWrapper {
@include backButtonWrapper;
-}
\ No newline at end of file
+}
+
+.title-wrapper {
+ @include mobile {
+ display: none;
+ }
+}
diff --git a/src/routes/ReviewLegacy/index.jsx b/src/routes/ReviewLegacy/index.jsx
index 25f50a40b..2dfe2886c 100644
--- a/src/routes/ReviewLegacy/index.jsx
+++ b/src/routes/ReviewLegacy/index.jsx
@@ -216,7 +216,10 @@ const ReviewLegacy = ({
{banner}
- REVIEW & PAYMENT
+
+ {showProgress && }
{secondaryBanner}
- {introText && {introText}
}
+ {introText && {introText}
}
-
-
+
+
-
-
-
-
+
+
+
{estimate.stickerPrice && (
-
+
{currencyFormat(estimate.stickerPrice)}
)}
@@ -298,7 +301,6 @@ const ReviewLegacy = ({
- {showProgress &&
}
>
diff --git a/src/routes/ReviewLegacy/styles.module.scss b/src/routes/ReviewLegacy/styles.module.scss
index 87d15ddc9..d6de59253 100644
--- a/src/routes/ReviewLegacy/styles.module.scss
+++ b/src/routes/ReviewLegacy/styles.module.scss
@@ -139,4 +139,10 @@
@include mobile {
display: block;
}
+}
+
+.title-wrapper {
+ @include mobile {
+ display: none;
+ }
}
\ No newline at end of file
diff --git a/src/routes/WebsitePurposeLegacy/index.jsx b/src/routes/WebsitePurposeLegacy/index.jsx
index 556af8a48..0dfbb95f1 100644
--- a/src/routes/WebsitePurposeLegacy/index.jsx
+++ b/src/routes/WebsitePurposeLegacy/index.jsx
@@ -106,7 +106,10 @@ const WebsitePurposeLegacy = ({ saveWebsitePurpose, setProgressItem, isLoggedIn
- WEBSITE PURPOSE
+
+
-
-
>
diff --git a/src/routes/WebsitePurposeLegacy/styles.module.scss b/src/routes/WebsitePurposeLegacy/styles.module.scss
index 3fe93b32b..146e82afa 100644
--- a/src/routes/WebsitePurposeLegacy/styles.module.scss
+++ b/src/routes/WebsitePurposeLegacy/styles.module.scss
@@ -15,3 +15,9 @@
.backButtonWrapper {
@include backButtonWrapper;
}
+
+.title-wrapper {
+ @include mobile {
+ display: none;
+ }
+}