Projet

Général

Profil

0001-scss-lingobasketcell-indivual-payment-support-46503.patch

Valentin Deniaud, 24 septembre 2020 11:33

Télécharger (1,17 ko)

Voir les différences:

Subject: [PATCH] scss: lingobasketcell indivual payment support (#46503)

 static/includes/_cells.scss | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)
static/includes/_cells.scss
486 486
			display: inline-block;
487 487
			padding-bottom: 0.7em;
488 488
		}
489
		&:last-child {
490
			list-style: none;
491
		}
492 489
	}
493 490
}
494 491

  
492
div.lingobasketcell ul.payment-items {
493
	margin-bottom: 0;
494
}
495

  
496
div.lingobasketcell ul:not(.payment-items) li:last-child {
497
	list-style: none;
498
}
499

  
500
div.lingobasketcell button.individual-item {
501
	vertical-align: baseline;
502
}
503

  
495 504
div.lingobasketcell button, div.newsletterscell button,
496
div.lingobasketcell input[type=submit], div.newsletterscell input[type=submit] {
505
div.lingobasketcell input[type=submit], div.newsletterscell input[type=submit],
506
div.lingobasketcell p.lingo-total {
497 507
	margin: 0 1em 1em 1em;
498 508
}
499 509

  
500
-