homegrade_theme_production/resources/css/blocks/shortcuts.css

28 lines
698 B
CSS

.homegrade-blocks-shortcuts {
.wp-block-heading {
@apply uppercase text-neutral-700
text-sm
tracking-wider
font-bold
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 {
}