mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
improve tag icon spacing (#987)
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user