Fix rounded buttons

This commit is contained in:
Jeremy Thomas 2019-09-19 21:27:14 +01:00
parent 502a86d12b
commit d4b86bb4d5
3 changed files with 5 additions and 5 deletions

View File

@ -2775,8 +2775,8 @@ fieldset[disabled] .button {
.button.is-rounded {
border-radius: 290486px;
padding-left: 1em;
padding-right: 1em;
padding-left: 1.25em;
padding-right: 1.25em;
}
.buttons {

File diff suppressed because one or more lines are too long

View File

@ -240,8 +240,8 @@ $button-static-border-color: $grey-lighter !default
pointer-events: none
&.is-rounded
border-radius: $radius-rounded
padding-left: 1em
padding-right: 1em
padding-left: 1.25em
padding-right: 1.25em
.buttons
align-items: center