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

@@ -23,6 +23,10 @@
.preview-link {
@include has-fa-icon(eye, regular);
@include hollow-button;
&::before {
margin-right: $font-icon-margin;
}
}
.publish-link {

View File

@@ -36,7 +36,6 @@
&::after {
bottom: $padding / 2;
color: $white;
margin-right: 0;
position: absolute;
right: calc(#{$padding} + #{$quote-padding});
}