71 lines
1.4 KiB
CSS
71 lines
1.4 KiB
CSS
.taxonomy-question-page-container {
|
|
@apply px-8;
|
|
@apply container mx-auto;
|
|
|
|
.section_titling {
|
|
&__title {
|
|
@apply text-secondary ;
|
|
}
|
|
}
|
|
.publications-grid__title {
|
|
@apply text-left text-neutral-900;
|
|
}
|
|
.publications-grid__row {
|
|
@apply gap-3;
|
|
}
|
|
.publications-grid__button a {
|
|
@apply px-6;
|
|
}
|
|
.card-large-content-container:last-child {
|
|
@apply mb-0;
|
|
}
|
|
}
|
|
.question-context {
|
|
@apply pt-12 pb-4;
|
|
&__title {
|
|
@apply text-xs font-semibold uppercase tracking-wide !my-0 text-neutral-600;
|
|
}
|
|
&__conseil-name {
|
|
@apply font-bold;
|
|
}
|
|
}
|
|
|
|
.post-question-page {
|
|
.thematiques-subtaxonomy-links {
|
|
@apply pb-12;
|
|
ul {
|
|
@apply flex flex-wrap gap-2;
|
|
|
|
.cta--button {
|
|
@apply px-4 py-2;
|
|
}
|
|
.cta--button:not([aria-current='location']) {
|
|
/* filter: grayscale(1) opacity(0.8); */
|
|
@apply text-gray-dark border-gray-dark;
|
|
}
|
|
}
|
|
}
|
|
|
|
ul.checkboxes {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
padding-left: 1em;
|
|
}
|
|
|
|
ul.checkboxes li {
|
|
list-style: none;
|
|
margin: 1px;
|
|
padding: 0;
|
|
}
|
|
|
|
&__accordeons-container {
|
|
@apply max-w-screen-lg mx-auto px-4 pt-4 pb-12;
|
|
}
|
|
}
|
|
|
|
.filters-no-results {
|
|
@apply bg-secondary-light text-secondary text-center p-6 rounded-lg mb-16 font-semibold;
|
|
background: rgba(255, 243, 242, 0.5);
|
|
}
|