Projet

Général

Profil

0001-toulouse-2022-toulouse-2022-hide-header-title-conten.patch

Nicolas Roche, 12 octobre 2022 10:58

Télécharger (1,48 ko)

Voir les différences:

Subject: [PATCH] toulouse-2022: toulouse-2022: hide header title content
 (#69965)

 static/toulouse-2022/_custom.scss | 3 +++
 static/toulouse-2022/_vars.scss   | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)
static/toulouse-2022/_custom.scss
154 154
	}
155 155
}
156 156

  
157 157
#logo {
158 158
	display: block;
159 159
	&, & a {
160 160
		line-height: 0;
161 161
	}
162
	a {
163
		height: 54px;
164
	}
162 165
	@media ($max-mobile-viewport) {
163 166
		&.has-logo {
164 167
			padding-left: 0;
165 168
			a::before {
166 169
				width: 100px;
167 170
				height: 27px;
168 171
				margin-right: 1rem;
169 172
			}
static/toulouse-2022/_vars.scss
40 40
$font-color: $gray-1;
41 41
$link-color: $font-color;
42 42

  
43 43
$width: 1210em / $base-font;
44 44
$mobile-limit: 1023px;
45 45
$very-small-limit: 35em;
46 46
$columns-gutter: 3rem;
47 47

  
48
$header-logo-size: 201px 54px;
49 48
$header-background-color: white;
50 49
$toplinks-style: none;
51 50
$toplinks-background: $gray-1;
52 51

  
53 52
$nav-background: $gray-1;
54 53
$nav-full-width-background: true;
55 54
$nav-color: white;
56 55
$nav-active-color: $salmon;
57
-