radial styles

This commit is contained in:
2024-12-19 09:01:15 -08:00
parent 3119c67f8d
commit e64e4b1b28
9 changed files with 130 additions and 119 deletions

View File

@@ -11700,9 +11700,18 @@ button[type=submit].single_add_to_cart_button,
.bg-color-sky-red {
background: linear-gradient(90deg, #3399ff 0%, #cc0133 100%);
}
.bg-color-sky-red h1, .bg-color-sky-red .headline-largest, .bg-color-sky-red .h1 {
color: white !important;
}
.bg-color-sky-red h2, .bg-color-sky-red .headline-large, .bg-color-sky-red .h2 {
color: white !important;
}
.bg-color-sky-red h3, .bg-color-sky-red .headline-standard, .bg-color-sky-red .h3 {
color: white !important;
}
.bg-color-sky-red strong {
color: white !important;
}
.bg-color-sky-red p {
color: white !important;
}
@@ -11837,25 +11846,25 @@ button[type=submit].single_add_to_cart_button,
color: #00447C;
}
.radial-container-col3-card .sonar {
.col3-card-slice-container .radial {
left: 0;
width: 250px;
top: -646px;
}
.radial-container-col3-card .sonar svg {
.col3-card-slice-container .radial svg {
width: 100%;
max-width: 250px;
}
@media (min-width: 768px) {
.radial-container-col3-card .sonar {
top: -705px;
.col3-card-slice-container .radial {
top: -666px;
}
}
@media (min-width: 992px) {
.radial-container-col3-card .sonar {
top: -745px;
.col3-card-slice-container .radial {
top: -706px;
}
}
.col3-card-slice-container .col3-card-wrapper {
z-index: 1;
}
@@ -12306,13 +12315,11 @@ h6, .h6 {
.products-list-slice-container .products-list-item .bg-white {
border-radius: 16px;
}
.products-list-slice-container .products-list-item .products-list-img {
max-width: 50%;
}
@media (min-width: 992px) {
.products-list-slice-container .products-list-item .products-list-img {
max-width: 70%;
}
.products-list-slice-container .products-list-item .img-container {
height: 250px;
display: flex;
align-items: center;
justify-content: center;
}
.products-list-slice-container .products-list-item .line-sm {
width: 57px;
@@ -12325,6 +12332,7 @@ h6, .h6 {
.products-list-slice-container .products-list-item .products-list-item-inner-wrapper .products-list-title {
color: #000066;
}
.simple-content-slice-container {
overflow: hidden;
}