Projet

Général

Profil

0001-theme-bring-small-fixes-to-guerande-56588.patch

Paul Marillonnet, 06 octobre 2021 17:19

Télécharger (1,15 ko)

Voir les différences:

Subject: [PATCH] theme: bring small fixes to guerande (#56588)

 static/guerande/_custom.scss | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)
static/guerande/_custom.scss
43 43
}
44 44

  
45 45
nav.site-nav {
46
	margin-bottom: 50px;
46 47
	@media screen and (max-width: $nav-mobile-limit) {
47 48
		margin-top: 75px;
48 49
	}
49
	margin-bottom: 50px;
50
	@media (min-width: $nav-mobile-limit + 1) {
51
		padding-bottom: 10px;
52
		border-bottom: 1px solid #8080802b;
53
	}
50 54
}
51 55

  
52 56
div#nav {
......
93 97
	}
94 98
}
95 99

  
100
.page-header div.search-cell {
101
	padding-top: 50px;
102
	padding-bottom: 50px;
103
	min-width: 400px;
104
}
105

  
106
.page-header div.wcs-tracking-code-input {
107
	padding-bottom: 10px;
108
}
109

  
110
.page-header button {
111
  @extend %button;
112
}
113

  
96 114
div#toplinks {
97 115
	a { color: black; }
98 116
	@media (min-width: $mobile-limit) {
99
-