homepage and mini mobile systems

This commit is contained in:
2024-12-18 07:06:24 -08:00
parent 23a9c365e8
commit 90505b964a
48 changed files with 11210 additions and 903 deletions

View File

@@ -3,18 +3,40 @@ body {
font-family: 'Inter', sans-serif;
}
h1 {
font-size: calc(2.214581rem + 1vw);
font-weight: 700;
line-height: 58px;
.py-1 {
padding: 1rem 0;
}
.consumer-brand {
h1 {
color: $consumer-primary;
}
.py-2 {
padding: 2rem 0;
}
.py-3 {
padding: 3rem 0;
}
.py-4 {
padding: 4rem 0;
}
.overflow-hidden {
overflow: hidden
}
.z-0 {
z-index: 0;
}
.z-1 {
z-index: 1;
}
// .consumer-brand {
// h1 {
// color: $consumer-primary;
// }
// }
.business-brand {
h1 {
color: $business-primary;
@@ -22,16 +44,16 @@ h1 {
}
h2 {
font-size: calc(1.3rem + 1vw);
font-weight: 700;
line-height: 55px;
font-size: calc(1rem + 1vw);
font-weight: 400;
line-height: 50px;
}
.consumer-brand {
h2 {
color: $consumer-primary;
}
}
// .consumer-brand {
// h2 {
// color: $consumer-primary;
// }
// }
.business-brand {
h2 {
@@ -39,22 +61,21 @@ h2 {
}
}
h3 {
font-size: 30px;
font-weight: 700;
line-height: 40px;
}
.consumer-brand {
h3 {
color: $consumer-primary;
}
}
.business-brand {
h3 {
color: $business-primary;
}
// .consumer-brand {
// h3 {
// color: $consumer-primary;
// }
// }
// .business-brand {
// h3 {
// color: $business-primary;
// }
// }
.rounded {
border-radius: 27px !important;
}
h4 {
@@ -75,6 +96,18 @@ h4 {
}
}
.p-relative {
position: relative;
}
.p-absolute {
position: absolute;
}
.pe-3 {
padding-right: 3rem;
}
p {
font-size: 20px;
line-height: 32px;
@@ -103,22 +136,25 @@ input[type="submit"].gform_button,
button[type="submit"].single_add_to_cart_button,
#searchBtn {
border: none;
padding: 8px 20px;
padding: 14px 28px;
background-color: $orange !important;
color: $white !important;
font-size: 25px;
font-size: 20px;
font-weight: 600;
text-decoration: none;
box-sizing: border-box;
display: inline-block;
line-height: 36px;
line-height: 20.21px;
border-radius: 10px;
}
.button--primary {
border: none;
padding: 8px 20px;
background-color: $orange; /* Define the actual color, not a variable */
color: $white; /* Define the actual color, not a variable */
background-color: $orange;
/* Define the actual color, not a variable */
color: $white;
/* Define the actual color, not a variable */
font-size: 25px;
font-weight: 600;
text-decoration: none;
@@ -134,6 +170,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-pink {
background-color: $gray;
p {
color: $light-gray;
}
@@ -141,6 +178,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-red {
background-color: $consumer-primary;
p {
color: $white;
}
@@ -158,6 +196,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-top-white {
position: relative;
width: 100%;
&::before {
content: ' ';
position: absolute;
@@ -173,6 +212,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-bottom-white {
position: relative;
width: 100%;
&::after {
content: ' ';
position: absolute;
@@ -189,6 +229,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-top-pink {
position: relative;
width: 100%;
&::before {
content: ' ';
position: absolute;
@@ -204,6 +245,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-bottom-pink {
position: relative;
width: 100%;
&::after {
content: ' ';
position: absolute;
@@ -220,6 +262,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-top-red {
position: relative;
width: 100%;
&::before {
content: ' ';
position: absolute;
@@ -235,6 +278,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-bottom-red {
position: relative;
width: 100%;
&::after {
content: ' ';
position: absolute;
@@ -251,6 +295,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-top-light-blue {
position: relative;
width: 100%;
&::before {
content: ' ';
position: absolute;
@@ -266,6 +311,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-bottom-light-blue {
position: relative;
width: 100%;
&::after {
content: ' ';
position: absolute;
@@ -309,9 +355,11 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-top: 0.25rem;
}
@include media-breakpoint-up(md) {
padding-top: 0.5rem;
}
@include media-breakpoint-up(lg) {
padding-top: 1rem;
}
@@ -321,9 +369,11 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-top: .75rem;
}
@include media-breakpoint-up(md) {
padding-top: 1rem;
}
@include media-breakpoint-up(md) {
padding-top: 2rem;
}
@@ -333,9 +383,11 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-top: 0.75rem;
}
@include media-breakpoint-up(md) {
padding-top: 1.5rem;
}
@include media-breakpoint-up(lg) {
padding-top: 3rem;
}
@@ -345,9 +397,11 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-bottom: 0.25rem;
}
@include media-breakpoint-up(md) {
padding-bottom: 0.5rem;
}
@include media-breakpoint-up(lg) {
padding-bottom: 1rem;
}
@@ -357,9 +411,11 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-bottom: .75rem;
}
@include media-breakpoint-up(md) {
padding-bottom: 1rem;
}
@include media-breakpoint-up(lg) {
padding-bottom: 2rem;
}
@@ -369,10 +425,207 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-bottom: 0.75rem;
}
@include media-breakpoint-up(md) {
padding-bottom: 1.5rem;
}
@include media-breakpoint-up(lg) {
padding-bottom: 3rem;
}
}
.sonar-svg-right {
top: 0;
right: 0;
overflow-x: hidden;
svg {
max-width: 300px;
width: 100%;
}
}
.sonar-svg-right-big {
top: 0;
right: -13%;
overflow-x: hidden;
svg {
max-width: 1000px;
width: 100%;
}
}
.sonar-svg-left {
bottom: -165%;
left: 0;
overflow-x: hidden;
svg {
max-width: 300px;
width: 100%;
}
}
.f-white {
color: white;
p {
color: white;
}
}
.f-black {
color: #110F24;
p {
color: #110F24;
}
}
.f-purple {
color: $ma-purple;
p {
color: $ma-purple !important;
}
}
.f-navy {
color: $ma-navy;
p {
color: $ma-navy !important;
}
}
.f-sky {
color: $ma-sky;
}
.f-red {
color: $ma-red;
}
.f-gray {
color: $ma-gray;
}
.f-yellow {
color: $ma-yellow;
}
.f-green {
color: $ma-green;
}
.bg-navy {
background: $ma-navy;
}
.bg-red {
background: $ma-red;
}
.btn-red {
background: $ma-red;
color: white;
font-weight: bold;
padding: .5em 3em;
border-radius: 10px;
}
.bg-sky {
color: $ma-sky;
}
.bg-purple {
color: $ma-purple;
}
.bg-yellow {
color: $ma-yellow;
}
.bg-green {
color: $ma-green;
}
.g-navy-sky {
background: linear-gradient(90deg, rgba(0, 0, 102, 1) 0%, rgba(51, 153, 255, 1) 100%);
}
.g-sky-bright {
background: linear-gradient(90deg, rgba(51, 153, 255, 1) 0%, rgba(51, 153, 255, 0.5) 100%);
}
.bg-color-gradient-light-blue {
background: linear-gradient(90deg, rgba(51, 153, 255, 0.5) 0%, rgba(51, 153, 255, 0.1) 100%);
}
.g-sky-hero {
background: linear-gradient(90deg, rgba(51, 153, 255, 0.1) 0%, rgba(51, 153, 255, 0.5) 100%);
border-bottom-right-radius: 45px;
border-bottom-left-radius: 45px;
}
.bg-color-sky-red {
background: linear-gradient(90deg, rgba(51, 153, 255, 1) 0%, rgba(204, 1, 51, 1) 100%);
h2 {
color: white !important;
}
p {
color: white !important;
}
}
.bg-color-navy-purple {
background: linear-gradient(90deg, rgba(0, 0, 102, 1) 0%, rgba(126, 91, 239, 1) 100%);
}
.bg-color-red-yellow {
background: linear-gradient(90deg, rgba(204, 1, 51, 1)0%, rgba(255, 176, 32, 1) 100%);
}
.g-sky-border {
border-radius: 20px;
background: linear-gradient(to left top, rgba(51, 153, 255, .1) 0%, rgba(51, 153, 255, 0.5) 100%);
padding: 5px;
img {
border-radius: 17px;
}
}
.mw-250 {
max-width: 250px;
}
.g-purple-border {
position: relative;
border-radius: 20px;
background: linear-gradient(to left top, rgba(0, 0, 102, 1) 0%, rgba(126, 91, 239, 1) 100%);
padding: 5px;
max-width: 458px;
img {
border-radius: 17px;
}
}
.fs-xs {
font-size: 14px;
p {
font-size: 14px;
line-height: 19px;
}
}