WIP
This commit is contained in:
40
wp/wp-content/themes/medicalalert/dist/app.css
vendored
40
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;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.product-carousel-slice-container .slick-dots {
|
||||
bottom: -3px;
|
||||
left: -112px;
|
||||
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;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=def087bfee86b3ced20472c4fd21ee05",
|
||||
"/app.css": "/app.css?id=761e43848c928eae130fd5702a51fe19"
|
||||
"/app.css": "/app.css?id=1e79f8d47e56e71141377b223123b63c"
|
||||
}
|
||||
|
||||
@@ -5,10 +5,14 @@
|
||||
grid-template-rows: 1fr auto 1fr;
|
||||
width: 100%;
|
||||
|
||||
.icon-img img {
|
||||
.icon-img {
|
||||
height: 37px;
|
||||
|
||||
img {
|
||||
max-width: 37px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,20 @@
|
||||
.product-carousel-slice-container {
|
||||
|
||||
.slick-prev:before,
|
||||
.slick-next:before {
|
||||
opacity: 0;
|
||||
@include media-breakpoint-up(lg) {
|
||||
.slick-dots {
|
||||
bottom: 1%;
|
||||
left: -12%;
|
||||
}
|
||||
}
|
||||
|
||||
.slick-dots {
|
||||
bottom: -3px;
|
||||
left: -112px;
|
||||
|
||||
li {
|
||||
button {
|
||||
padding: 0;
|
||||
|
||||
&::before {
|
||||
font-size: 12px;
|
||||
color: white;
|
||||
opacity: .9;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -26,6 +24,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
// hide arrows
|
||||
.slick-prev:before,
|
||||
.slick-next:before {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.products {
|
||||
.product-slide {
|
||||
.g-sky-border {
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
.testimonials {
|
||||
.testimonial-image {
|
||||
img {
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
// width: 250px;
|
||||
// height: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,12 +22,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.consumer-brand {
|
||||
|
||||
.testimonial-carousel-slice-container {
|
||||
.slick-dots {
|
||||
li {
|
||||
button {
|
||||
padding: 0;
|
||||
|
||||
&::before {
|
||||
font-size: 12px;
|
||||
color: #507CFF;
|
||||
}
|
||||
}
|
||||
@@ -38,22 +41,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.business-brand {
|
||||
.testimonial-carousel-slice-container {
|
||||
@include media-breakpoint-up(lg) {
|
||||
.slick-dots {
|
||||
li {
|
||||
button {
|
||||
&::before {
|
||||
color: #507CFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.slick-active button::before {
|
||||
color: $business-primary;
|
||||
}
|
||||
}
|
||||
bottom: 0;
|
||||
left: -12%;
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
<!-- Col3 Card BEGIN -->
|
||||
<section class="container-fluid col3-card-slice-container p-relative z-0 bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
|
||||
<section class="container-fluid col3-card-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
|
||||
{{#if radial_graphic}}
|
||||
<div class="p-relative">
|
||||
<div class="p-absolute radial-top z-1">
|
||||
<svg class="w-100" width="645" height="1023" viewBox="0 0 645 1023" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="mask0_293_290" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-378" y="0" width="1023" height="1023">
|
||||
@@ -53,6 +54,7 @@
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
<section class="image-with-icon-info-grid-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
|
||||
<div class="container">
|
||||
<div class="row gx-5">
|
||||
<div class="col-12 col-md col-lg-4 order-md-{{alignment}} align-self-center py-3">
|
||||
<div class="col-12 col-lg-4 order-md-{{alignment}} align-self-center py-3">
|
||||
<div class="g-purple-border me-3">
|
||||
<img class="w-100" src="{{image.url}}" alt="{{image.alt}}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md col-lg-8 my-auto py-3">
|
||||
<div class="col-12 col-lg-8 my-auto py-3">
|
||||
<div class="icon-info-grid">
|
||||
<div class="row row-cols-lg-2 gx-3 gy-3">
|
||||
{{#each icon_info_cards}}
|
||||
|
||||
@@ -7,12 +7,12 @@
|
||||
{{#each testimonials}}
|
||||
<div class="testimonial">
|
||||
<div class="row gx-4">
|
||||
<div class="col-auto d-flex align-items-center">
|
||||
<div class="col-12 col-lg-4 d-flex align-items-center">
|
||||
<div class="testimonial-image {{../border_color}}">
|
||||
<img class="w-100" src="{{image.url}}" alt="{{image.alt}}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col d-flex align-items-center">
|
||||
<div class="col-12 col-lg-8 ps-lg-4 d-flex align-items-center">
|
||||
<div>
|
||||
<svg width="35" height="29" viewBox="0 0 35 29" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19.93 28.57V18.49C19.93 13.99 21.16 10.06 23.62 6.7C26.08 3.28 29.86 1.18 34.96 0.399999V6.97C32.02 7.33 30.07 8.29 29.11 9.85C28.15 11.41 27.67 13.48 27.67 16.06L22.36 14.98H34.78V28.57H19.93ZM0.4 28.57V18.49C0.4 13.99 1.63 10.06 4.09 6.7C6.55 3.28 10.33 1.18 15.43 0.399999V6.97C12.49 7.33 10.54 8.29 9.58 9.85C8.62 11.41 8.14 13.48 8.14 16.06L2.83 14.98H15.25V28.57H0.4Z" fill="#E0D6FB" />
|
||||
@@ -45,7 +45,6 @@
|
||||
arrows: false,
|
||||
dots: true,
|
||||
autoplay: true,
|
||||
arrows: true,
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user