Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
| 123456789101112131415 |
- .copyIcon {
- background-image: url(~@/app/components/develop/secret-key/assets/copy.svg);
- background-position: center;
- background-repeat: no-repeat;
- }
-
- .copyIcon:hover {
- background-image: url(~@/app/components/develop/secret-key/assets/copy-hover.svg);
- background-position: center;
- background-repeat: no-repeat;
- }
-
- .copyIcon.copied {
- background-image: url(~@/app/components/develop/secret-key/assets/copied.svg);
- }
|