Fixes #3680 - KB Public UI icons are misspaced

This commit is contained in:
Mantas 2021-07-28 11:13:03 +03:00 committed by Thorsten Eckel
parent 3b8ff4d178
commit 9b1cc57202

View file

@ -801,13 +801,19 @@ b {
}
}
.icon,
[data-font] {
.section-inner & {
color: $highlight-color;
fill: currentColor;
.sections--list, .sections--compact-text {
.icon,
[data-font] {
@include ltr(margin, 4px 9px 0 3px);
@include rtl(margin, 4px 3px 0 9px);
}
}
.section-inner {
.icon,
[data-font] {
color: $highlight-color;
fill: currentColor;
line-height: inherit;
flex-shrink: 0;
}