champs recherche moche

This commit is contained in:
2026-09-15 11:45:06 +02:00
parent b78b71691e
commit 6c4cac163f
3 changed files with 43 additions and 1 deletions
@@ -84,6 +84,36 @@ header[role="banner"]{
form{
display: flex;
align-items: baseline;
background-color: #ddd;
padding: 0.2em 0.5em;
border-radius: 1em;
input.form-search{
background-color: #ddd;
border: none;
outline: none;
&:focus{
outline: none;
}
}
input.form-submit{
-webkit-appearance: none;
appearance: none;
background-color: $bleu_typo;
border: none;
width: 1em;
height: 1em;
cursor: pointer;
-webkit-mask-image: url('/themes/custom/mathallo/assets/img/loupe.svg');
mask-image: url('/themes/custom/mathallo/assets/img/loupe.svg');
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
}
}
}