Fixed icon position in share menu

This commit is contained in:
Nicolas Lœuillet
2016-10-04 14:58:06 +02:00
parent 46d78f87d9
commit 0c7f1ba796
8 changed files with 45 additions and 43 deletions

View File

@ -88,9 +88,8 @@
}
.icon-image {
background-size: 24px;
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
padding-right: 1em !important;
padding-left: 1em !important;
}
@ -107,6 +106,10 @@
content: "\e953";
}
.icon-mail::before {
content: "\ea86";
}
.icon-time::before {
content: "\e952";
}