lille-metropole-2022: stabilize search cell background position (#73176) #109

Merged
smihai merged 1 commits from wip/73176-lille-metropole-2022-fix-search-cell-background-position into main 2023-01-16 15:55:16 +01:00
1 changed files with 5 additions and 2 deletions

View File

@ -209,8 +209,11 @@ div.cell {
}
&.searchcell {
border: 2px solid $primary-color;
background: url('img/search-cell-bg.svg') 15% top no-repeat;
background-size: auto 7.5em;
background: transparent;
form {
background: url('img/search-cell-bg.svg') 1em top no-repeat;
background-size: auto 95%;
}
}
&.textcell {
padding: 1rem;