mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
* #2091 remove css rule which causes has-addons to not work correctly * #2091 remove css rule which causes has-addons to not work correctly * #2091 Don't include compiled css * #2091 Don't include compiled css
This commit is contained in:
parent
dfd0b88c2c
commit
2297c65c60
@ -16,15 +16,6 @@ $tag-delete-margin: 1px !default
|
|||||||
margin-bottom: -0.5rem
|
margin-bottom: -0.5rem
|
||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
margin-bottom: 1rem
|
margin-bottom: 1rem
|
||||||
&.has-addons
|
|
||||||
.tag
|
|
||||||
margin-right: 0
|
|
||||||
&:not(:first-child)
|
|
||||||
border-bottom-left-radius: 0
|
|
||||||
border-top-left-radius: 0
|
|
||||||
&:not(:last-child)
|
|
||||||
border-bottom-right-radius: 0
|
|
||||||
border-top-right-radius: 0
|
|
||||||
&.is-centered
|
&.is-centered
|
||||||
justify-content: center
|
justify-content: center
|
||||||
.tag
|
.tag
|
||||||
@ -37,6 +28,16 @@ $tag-delete-margin: 1px !default
|
|||||||
margin-left: 0.5rem
|
margin-left: 0.5rem
|
||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
margin-right: 0
|
margin-right: 0
|
||||||
|
&.has-addons
|
||||||
|
.tag
|
||||||
|
margin-right: 0
|
||||||
|
&:not(:first-child)
|
||||||
|
margin-left: 0
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
border-top-left-radius: 0
|
||||||
|
&:not(:last-child)
|
||||||
|
border-bottom-right-radius: 0
|
||||||
|
border-top-right-radius: 0
|
||||||
|
|
||||||
.tag:not(body)
|
.tag:not(body)
|
||||||
align-items: center
|
align-items: center
|
||||||
|
Loading…
Reference in New Issue
Block a user