diff --git a/resources/css/app.css b/resources/css/app.css index 81fb13e..20521a5 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -114,6 +114,7 @@ @import './pages/template-empty-parent.css'; @import './pages/single-page.css'; @import './pages/single-conseils.css'; +@import './pages/single-questions.css'; @import './pages/taxonomy-questions-(faq-per-taxonomy-term).css'; @import './pages/single-news.css'; @import './pages/404.css'; diff --git a/resources/css/pages/single-questions.css b/resources/css/pages/single-questions.css new file mode 100644 index 0000000..ddd7511 --- /dev/null +++ b/resources/css/pages/single-questions.css @@ -0,0 +1,11 @@ +.suggested-publications { + .section_titling__title { + @apply text-secondary; + } + .publications-grid__title { + @apply text-neutral-900; + } + #brochures-rows .publications-grid__row { + @apply gap-x-2; + } +}