mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
improve tag icon spacing (#987)
This commit is contained in:
committed by
Jeremy Thomas
parent
5cc368d280
commit
81609cd8c6
@@ -54,6 +54,16 @@ $tag-delete-margin: 1px !default
|
|||||||
font-size: $size-normal
|
font-size: $size-normal
|
||||||
&.is-large
|
&.is-large
|
||||||
font-size: $size-medium
|
font-size: $size-medium
|
||||||
|
.icon
|
||||||
|
&:first-child:not(:last-child)
|
||||||
|
margin-left: -0.375em
|
||||||
|
margin-right: 0.1875em
|
||||||
|
&:last-child:not(:first-child)
|
||||||
|
margin-left: 0.1875em
|
||||||
|
margin-right: -0.375em
|
||||||
|
&:first-child:last-child
|
||||||
|
margin-left: -0.375em
|
||||||
|
margin-right: -0.375em
|
||||||
// Modifiers
|
// Modifiers
|
||||||
&.is-delete
|
&.is-delete
|
||||||
margin-left: $tag-delete-margin
|
margin-left: $tag-delete-margin
|
||||||
|
|||||||
Reference in New Issue
Block a user