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

This commit is contained in:
Serghei Mihai 2023-01-09 15:48:28 +01:00 committed by Gitea
parent 6dfceef6b6
commit 2498bb8db7
1 changed files with 5 additions and 2 deletions

View File

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