Projet

Général

Profil

0001-grenoble-metropole-2019-center-form-steps-in-mobile.patch

Serghei Mihai, 19 novembre 2019 15:18

Télécharger (1,03 ko)

Voir les différences:

Subject: [PATCH] grenoble-metropole-2019: center form steps in mobile

 static/grenoble-metropole-2019/_custom.scss | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
static/grenoble-metropole-2019/_custom.scss
1125 1125
		@include desktop-vertical-steps() {
1126 1126
			font-size: 0.65em;
1127 1127
		}
1128
		@media (max-width: $mobile-limit) {
1129
			padding-left: 0;
1130
			position: absolute;
1131
			display: block;
1132
			width: 100%;
1133
			text-align: center;
1134
			top: 60px;
1135
			left: 0;
1136
		}
1137
	}
1138
}
1139

  
1140
.wcs-steps--list {
1141
	@media (max-width: $mobile-limit) {
1142
		min-width: auto;
1143
		align-items: center;
1144
		justify-content: center;
1145
		display: -ms-flexbox;
1146
		display: flex;
1128 1147
	}
1129 1148
}
1130 1149

  
1131
-