mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Fix .delete on .tag
This commit is contained in:
committed by
Jeremy Thomas
parent
6da252df60
commit
29d784ccca
@@ -52,8 +52,8 @@ $tag-delete-margin: 1px !default
|
|||||||
padding-right: 0.75em
|
padding-right: 0.75em
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
.delete
|
.delete
|
||||||
margin-left: 0.25em
|
margin-left: 0.25rem
|
||||||
margin-right: -0.375em
|
margin-right: -0.375rem
|
||||||
// Colors
|
// Colors
|
||||||
@each $name, $pair in $colors
|
@each $name, $pair in $colors
|
||||||
$color: nth($pair, 1)
|
$color: nth($pair, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user