diff --git a/resources/css/blocks/explore-tags.css b/resources/css/blocks/explore-tags.css deleted file mode 100644 index d37bef7..0000000 --- a/resources/css/blocks/explore-tags.css +++ /dev/null @@ -1,50 +0,0 @@ -.explore-tags { - @apply bg-carhop-purple-100 py-24 px-4 md:px-12 xl:px-24; - &.alignfull { - @apply !my-0; - } - .inner { - @apply max-w-screen-2xl mx-auto; - @apply lg:flex gap-16 xl:gap-32; - } - - &__subtitle { - br { - display: none; - } - @screen lg { - br { - display: block; - } - } - } - .tag-list { - @apply flex gap-6 flex-wrap; - - &__tag { - @apply text-lg font-normal border border-primary p-4 h-fit flex items-center gap-2; - svg { - transition: transform 0.3s ease-in-out; - @apply w-8 h-8; - circle { - @apply fill-primary stroke-transparent; - } - path { - @apply stroke-white; - } - } - &:hover { - @apply bg-primary text-white; - svg { - transform: rotate(90deg); - circle { - @apply fill-white; - } - path { - @apply stroke-primary; - } - } - } - } - } -} diff --git a/template-parts/components/explore-tags.php b/template-parts/components/explore-tags.php index 18116fa..6c843bd 100644 --- a/template-parts/components/explore-tags.php +++ b/template-parts/components/explore-tags.php @@ -1,5 +1,5 @@ '; +$block_content = ''; echo do_blocks($block_content); ?> \ No newline at end of file