From c83ce69f322a9e18223e82e0879d6b7fb6da31f8 Mon Sep 17 00:00:00 2001 From: Agate Berriot Date: Mon, 19 Sep 2022 16:31:07 +0200 Subject: [PATCH 2/4] univ-avignon: simplified search form (#68567) --- static/univ-avignon/_custom.scss | 35 ++------------------------------ 1 file changed, 2 insertions(+), 33 deletions(-) diff --git a/static/univ-avignon/_custom.scss b/static/univ-avignon/_custom.scss index 35d28c1f..d98d83bb 100644 --- a/static/univ-avignon/_custom.scss +++ b/static/univ-avignon/_custom.scss @@ -78,39 +78,8 @@ div.cell, .block { // search { .gru-content .search-cell { - background-color: $transparent-red; - & > div { - padding: 2em; - margin-left: auto; - margin-right: auto; - & > h2:first-child { - color: $button-color; - &:after { - display: none; - } - } - .combo-search-results { - position: relative; - z-index: 1; - color: white; - } - .search-service-label { - font-size: 26px; - } - } - .combo-search-input { - margin-right: 0; - } - .submit-button { - color: $primary-color; - background-image: url(img/icone_recherche_defonce.png); - background-position: center; - background-repeat: no-repeat; - font-size: 0.889em; - text-indent: -9999px; - padding-left: 3em; - padding-right: 3em; - } + background-color: transparent; + border: none; } // general layout -- 2.37.2