mirror of https://github.com/keeweb/keeweb
fixed icon positioning in links
parent
893a0f43c1
commit
e129e52e01
|
@ -17,6 +17,9 @@
|
|||
|
||||
.fa {
|
||||
@include fa-icon;
|
||||
a > & {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
}
|
||||
|
||||
$fa-glyph-counter: 61440; // 0xf000
|
||||
|
|
Loading…
Reference in New Issue