* Update button.sass
button grouping sizes
* Update tag.sass
margin-bottom: -0.5rem
&:not(:last-child)
margin-bottom: 1rem
+ // Sizes
+ &.are-small
+ .button
+ +button-small
+ &.are-medium
+ .button
+ +button-medium
+ &.are-large
+ .button
+ +button-large
&.has-addons
.button
&:not(:first-child)
margin-bottom: -0.5rem
&:not(:last-child)
margin-bottom: 1rem
+ // Sizes
+ &.are-medium
+ .tag
+ font-size: $size-normal
+ &.are-large
+ .tag
+ font-size: $size-medium
+ &.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
justify-content: center
.tag