Projet

Général

Profil

0010-signal-publik-replace-dedicated-clear-float-tags-by-.patch

Thomas Jund, 22 juillet 2020 16:39

Télécharger (905 octets)

Voir les différences:

Subject: [PATCH 10/10] signal-publik: replace dedicated clear float tags by
 ".clearfix" class (#45365)

 static/signal-publik/_custom.scss | 8 --------
 1 file changed, 8 deletions(-)
static/signal-publik/_custom.scss
423 423
	}
424 424
}
425 425

  
426
br.clear {
427
	height: 1px;
428
	display: block;
429
}
430

  
431 426
#login-title {
432 427
	font-family: $title-font-family;
433 428
	font-size: 1.125rem;
......
515 510
}
516 511

  
517 512
@media screen and ($max-mobile-viewport) {
518
	br.clear {
519
		display: none;
520
	}
521 513
	#columns {
522 514
		padding: 0;
523 515
	}
524
-