Projet

Général

Profil

0002-univ-avignon-simplified-search-form-68567.patch

A. Berriot, 19 septembre 2022 16:45

Télécharger (1,34 ko)

Voir les différences:

Subject: [PATCH 2/4] univ-avignon: simplified search form (#68567)

 static/univ-avignon/_custom.scss | 35 ++------------------------------
 1 file changed, 2 insertions(+), 33 deletions(-)
static/univ-avignon/_custom.scss
78 78

  
79 79
// search {
80 80
.gru-content .search-cell {
81
	background-color: $transparent-red;
82
	& > div {
83
		padding: 2em;
84
		margin-left: auto;
85
		margin-right: auto;
86
		& > h2:first-child {
87
			color: $button-color;
88
			&:after {
89
				display: none;
90
			}
91
		}
92
		.combo-search-results {
93
			position: relative;
94
			z-index: 1;
95
			color: white;
96
		}
97
		.search-service-label {
98
			font-size: 26px;
99
		}
100
	}
101
	.combo-search-input {
102
		margin-right: 0;
103
	}
104
	.submit-button {
105
		color: $primary-color;
106
		background-image: url(img/icone_recherche_defonce.png);
107
		background-position: center;
108
		background-repeat: no-repeat;
109
		font-size: 0.889em;
110
		text-indent: -9999px;
111
		padding-left: 3em;
112
		padding-right: 3em;
113
	}
81
	background-color: transparent;
82
	border: none;
114 83
}
115 84
// general layout
116 85

  
117
-