mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix rounded buttons
This commit is contained in:
parent
502a86d12b
commit
d4b86bb4d5
@ -2775,8 +2775,8 @@ fieldset[disabled] .button {
|
|||||||
|
|
||||||
.button.is-rounded {
|
.button.is-rounded {
|
||||||
border-radius: 290486px;
|
border-radius: 290486px;
|
||||||
padding-left: 1em;
|
padding-left: 1.25em;
|
||||||
padding-right: 1em;
|
padding-right: 1.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
|
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -240,8 +240,8 @@ $button-static-border-color: $grey-lighter !default
|
|||||||
pointer-events: none
|
pointer-events: none
|
||||||
&.is-rounded
|
&.is-rounded
|
||||||
border-radius: $radius-rounded
|
border-radius: $radius-rounded
|
||||||
padding-left: 1em
|
padding-left: 1.25em
|
||||||
padding-right: 1em
|
padding-right: 1.25em
|
||||||
|
|
||||||
.buttons
|
.buttons
|
||||||
align-items: center
|
align-items: center
|
||||||
|
Loading…
Reference in New Issue
Block a user