refining filter toolbars for news

This commit is contained in:
Antoine M 2023-12-07 17:17:46 +01:00
parent f1a0871ac7
commit 5d05832219

View File

@ -11,6 +11,7 @@
@apply flex flex-wrap justify-between items-center pb-4; @apply flex flex-wrap justify-between items-center pb-4;
} }
&__posts-results-amount { &__posts-results-amount {
@apply pb-4;
.results-filter-name { .results-filter-name {
@apply font-bold; @apply font-bold;
} }
@ -62,6 +63,7 @@
&__filters-container { &__filters-container {
@apply flex gap-4; @apply flex gap-4;
} }
.news-type-filters-wrapper,
.publication-type-filters-wrapper { .publication-type-filters-wrapper {
@apply flex @apply flex
flex-row flex-row