champs recherche moche
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user