Projet

Général

Profil

0001-scss-cells-new-cell-title-cover-border-for-cell-imag.patch

Thomas Jund, 03 octobre 2019 14:28

Télécharger (869 octets)

Voir les différences:

Subject: [PATCH] scss: cells: new $cell-title-cover-border for cell image

in relation with #36649
 static/includes/_cells.scss | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
static/includes/_cells.scss
259 259
					border-radius: $cell-border-radius $cell-border-radius 0 0;
260 260
				}
261 261
				@if $cell-title-cover-border == true {
262
					position: relative;
263
					top: -1px;
264
					left: -1px;
265
					width: calc(100% + 2px);
262
					margin: #{extract-width($cell-border) * -1};
266 263
				}
267 264
			}
268 265
			> h2:first-child {
269
-