Projet

Général

Profil

0001-toulouse-metropole-update-steps-36765.patch

Thomas Jund (congés, retour le 29/04), 27 novembre 2019 16:49

Télécharger (1,6 ko)

Voir les différences:

Subject: [PATCH] toulouse-metropole: update steps (#36765)

 static/toulouse-metropole/_custom.scss | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)
static/toulouse-metropole/_custom.scss
950 950
	}
951 951
}
952 952

  
953
div#steps {
953
#steps {
954
	h2 {
955
		display: none;
956
	}
954 957
	margin-top: -55px;
955 958
	background: white;
956 959
	ol {
960
		list-style-type: none;
961
		padding: 0;
962
		margin: 0;
957 963
		position: relative;
958 964
		top: -30px;
959 965
		text-align: left;
......
969 975
			}
970 976
			flex: 1;
971 977
			text-align: center;
972
			span.marker {
978
			.marker {
973 979
				display: inline-block;
974 980
				padding: 0;
975 981
				width: 48px;
......
994 1000
					color: white;
995 1001
				}
996 1002
			}
997
			span.label {
1003
			.label {
998 1004
				padding-top: 10px;
999 1005
				display: block;
1000 1006
				font-weight: bold;
......
1552 1558
	margin-top: 0;
1553 1559
}
1554 1560

  
1555
div#steps-mobile {
1561
#steps-mobile {
1556 1562
	display: none;
1557 1563
}
1558 1564

  
1559 1565
@media screen and (max-width: $mobile-limit) {
1560
	div#steps {
1566
	#steps {
1561 1567
		display: none;
1562 1568
	}
1563
	div#steps-mobile {
1569
	#steps-mobile {
1564 1570
		display: block;
1565 1571
		margin: 0 auto;
1566 1572
		text-align: center;
......
1584 1590
				}
1585 1591
			}
1586 1592
		}
1587
		span.current-label {
1593
		.current-label {
1588 1594
			display: inline-block;
1589 1595
			font-weight: bold;
1590 1596
			font-size: 13px;
1591
-