We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325d8e7 commit fe44c89Copy full SHA for fe44c89
src/definitions/elements/icon.less
@@ -288,14 +288,14 @@ each(@colors, {
288
i.icon,
289
i.icons {
290
font-size: @medium;
291
+ line-height: 1;
292
+ vertical-align: middle;
293
}
294
& when not (@variationIconSizes = false) {
295
each(@variationIconSizes, {
296
@s: @@value;
297
i.@{value}.@{value}.@{value}.icon,
298
i.@{value}.@{value}.@{value}.icons {
- line-height: 1;
- vertical-align: middle;
299
font-size: @s;
300
301
})
0 commit comments