lille-metropole-2022: fix search cell's background size (#72172)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Serghei Mihai 2022-12-08 11:07:47 +01:00
parent 3f448f0c83
commit a7d7871973
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;