Projet

Général

Profil

0001-gers-cd32-increase-step-column-size-47803.patch

Nicolas Roche, 21 octobre 2020 17:21

Télécharger (941 octets)

Voir les différences:

Subject: [PATCH] gers-cd32: increase step column size (#47803)

 static/gers-cd32/_custom.scss | 9 +++++++++
 1 file changed, 9 insertions(+)
static/gers-cd32/_custom.scss
95 95
	display: block;
96 96
}
97 97

  
98 98
#sidebar {
99 99
	box-shadow: 3px 3px 20px 0px #dedede;
100 100
	margin-right: 2.5em;
101 101
}
102 102

  
103
@if ($form-sidebar-position != top) {
104
	div#gauche {
105
		width: 20.5%;
106
	}
107
	div#gauche + div#rub_service {
108
		width: 77.5%;
109
	}
110
}
111

  
103 112
@mixin form-icon($content) {
104 113
	content: $content;
105 114
	font-family: FontAwesome;
106 115
}
107 116

  
108 117
div#footer-wrapper {
109 118
	padding: 66px 0 73px;
110 119
}
111
-