Projet

Général

Profil

0002-braine-l-alleud-update-pading-of-deliberation-tile-s.patch

Nicolas Roche, 09 novembre 2021 15:12

Télécharger (991 octets)

Voir les différences:

Subject: [PATCH 2/2] braine-l-alleud: update pading of deliberation tile
 selector (#58182)

 static/braine-l-alleud/_custom.scss | 6 ------
 1 file changed, 6 deletions(-)
static/braine-l-alleud/_custom.scss
242 242
			&:checked::before {
243 243
				left: #{$switch-width - $switch-slider-diameter};
244 244
				box-shadow: -1px 1px 3px rgba(0,0,0,.6)
245 245
			}
246 246
		}
247 247
	}
248 248
}
249 249

  
250
.gru-content div.cell.deliberations-communales {
251
	h2 + div {
252
		padding: 0;
253
	}
254
}
255

  
256 250
.delib,
257 251
.eventitem,
258 252
.newsitem {
259 253
	display: flex;
260 254
	margin-bottom: 1ex;
261 255
	@media screen and (max-width: $nav-mobile-limit) {
262 256
		flex-direction: column;
263 257
	}
264
-