add of style for the searchBar

This commit is contained in:
2025-11-28 13:36:52 +01:00
parent 33a7f16be4
commit 7d83fa3092
4 changed files with 63 additions and 24 deletions
@@ -0,0 +1,21 @@
.searchBarContainer{
position: fixed;
top: 10rem;
z-index: 100;
width: 60%;
background: #fff;
}
.searchBarForm{
display: flex;
}
.searchBarForm input{
background: none;
box-shadow: none;
height: 2em;
}
.searchBarForm input:focus{
outline: none;
}