Fix .delete on .tag

This commit is contained in:
Alexandre Cibot 2017-12-28 16:44:49 +01:00 committed by Jeremy Thomas
parent 6da252df60
commit 29d784ccca

View File

@ -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)