extra margin-right on ionic icons
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
Reference in New Issue
Block a user