lille-metropole-2022: stabilize search cell background position (#73176)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Serghei Mihai 2023-01-09 15:48:28 +01:00
parent 974ff93f5e
commit 10815aec40
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;