Skip to content

Commit

Permalink
fix(linting): Changing some autofix issues from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferit Topcu committed Nov 23, 2017
1 parent 59c219d commit c123329
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions atoms/_badges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ $badge-small-line-height: $space-m !default;
@mixin badge() {
// Percent refer to width and height of element which leads to an ellipse in most cases (width > height)
// Therefore we use fixed length values which will leads the browser to use a square for curve calculation
border: 1px solid transparent;
border-radius: 9999px;
display: inline-block;
font-size: $badge-font-size;
Expand Down Expand Up @@ -52,7 +51,7 @@ $badge-small-line-height: $space-m !default;

.icon,
[class^='icon-'],
[class*='icon'] {
[class*=' icon'] {
cursor: pointer;
// Fix some spacings and sizes
margin: rem(-1px -4px 0 0);
Expand Down

0 comments on commit c123329

Please sign in to comment.