WIP
This commit is contained in:
44
wp/wp-content/themes/medicalalert/dist/app.css
vendored
44
wp/wp-content/themes/medicalalert/dist/app.css
vendored
@@ -12336,6 +12336,9 @@ body {
|
||||
grid-template-rows: 1fr auto 1fr;
|
||||
width: 100%;
|
||||
}
|
||||
.icon-info-grid-slice-container .icon-card-wrapper .icon-card .icon-img {
|
||||
height: 37px;
|
||||
}
|
||||
.icon-info-grid-slice-container .icon-card-wrapper .icon-card .icon-img img {
|
||||
max-width: 37px;
|
||||
height: auto;
|
||||
@@ -12436,25 +12439,27 @@ body {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.product-carousel-slice-container .slick-prev:before,
|
||||
.product-carousel-slice-container .slick-next:before {
|
||||
opacity: 0;
|
||||
}
|
||||
.product-carousel-slice-container .slick-dots {
|
||||
bottom: -3px;
|
||||
left: -112px;
|
||||
@media (min-width: 992px) {
|
||||
.product-carousel-slice-container .slick-dots {
|
||||
bottom: 1%;
|
||||
left: -12%;
|
||||
}
|
||||
}
|
||||
.product-carousel-slice-container .slick-dots li button {
|
||||
padding: 0;
|
||||
}
|
||||
.product-carousel-slice-container .slick-dots li button::before {
|
||||
font-size: 12px;
|
||||
color: white;
|
||||
opacity: 0.9;
|
||||
color: white;
|
||||
}
|
||||
.product-carousel-slice-container .slick-dots .slick-active button::before {
|
||||
color: #507CFF;
|
||||
}
|
||||
.product-carousel-slice-container .slick-prev:before,
|
||||
.product-carousel-slice-container .slick-next:before {
|
||||
opacity: 0;
|
||||
}
|
||||
.product-carousel-slice-container .products .product-slide .product-image img {
|
||||
width: 100%;
|
||||
background: white;
|
||||
@@ -12505,10 +12510,6 @@ body {
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.testimonial-carousel-slice-container .testimonials .testimonial-image img {
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
}
|
||||
.testimonial-carousel-slice-container .testimonials .title {
|
||||
color: #7e5bef !important;
|
||||
text-align: start;
|
||||
@@ -12520,20 +12521,23 @@ body {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.consumer-brand .testimonial-carousel-slice-container .slick-dots li button::before {
|
||||
.testimonial-carousel-slice-container .slick-dots li button {
|
||||
padding: 0;
|
||||
}
|
||||
.testimonial-carousel-slice-container .slick-dots li button::before {
|
||||
font-size: 12px;
|
||||
color: #507CFF;
|
||||
}
|
||||
.consumer-brand .testimonial-carousel-slice-container .slick-dots .slick-active button::before {
|
||||
.testimonial-carousel-slice-container .slick-dots .slick-active button::before {
|
||||
color: #507CFF;
|
||||
}
|
||||
|
||||
.business-brand .testimonial-carousel-slice-container .slick-dots li button::before {
|
||||
color: #507CFF;
|
||||
@media (min-width: 992px) {
|
||||
.slick-dots {
|
||||
bottom: 0;
|
||||
left: -12%;
|
||||
}
|
||||
}
|
||||
.business-brand .testimonial-carousel-slice-container .slick-dots .slick-active button::before {
|
||||
color: #00447C;
|
||||
}
|
||||
|
||||
.testimonial-slice-container {
|
||||
padding-bottom: 9rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user