extra margin-right on ionic icons

This commit is contained in:
Sahat Yalkabov
2014-07-01 18:00:28 -04:00
parent 04c5262bea
commit 05175cb711

View File

@ -56,9 +56,10 @@ footer {
box-shadow: 0 0 5px #ccc, inset 0 0 0 #000; box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
} }
// Font Awesome // Font Icons
// ------------------------- // -------------------------
.fa { .fa,
margin-right: 5px; [class^='ion-'] {
margin-right: 6px;
} }