refining button links

This commit is contained in:
Antoine M 2023-11-16 16:25:11 +01:00
parent a9d100fba9
commit d88147a881

View File

@ -38,10 +38,12 @@
}
&--classic {
@apply bg-primary text-white;
.icon,
.wp-block-button__link {
.icon {
@apply bg-secondary;
}
.wp-block-button__link {
@apply cta cta--secondary;
}
a {
@apply !text-white;
}
@ -54,11 +56,16 @@
}
&--warning {
@apply !bg-transparent !relative !text-secondary;
.icon,
.wp-element-button,
ul li:before {
.icon {
@apply !bg-secondary;
}
.wp-block-button__link {
@apply cta cta--secondary;
}
wp-block-button__link ul li:before {
@apply bg-secondary;
}
.homegrade-blocks-highlight__block-title,
*::marker {
@apply !text-secondary;