Projet

Général

Profil

0007-toulouse-2022-align-connexion-fields-to-header-text-.patch

Nicolas Roche, 16 septembre 2022 15:08

Télécharger (1,17 ko)

Voir les différences:

Subject: [PATCH 07/13] toulouse-2022: align connexion fields to header text
 (#69188)

 static/toulouse-2022/_custom.scss | 11 +++++++++++
 1 file changed, 11 insertions(+)
static/toulouse-2022/_custom.scss
273 273
	display: flow-root;
274 274
	padding: 0 0.7em;
275 275
	h1:first-child {
276 276
		margin-top: 0;
277 277
	}
278 278
	.cell + .ô-header {
279 279
		display: none;
280 280
	}
281
	div.textcell p {
282
		margin-left: 0;
283
	}
281 284
}
282 285
.theme-page-header .text-cell:first-child,
283 286
.ô-header {
284 287
	position: relative;
285 288
	margin-top: 30px;
286 289
	margin-bottom: 60px;
287 290
	@media ($max-mobile-viewport) {
288 291
		margin-left: 0;
......
592 595
				color: $primary-color;
593 596
			}
594 597

  
595 598
		}
596 599
		// Put .menu-cell only in last position on footer
597 600
		transform: translateY(#{$footer-padding-bottom});
598 601
	}
599 602
}
603

  
604
//
605
// Connexion
606
//
607

  
608
#login-page > .block > div {
609
	padding: 1em 0.7em;
610
}
600
-