Don't add default margin to font awesome icons

We were removing the margin half of the time, and sometimes removing it
made us use `!important` rules.
This commit is contained in:
Javi Martín
2021-06-29 16:18:47 +02:00
parent 5531a0b2bc
commit 450d954526
12 changed files with 18 additions and 13 deletions

View File

@@ -7,8 +7,8 @@
@include has-fa-icon(circle, solid, after);
&::before {
@include breakpoint(medium) {
margin-right: 0;
@include breakpoint(small only) {
margin-right: $font-icon-margin;
}
}
@@ -18,7 +18,6 @@
color: #ecf00b;
font-size: $circle-icon-size;
margin-right: 0;
position: absolute;
left: $notification-icon-size - rem-calc(5);
top: $menu-link-top-padding - $circle-icon-size / 2;