Compare commits
No commits in common. "be5249236a0ad17a70b3f735beeb4317c9f40df6" and "384c9e6fc01421c13caad496d50b0c49a0fa59a8" have entirely different histories.
be5249236a
...
384c9e6fc0
|
|
@ -6,27 +6,20 @@
|
||||||
--swiper-theme-color: var(
|
--swiper-theme-color: var(
|
||||||
--wp--preset--color--primary
|
--wp--preset--color--primary
|
||||||
) !important;
|
) !important;
|
||||||
--swiper-pagination-color: transparent !important;
|
--swiper-pagination-color: var(
|
||||||
--swiper-pagination-bullet-inactive-color: transparent !important;
|
--color-primary
|
||||||
|
) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-pagination {
|
.swiper-pagination {
|
||||||
@apply h-fit flex gap-12 !static;
|
@apply h-fit flex gap-12 !static mt-12;
|
||||||
top: unset !important;
|
top: unset !important;
|
||||||
bottom: 0px !important;
|
bottom: 0px !important;
|
||||||
z-index: 100 !important;
|
z-index: 100 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-pagination-bullet {
|
.swiper-pagination-bullet {
|
||||||
@apply bg-transparent w-full !py-6 relative;
|
@apply bg-primary w-full;
|
||||||
|
|
||||||
&:after {
|
|
||||||
@apply content-[''] bg-primary w-full absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2;
|
|
||||||
height: 2px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.swiper-pagination-fraction {
|
|
||||||
@apply !text-primary font-semibold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-controls {
|
.swiper-controls {
|
||||||
|
|
@ -41,6 +34,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.swiper-wrapper {
|
|
||||||
@apply mb-4;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 592 B |
|
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 591 B |
|
Before Width: | Height: | Size: 598 B After Width: | Height: | Size: 598 B |
|
|
@ -4,16 +4,16 @@
|
||||||
<div class="branding">
|
<div class="branding">
|
||||||
<div class="branding__shapes">
|
<div class="branding__shapes">
|
||||||
<div class="shape square">
|
<div class="shape square">
|
||||||
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/icon-collections.svg" alt="Carhop">
|
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icon-collections.svg" alt="Carhop">
|
||||||
</div>
|
</div>
|
||||||
<div class="shape circle">
|
<div class="shape circle">
|
||||||
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/icon-publications.svg" alt="Carhop">
|
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icon-publications.svg" alt="Carhop">
|
||||||
</div>
|
</div>
|
||||||
<div class="shape rectangle-rotated">
|
<div class="shape rectangle-rotated">
|
||||||
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/icon-activites.svg" alt="Carhop">
|
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icon-activites.svg" alt="Carhop">
|
||||||
</div>
|
</div>
|
||||||
<div class="shape rectangle-vertical">
|
<div class="shape rectangle-vertical">
|
||||||
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/icon-dbmob.svg" alt="Carhop">
|
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icon-dbmob.svg" alt="Carhop">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img class="website-title" src="<?php echo get_template_directory_uri(); ?>/resources/img/carhop-textual-logo.svg" alt="Carhop">
|
<img class="website-title" src="<?php echo get_template_directory_uri(); ?>/resources/img/carhop-textual-logo.svg" alt="Carhop">
|
||||||
|
|
|
||||||