Projet

Général

Profil

0001-toulouse-2022-use-opposite-padding-and-margin-to-dis.patch

Nicolas Roche, 26 octobre 2022 10:11

Télécharger (918 octets)

Voir les différences:

Subject: [PATCH] toulouse-2022: use opposite padding and margin to display
 anchor links hidden by header (#70696)

 static/toulouse-2022/_custom.scss | 6 ++++++
 1 file changed, 6 insertions(+)
static/toulouse-2022/_custom.scss
321 321
}
322 322
.successnotice::before {
323 323
	color: $color-success;
324 324
}
325 325
.infonotice::before {
326 326
	color: $color-info;
327 327
}
328 328

  
329
.gru-content div.cell {
330
	@media ($max-mobile-viewport) {
331
		padding-top: 50px;
332
		margin-top: -50px;
333
	}
334
}
329 335

  
330 336
//
331 337
//	WCS / Forms
332 338
//
333 339

  
334 340
.wcs-page {
335 341
	.theme-page-header {
336 342
		display: none;
337
-