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:
@@ -23,6 +23,10 @@
|
||||
.preview-link {
|
||||
@include has-fa-icon(eye, regular);
|
||||
@include hollow-button;
|
||||
|
||||
&::before {
|
||||
margin-right: $font-icon-margin;
|
||||
}
|
||||
}
|
||||
|
||||
.publish-link {
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
&::after {
|
||||
bottom: $padding / 2;
|
||||
color: $white;
|
||||
margin-right: 0;
|
||||
position: absolute;
|
||||
right: calc(#{$padding} + #{$quote-padding});
|
||||
}
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
&::before {
|
||||
font-size: 1.6em;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user