Merged in bugfix/remove_global_styles_radio_button (pull request #364)

override global radio stylings and use local styles instead
This commit is contained in:
Sebastian Sdorra
2019-12-19 09:08:41 +00:00
2 changed files with 14 additions and 2 deletions

View File

@@ -813,6 +813,12 @@ form .field:not(.is-grouped) {
}
}
// radio
//overwrite bulma's default margin
.radio + .radio {
margin-left: 0;
}
// cursor
.has-cursor-pointer {
cursor: pointer;