Projet

Général

Profil

0001-alpes-maritimes-2018-remove-bottom-margin-only-on-fi.patch

Nicolas Roche, 30 août 2019 14:15

Télécharger (872 octets)

Voir les différences:

Subject: [PATCH] alpes-maritimes-2018: remove bottom margin only on file
 widget (#35690)

This reverts commit bc4a9b6bb4001637d57330754a28776f46b22998.
 static/alpes-maritimes-2018/_custom.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/alpes-maritimes-2018/_custom.scss
322 322
		@include trapesoid;
323 323
	}
324 324
	div.widget {
325
		margin-bottom: 3ex;
326
		&.FileWidget {
327
			margin-bottom: 0;
328
		}
325 329
		div.title {
326 330
			font-weight: bold;
327 331
			margin-bottom: 1ex;
328
-