Projet

Général

Profil

0001-seine-et-marne-apa-updates-steps-36765.patch

Thomas Jund (congés, retour le 29/04), 26 novembre 2019 15:54

Télécharger (1,92 ko)

Voir les différences:

Subject: [PATCH] seine-et-marne-apa: updates steps (#36765)

 static/seine-et-marne-apa/_custom.scss | 32 --------------------------
 static/seine-et-marne-apa/_vars.scss   |  9 ++++++++
 2 files changed, 9 insertions(+), 32 deletions(-)
static/seine-et-marne-apa/_custom.scss
475 475
	margin-bottom: 1rem;
476 476
}
477 477

  
478
div#steps ol li {
479
	border: 1px solid transparent;
480
	border-bottom: 1px solid #7fbece;
481
	margin-bottom: 0;
482
	color: #439eb9;
483
	padding: 0.2ex 1ex 0.2ex 0;
484
	&:last-child {
485
		border-bottom: none;
486
	}
487
	span.marker {
488
		color: #d3e9f0;
489
	}
490
}
491

  
492
div#steps ol li.current {
493
	background: #7fbece;
494
	color: white;
495
	span.marker {
496
		color: white;
497
	}
498
}
499

  
500
div#steps ol li span.marker,
501
div#steps ol li span.label {
502
	display: table-cell;
503
	vertical-align: middle;
504
}
505

  
506
div#steps ol li span.marker {
507
	padding-right: 1ex;
508
}
509

  
510 478
div#rub_service div.dataview, div#rub_service dl#evolutions, div#rub_service form {
511 479
	padding: 1ex 0.5rem;
512 480
}
static/seine-et-marne-apa/_vars.scss
38 38

  
39 39
$widget-border: 1px solid $lightblue;
40 40
$widget-border-radius: $button-border-radius;
41

  
42
$wcs-steps-spacing: 0.7rem;
43
$wcs-step-color: #439eb9;
44
$wcs-step-current-color: #1e7590;
45
$wcs-step-border-bottom: 1px solid #7fbece;
46
$wcs-step-current-border-bottom: 1px solid #7fbece;
47
$wcs-step-marker-color: #d3e9f0;
48
$wcs-step-current-marker-color: #fff;
49
$wcs-step-current-marker-background: #7fbece;
41
-