Projet

Général

Profil

0004-toulouse-2022-add-an-arrow-right-to-login-name-69188.patch

Nicolas Roche, 16 septembre 2022 15:08

Télécharger (1,69 ko)

Voir les différences:

Subject: [PATCH 04/13] toulouse-2022: add an arrow right to login name
 (#69188)

 static/toulouse-2022/_custom.scss                   | 11 +++++++++++
 static/toulouse-2022/img/arrow-down-colour-mini.svg |  7 +++++++
 2 files changed, 18 insertions(+)
 create mode 100644 static/toulouse-2022/img/arrow-down-colour-mini.svg
static/toulouse-2022/_custom.scss
229 229
		&.login-link,
230 230
		&.logout {
231 231
			text-decoration: none;
232 232
			@extend .rounded-salmon-button;
233 233
			margin-right: 0;
234 234
		}
235 235
		&.account-link {
236 236
			text-decoration: none;
237
			&::after {
238
				content: "";
239
				background-image: url($data_uri_arrow-down-colour-mini);
240
				background-repeat: no-repeat;
241
				background-size: 1.3rem auto;
242
				width: 25px;
243
				right: 20px;
244
				top: 10px;
245
				height: 15px;
246
				display: inline-block;
247
			}
237 248
		}
238 249
	}
239 250
}
240 251

  
241 252

  
242 253
//
243 254
//	MAIN
244 255
//
static/toulouse-2022/img/arrow-down-colour-mini.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
3
  <polygon
4
      points="12 15.414 5.879 9.293 9.707 9.293 12 11.8 14.293 9.293 18.121 9.293 12 15.414"
5
      fill="#FFA58A"
6
  />
7
</svg>
0
-