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