Projet

Général

Profil

0001-scss-increase-remove-file-icon-size-66451.patch

Frédéric Péters, 21 juin 2022 15:26

Télécharger (988 octets)

Voir les différences:

Subject: [PATCH] scss: increase remove file icon size (#66451)

 static/includes/wcs/_bulk.scss | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
static/includes/wcs/_bulk.scss
474 474
	top: 0;
475 475
	right: 0;
476 476
	&::before {
477
		font-size: 150%;
477 478
		font-family: FontAwesome;
478 479
		content: "\f057";  // times-circle
479 480
		@if ($button-background == $widget-background) {
......
486 487
		display: block;
487 488
		top: 0;
488 489
		right: 0;
489
		width: 2rem;
490
		height: 2rem;
491
		line-height: 2rem;
490
		width: 3rem;
491
		height: 3rem;
492
		line-height: 3rem;
492 493
		text-align: center;
493 494
	}
494 495
}
495
-