Projet

Général

Profil

0001-scss-introduce-.cell-body-class-53355.patch

Thomas Jund (congés, retour le 29/04), 22 avril 2021 16:01

Télécharger (659 octets)

Voir les différences:

Subject: [PATCH] scss: introduce .cell--body class (#53355)

 static/includes/_cells.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
static/includes/_cells.scss
95 95
.block {
96 96
	margin-top: 0;
97 97
	margin-bottom: 10px;
98
	& h2 + div {
98
	& h2 + div,
99
	.cell--body {
99 100
		padding: 1rem;
100 101
	}
101 102
	& h2 + div.links-list {
102
-