Projet

Général

Profil

0001-toulouse-improve-register-live-hint-block-display-46.patch

Thomas Jund, 01 septembre 2020 12:24

Télécharger (1014 octets)

Voir les différences:

Subject: [PATCH] toulouse: improve register live hint block display (#46222)

 static/toulouse/_custom.scss | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
static/toulouse/_custom.scss
1370 1370
	}
1371 1371
}
1372 1372

  
1373
div#main-content-wrapper {
1373
body:not(.authentic-page) div#main-content-wrapper {
1374 1374
	overflow: hidden;
1375 1375
	position: relative;
1376 1376
}
......
1507 1507
	p {
1508 1508
		line-height: 1.8;
1509 1509
	}
1510
	button {
1510
	form > button {
1511 1511
		@extend %toulouse-button;
1512 1512
	}
1513 1513

  
......
1742 1742
	}
1743 1743
}
1744 1744

  
1745
.field-live-hint .close {
1746
	font-size: 2em;
1747
	font-weight: bold;
1748
}
1749

  
1745 1750
div.list-of-forms span.form-number {
1746 1751
	opacity: 0.8;
1747 1752
}
1748
-