Projet

Général

Profil

0001-braine-l-alleud-add-left-padding-on-footer-66800.patch

Nicolas Roche, 30 juin 2022 11:04

Télécharger (805 octets)

Voir les différences:

Subject: [PATCH] braine-l-alleud: add left padding on footer (#66800)

 static/braine-l-alleud/_custom.scss | 1 +
 1 file changed, 1 insertion(+)
static/braine-l-alleud/_custom.scss
107 107
.cell, .block, .a2-block {
108 108
	box-shadow: 0 0 5px #ccc;
109 109
}
110 110

  
111 111
#footer {
112 112
	.cell {
113 113
		box-shadow: none;
114 114
		border: none;
115
		padding-left: 25px;
115 116
	}
116 117
}
117 118

  
118 119
.cell.dashboard-cell {
119 120
	box-shadow: none;
120 121
	border: none;
121 122
	padding: 0;
122 123
	.cell {
123
-