Projet

Général

Profil

0002-toulouse-2022-customize-registration-toplink-69188.patch

Nicolas Roche, 16 septembre 2022 15:09

Télécharger (1,48 ko)

Voir les différences:

Subject: [PATCH 02/13] toulouse-2022: customize registration toplink (#69188)

 static/toulouse-2022/_custom.scss                         | 8 ++++++--
 .../includes/user-info-registration-label.html            | 1 +
 2 files changed, 7 insertions(+), 2 deletions(-)
 create mode 100644 templates/variants/toulouse-2022/includes/user-info-registration-label.html
static/toulouse-2022/_custom.scss
215 215
	@media ($max-mobile-viewport) {
216 216
		width: 100%;
217 217
	}
218 218
	@media ($min-desktop-viewport) {
219 219
		position: static;
220 220
	}
221 221
	a {
222 222
		color: white;
223
		text-decoration: none;
224 223
		&:hover {
225 224
			color: $salmon;
226 225
		}
227
		&.login-link {
226
		&.login-link,
227
		&.logout {
228
			text-decoration: none;
228 229
			@extend .rounded-salmon-button;
229 230
			margin-right: 0;
230 231
		}
232
		&.account-link {
233
			text-decoration: none;
234
		}
231 235
	}
232 236
}
233 237

  
234 238

  
235 239
//
236 240
//	MAIN
237 241
//
238 242

  
templates/variants/toulouse-2022/includes/user-info-registration-label.html
1
S'inscrire
0
-