Open scott-joe opened 9 years ago
Yes that icon was an ask before we got the awesome SVG stuff going. Probably needs "alignment" --pun intended!
lol
Scott Williams
_Sr. Front-End Engineer, UX Architecture_UXDS, Salesforce Marketing Cloud
On Sat, Aug 8, 2015 at 9:33 PM, Stephen James notifications@github.com wrote:
Yes that icon was an ask before we got the awesome SVG stuff going. Probably needs "alignment" --pun intended!
— Reply to this email directly or view it on GitHub https://github.com/ExactTarget/fuelux-mctheme/issues/339#issuecomment-129081597 .
For whatever reason, the
.fueluxicon-question-mark
icon isn't a part of the icon.fuelux-icon
library, but it's own special class. Which isn't a big deal, just thought I'd mention it as well. But it gave me the idea for a class to offset of some sort to vertically center them with the line height instead of the text's baseline location... for this particular use, I simply offset by 2px but it'd be more complex than that to account for many font sizes...I haven't played with the icons enough to know how many of these are used inline with text..fueluxicon-question-mark
.fueluxicon-question-mark.icon-inline { position: relative; top: 2px; }