Projet

Général

Profil

0001-sldv-replace-RRGGBBAA-color-by-hsla-notation.patch

Thomas Jund, 31 janvier 2020 11:45

Télécharger (775 octets)

Voir les différences:

Subject: [PATCH] sldv: replace #RRGGBBAA color by hsla notation

 static/saint-laurent-du-var/_custom.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/saint-laurent-du-var/_custom.scss
89 89
		width: $width;
90 90
		max-width: 100%;
91 91
		position: fixed;
92
		box-shadow: 0 0 10px #7777774d;
92
		box-shadow: 0 0 10px hsla(0, 0%, 46.7%, 0.3);
93 93
		z-index: -1;
94 94

  
95 95
		@media (min-width: $width + 1) {
96
-