Projet

Général

Profil

0001-scss-move-remove-file-icon-to-the-top-right-corner-3.patch

Frédéric Péters, 11 septembre 2019 14:55

Télécharger (991 octets)

Voir les différences:

Subject: [PATCH] scss: move "remove file" icon to the top right corner
 (#36038)

 static/includes/_wcs.scss | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
static/includes/_wcs.scss
546 546
	color: transparent;
547 547
	display: inline-block;
548 548
	width: 16px;
549
	position: relative;
550 549
	text-indent: -10000px;
551 550
	&::before {
552 551
		font-family: FontAwesome;
......
554 553
		color: $button-background;
555 554
		text-indent: 0;
556 555
		position: absolute;
556
		display: block;
557 557
		top: 0;
558
		left: 0;
558
		right: 0;
559
		width: 2rem;
560
		height: 2rem;
561
		line-height: 2rem;
562
		text-align: center;
559 563
	}
560 564
}
561 565

  
562
-