This commit is contained in:
parent
47a005e094
commit
b12d138bb8
|
|
@ -30,7 +30,7 @@
|
|||
@apply pb-12;
|
||||
} */
|
||||
.metier-patrimoine-searchbar {
|
||||
@apply w-80 lg:w-80 shrink-0 h-fit sticky top-0;
|
||||
@apply md:w-80 shrink-0 h-fit md:sticky top-0;
|
||||
.posts-results-count {
|
||||
@apply shrink-0;
|
||||
}
|
||||
|
|
@ -179,10 +179,7 @@
|
|||
&__geographic-filters {
|
||||
@apply hidden;
|
||||
}
|
||||
&:has(
|
||||
#elements_batiments_checkbox:checked,
|
||||
#metiers_checkbox:checked
|
||||
) {
|
||||
&:has(#elements_batiments_checkbox:checked, #metiers_checkbox:checked) {
|
||||
.metier-patrimoine-searchbar__geographic-filters {
|
||||
@apply block;
|
||||
}
|
||||
|
|
@ -193,10 +190,7 @@
|
|||
@apply hidden;
|
||||
}
|
||||
/* HIDE METIERS FILTERS WHEN SEARCH IS ON ELEMENTS BATIMENTS */
|
||||
&:has(
|
||||
.metier-patrimoine-searchbar__search-by
|
||||
#elements_batiments_checkbox:checked
|
||||
) {
|
||||
&:has(.metier-patrimoine-searchbar__search-by #elements_batiments_checkbox:checked) {
|
||||
.metier-patrimoine-searchbar__elements-batiments-filters {
|
||||
@apply block;
|
||||
/* @apply opacity-40; */
|
||||
|
|
@ -209,10 +203,7 @@
|
|||
|
||||
/* HIDE ELEMENTS BATIMENTS FILTERS WHEN SEARCH IS ON METIERS */
|
||||
|
||||
&:has(
|
||||
.metier-patrimoine-searchbar__search-by
|
||||
#metiers_checkbox:checked
|
||||
) {
|
||||
&:has(.metier-patrimoine-searchbar__search-by #metiers_checkbox:checked) {
|
||||
.metier-patrimoine-searchbar__metiers-filters {
|
||||
@apply block;
|
||||
/* @apply opacity-40; */
|
||||
|
|
|
|||
|
|
@ -53,12 +53,15 @@
|
|||
}
|
||||
|
||||
&__website {
|
||||
@apply text-primary underline font-semibold underline-offset-4 inline-flex w-full;
|
||||
@apply text-primary underline font-semibold underline-offset-4 !flex w-full;
|
||||
&:before {
|
||||
@apply inline-flex mr-3 h-6 w-6 bg-center bg-contain bg-no-repeat;
|
||||
content: '';
|
||||
background-image: url('../resources/img/pictogrammes/Homegrade_repertoire-site.svg');
|
||||
}
|
||||
&:after {
|
||||
@apply !transform-none;
|
||||
}
|
||||
}
|
||||
|
||||
.cta--read-more {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user