From 2498bb8db7dc725567a559037f746beec4ecfac6 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 9 Jan 2023 15:48:28 +0100 Subject: [PATCH] lille-metropole-2022: stabilize search cell background position (#73176) --- static/lille-metropole-2022/_custom.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/lille-metropole-2022/_custom.scss b/static/lille-metropole-2022/_custom.scss index a4c35bd4..3f17e924 100644 --- a/static/lille-metropole-2022/_custom.scss +++ b/static/lille-metropole-2022/_custom.scss @@ -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;