Projet

Général

Profil

0001-scss-align-notice-message-text-with-icon-29798.patch

Frédéric Péters, 16 janvier 2019 11:47

Télécharger (824 octets)

Voir les différences:

Subject: [PATCH] scss: align notice message text with icon (#29798)

 static/includes/_misc.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/includes/_misc.scss
201 201
		padding-left: 2rem;
202 202
	}
203 203

  
204
	min-height: 2rem;
204 205
	&::before {
205 206
		content: "\f06a";
206 207
		font-family: FontAwesome;
......
222 223

  
223 224
	p {
224 225
		margin: 0 0 0.6rem 0;
226
		&:first-child {
227
			padding-top: 0.5rem;
228
		}
225 229
		&:last-child {
226 230
			margin-bottom: 0;
227 231
		}
228
-