DELETE Moving files
This commit is contained in:
parent
a2a6aa1571
commit
96923ac4c0
|
|
@ -1,42 +0,0 @@
|
|||
.wp-block-button__link {
|
||||
border-radius: 0px;
|
||||
@apply border-primary border bg-transparent text-primary;
|
||||
}
|
||||
|
||||
.cta {
|
||||
@apply block w-fit px-6 py-3;
|
||||
&--classic {
|
||||
@apply border-primary border bg-transparent text-primary;
|
||||
|
||||
&:hover {
|
||||
@apply bg-primary text-white;
|
||||
svg rect,
|
||||
svg polyline {
|
||||
@apply !stroke-white;
|
||||
}
|
||||
}
|
||||
}
|
||||
&--rounded {
|
||||
@apply rounded-full;
|
||||
}
|
||||
&--primary {
|
||||
@apply border-primary border bg-primary text-white;
|
||||
}
|
||||
|
||||
&--mailing {
|
||||
}
|
||||
|
||||
&--has-icon {
|
||||
@apply flex items-center gap-4;
|
||||
|
||||
svg {
|
||||
@apply w-6;
|
||||
|
||||
rect,
|
||||
polyline {
|
||||
@apply stroke-primary;
|
||||
stroke-width: 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
:root {
|
||||
--swiper-pagination-bullet-border-radius: 0;
|
||||
--swiper-pagination-bullet-height: 2px;
|
||||
--swiper-pagination-bullet-width: 30px;
|
||||
--swiper-pagination-bullet-horizontal-gap: 10px;
|
||||
--swiper-theme-color: var(
|
||||
--wp--preset--color--primary
|
||||
) !important;
|
||||
--swiper-pagination-color: var(
|
||||
--color-primary
|
||||
) !important;
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet {
|
||||
@apply bg-primary;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user