refining button links
This commit is contained in:
parent
a9d100fba9
commit
d88147a881
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user