Skip to content

Commit

Permalink
Fix .delete on .tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-cibot authored and jgthms committed Apr 8, 2018
1 parent 6da252d commit 29d784c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/elements/tag.sass
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ $tag-delete-margin: 1px !default
padding-right: 0.75em
white-space: nowrap
.delete
margin-left: 0.25em
margin-right: -0.375em
margin-left: 0.25rem
margin-right: -0.375rem
// Colors
@each $name, $pair in $colors
$color: nth($pair, 1)
Expand Down

0 comments on commit 29d784c

Please sign in to comment.