diff --git a/resources/css/pages/singles.css b/resources/css/pages/singles.css new file mode 100644 index 0000000..74aa9f0 --- /dev/null +++ b/resources/css/pages/singles.css @@ -0,0 +1,26 @@ +.page-single { + .post-toolbar { + @apply px-8; + } + + .tags__title { + @apply text-lg uppercase font-semibold mt-0 my-4 nunito; + } + + .tags-list { + @apply flex flex-wrap gap-4; + } + + .content-wrapper { + &[data-active-tab='post'] { + #post-authors { + @apply hidden; + } + } + &[data-active-tab='authors'] { + .post-content { + @apply hidden; + } + } + } +}