78 lines
1.9 KiB
CSS
78 lines
1.9 KiB
CSS
.post-question-page-container {
|
|
@apply px-8;
|
|
|
|
.section_titling {
|
|
&__title {
|
|
@apply text-secondary;
|
|
}
|
|
}
|
|
.publications-grid__title {
|
|
@apply text-left text-neutral-900;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
[role='checkbox'] {
|
|
display: inline-block;
|
|
padding: 4px 8px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
[role='checkbox']::before {
|
|
position: relative;
|
|
top: 1px;
|
|
left: -4px;
|
|
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' style='forced-color-adjust: auto;'%3E%3Crect x='2' y='2' height='13' width='13' rx='2' stroke='currentcolor' stroke-width='1' fill-opacity='0' /%3E%3C/svg%3E");
|
|
}
|
|
|
|
[role='checkbox'][aria-checked='true']::before {
|
|
position: relative;
|
|
top: 1px;
|
|
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' style='forced-color-adjust: auto;'%3E%3Crect x='2' y='2' height='13' width='13' rx='2' stroke='currentcolor' stroke-width='1' fill-opacity='0' /%3E%3Cpolyline points='4,8 7,12 12,5' fill='none' stroke='currentcolor' stroke-width='2' /%3E%3C/svg%3E");
|
|
}
|
|
|
|
[role='checkbox']:focus,
|
|
[role='checkbox']:hover {
|
|
padding: 2px 6px;
|
|
border: 2px solid #005a9c;
|
|
border-radius: 5px;
|
|
background-color: #def;
|
|
}
|
|
|
|
[role='checkbox']:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
&__accordeons-container {
|
|
@apply max-w-screen-lg mx-auto px-4 py-12;
|
|
}
|
|
}
|