Projet

Général

Profil

0001-Revert-toulouse-2022-add-an-arrow-right-to-login-nam.patch

Nicolas Roche, 14 octobre 2022 12:27

Télécharger (1,76 ko)

Voir les différences:

Subject: [PATCH] Revert "toulouse-2022: add an arrow right to login name
 (#69188)"

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

  
258 247

  
259 248
//
260 249
//	MAIN
261 250
//
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>
8
-