Projet

Général

Profil

0006-toulouse-2022-change-theme-header-font-69188.patch

Nicolas Roche, 16 septembre 2022 15:08

Télécharger (981 octets)

Voir les différences:

Subject: [PATCH 06/13] toulouse-2022: change theme header font (#69188)

 static/toulouse-2022/_custom.scss | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
static/toulouse-2022/_custom.scss
166 166
				width: 100px;
167 167
				height: 27px;
168 168
				margin-right: 1rem;
169 169
			}
170 170
		}
171 171
	}
172 172
}
173 173
.theme-header-title h2 {
174
	font-weight: 300;
174
	font-weight: 200;
175
	font-size: $fz-1;
175 176
	text-transform: uppercase;
176 177
	margin: 0;
177 178
	color: $font-color;
178 179
	@media ($max-mobile-viewport) {
179
		font-size: $fz-small;
180
		font-size: $fz-1m;
180 181
		line-height: 1.3;
181 182
		border-left: 1px solid $gray-5;
182 183
		padding-left: 1em;
183 184
	}
184 185
}
185 186

  
186 187

  
187 188
//
188
-