lille-metropole-2022: fix search cell's background size (#72172)

This commit is contained in:
Serghei Mihai 2022-12-08 11:07:47 +01:00 committed by Gitea
parent 3d22167eaa
commit 08d241af26
1 changed files with 2 additions and 1 deletions

View File

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