mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
* Update button.sass button grouping sizes * Update tag.sass
This commit is contained in:
parent
cf23977d0f
commit
2d2c8f7a30
@ -231,6 +231,16 @@ $button-static-border-color: $grey-lighter !default
|
||||
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)
|
||||
|
@ -16,6 +16,22 @@ $tag-delete-margin: 1px !default
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user