Projet

Général

Profil

0001-scss-refactor-mobile-burger-menu-bars-appearance-565.patch

Serghei Mihai (congés, retour 15/05), 02 septembre 2021 12:35

Télécharger (3,63 ko)

Voir les différences:

Subject: [PATCH] scss: refactor mobile burger menu bars appearance (#56557)

 static/arles-2020/_custom.scss        | 2 +-
 static/eurelien-cd28/_custom.scss     | 2 +-
 static/gpseo/_custom.scss             | 2 +-
 static/includes/_nav.scss             | 2 +-
 static/isere-cd38/_custom.scss        | 4 ++--
 static/montreuil/_custom.scss         | 2 +-
 static/quimper/_custom.scss           | 2 +-
 static/roannais-icitoyen/_custom.scss | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)
static/arles-2020/_custom.scss
21 21
div.gru-nav {
22 22
	border-radius: 0;
23 23
	.gru-nav-button .icon-bar {
24
		border-width: 2px;
24
		border-width: 4px;
25 25
		border-radius: 10px 0 0 10px;
26 26
	}
27 27
	&.toggled .gru-nav-button .icon-bar {
static/eurelien-cd28/_custom.scss
53 53
div.gru-nav .gru-nav-button {
54 54
	background-color: $secondary-color;
55 55
	.icon-bar {
56
		border-width: 2px;
56
		border-width: 4px;
57 57
	}
58 58
}
59 59

  
static/gpseo/_custom.scss
189 189
			margin-bottom: 1em;
190 190

  
191 191
			& .icon-bar {
192
				border-width: 2px;
192
				border-width: 4px;
193 193
			}
194 194

  
195 195
			+ ul {
static/includes/_nav.scss
258 258
			left: $nav-menu-side/6;
259 259
			width: $nav-menu-side/6*4;
260 260
			margin: 0;
261
			border: 1px solid $nav-button-color;
261
			border-top: 2px solid $nav-button-color;
262 262
			transition: all 0.25s ease;
263 263
		}
264 264
		& .icon-bar-1 {
static/isere-cd38/_custom.scss
260 260
	}
261 261
}
262 262
#nav-button .icon-bar {
263
	border-width: 2px;
263
	border-width: 4px;
264 264
}
265 265
.gru-nav > ul {
266 266
	margin: 0;
......
735 735
	position: absolute;
736 736
	top: 0;
737 737
	left: 0;
738
}
738
}
static/montreuil/_custom.scss
86 86
			border: 0;
87 87
		}
88 88
		& .icon-bar {
89
			border-bottom: 2px solid $nav-button-color;
89
			border-width: 3px;
90 90
		}
91 91
	}
92 92
	> ul {
static/quimper/_custom.scss
295 295
		& .icon-bar {
296 296
			left: 30px;
297 297
			width: $nav-menu-side/2;
298
			border-width: 2px;
298
			border-width: 4px;
299 299
		}
300 300
		.icon-bar-1 {
301 301
			top: $nav-menu-side/4;
static/roannais-icitoyen/_custom.scss
222 222
		top: calc((#{$nav-menu-side} + #{$btn-bottom-space}) * -1) ;
223 223
		right: 0;
224 224
		.icon-bar {
225
			border-width: 2px;
225
			border-width: 4px;
226 226
		}
227 227

  
228 228
		+ ul {
229
-