1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 23:53:24 +00:00

Modifie l'icône de partage

This commit is contained in:
Antoine
2017-02-21 14:00:20 +01:00
parent dc4d1d6661
commit ef1cb407ba
3 changed files with 11 additions and 6 deletions

View File

@@ -548,13 +548,13 @@ a.btn-share, a.btn-share:hover, a.btn-share:focus {
}
a.btn-share:before {
content: "";
background: url('../img/share.svg') no-repeat center center;
background: url('../img/share-arrow.svg') no-repeat center center;
font-size: 1em;
height: 43px;
left: 12px;
height: 24px;
left: 10px;
position: absolute;
top: 7px;
width: 43px;
top: 8px;
width: 24px;
}
.btn:active,
a.btn:active {