Projet

Général

Profil

0001-grandlyon-sau-update-header-border-styles-24374.patch

Serghei Mihai, 11 juin 2018 17:15

Télécharger (1,11 ko)

Voir les différences:

Subject: [PATCH] grandlyon-sau: update header border styles (#24374)

 static/grandlyon-sau/_custom.scss | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
static/grandlyon-sau/_custom.scss
2 2

  
3 3
body {
4 4
	background: $body-background;
5
	border-top: 25px solid $primary-color;
6
	@media screen and (max-width: $mobile-limit) {
7
		border-top: 3px solid $primary-color;
8
	}
9 5
}
10 6

  
11 7
div#nav {
......
24 20
div#header-wrapper {
25 21
	max-width: 100%;
26 22
	background: white;
27
	border-bottom: 1px solid #CCCCCC;
23
	border-bottom: 5px solid $primary-color;
24
	box-shadow: 0px 0px 10px #888888;
25
	@media screen and (max-width: $mobile-limit) {
26
		border-bottom: 3px solid $primary-color;
27
	}
28 28
	#top #logo {
29 29
		@media screen and (max-width: $mobile-limit) {
30 30
			padding-left: 0;
31
-