font size filtres

This commit is contained in:
2025-06-05 11:16:32 +02:00
parent a511f8ce96
commit eca756315f
2 changed files with 16 additions and 16 deletions
@@ -170,7 +170,7 @@
content: "Afficher : ";
padding-right: 1rem;
font-weight: 800;
font-size: 0.8rem;
font-size: 1rem;
margin-bottom: 1rem;
display: block;
width: 100%;
@@ -186,7 +186,7 @@
padding: 0.3rem 0.5rem 0.1rem 0.3rem;
margin-bottom: 0.5rem;
margin-right: 0.5rem;
font-size: 0.6rem;
font-size: 0.8rem;
&:hover{
cursor: grab;
background-color: $blue-dark;
@@ -336,7 +336,7 @@
content: "Filtrer par : ";
padding-right: 1rem;
font-weight: 800;
font-size: 0.8rem;
font-size: 1rem;
margin-bottom: 1rem;
@media (max-width: 479px){
padding-bottom: 1rem;
@@ -346,18 +346,18 @@
display: none;
}
.form-item{
font-size: 0.6rem;
font-size: 0.8rem;
}
.form-item-combine{
border-top: none;
border-left: none;
border-right: none;
font-size: 0.6rem;
font-size: 0.8rem;
justify-content: flex-start !important;
label{display: none;}
.input-wrapper{
display: inline-flex;
font-size: 0.6rem;
font-size: 0.8rem;
&::after{
content: url("../images/pictos/loupe.svg");
display: inline-block;
@@ -369,13 +369,13 @@
}
}
select{
font-size: 0.6rem;
font-size: 0.8rem;
::placeholder{
display: none;
}
}
input{
font-size: 0.6rem;
font-size: 0.8rem;
}
}
}