Projet

Général

Profil

0001-style-add-a-big-msg-sorry-class-48826.patch

Nicolas Roche, 25 novembre 2020 12:04

Télécharger (3,49 ko)

Voir les différences:

Subject: [PATCH] style: add a big-msg-sorry class (#48826)

 gadjo/static/css/gadjo.scss        |  10 ++++++++++
 gadjo/static/images/sorry-icon.png | Bin 0 -> 1710 bytes
 2 files changed, 10 insertions(+)
 create mode 100644 gadjo/static/images/sorry-icon.png
gadjo/static/css/gadjo.scss
664 664
	width: 30em;
665 665
	padding: 2rem 1rem 1rem 90px;
666 666
	margin: 3em auto;
667 667
	min-height: 90px;
668 668
	padding-top: 20px;
669 669
	border-radius: 3px;
670 670
}
671 671

  
672
div.big-msg-sorry {
673
	background: white url(../images/sorry-icon.png) 5px 15px no-repeat;
674
	width: 30em;
675
	padding: 2rem 1rem 1rem 90px;
676
	margin: 3em auto;
677
	min-height: 90px;
678
	padding-top: 20px;
679
	border-radius: 3px;
680
}
681

  
672 682
p.paginator {
673 683
	margin: 4ex 1px;
674 684
}
675 685

  
676 686
p.paginator *:first-child {
677 687
	border-radius: 3px 0 0 3px;
678 688
}
679 689