30 lines
730 B
CSS
30 lines
730 B
CSS
.homegrade-blocks-shortcuts {
|
|
@apply my-8;
|
|
.wp-block-heading {
|
|
@apply uppercase !text-neutral-600
|
|
!mt-0
|
|
text-sm
|
|
tracking-wider
|
|
font-semibold
|
|
mb-2;
|
|
}
|
|
.wp-block-button {
|
|
@apply inline-block;
|
|
.wp-block-button__link {
|
|
@apply flex items-center;
|
|
@apply !bg-secondary-light !text-secondary;
|
|
|
|
&:before {
|
|
@apply mr-3 h-6 w-6 bg-no-repeat bg-contain bg-center;
|
|
content: '';
|
|
heigth: 1.25rem;
|
|
width: 1.25rem;
|
|
display: inline-block;
|
|
background-image: url('../resources/img/graphic-assets/anchor.svg');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link {
|
|
}
|