mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #3090
### Proposed changes - Calculate top position according to loader size to center it vertically
This commit is contained in:
parent
5e4bf5ed55
commit
5c2703c5e3
@ -204,8 +204,8 @@ $label-colors: $form-colors !default
|
||||
&::after
|
||||
@extend %loader
|
||||
position: absolute !important
|
||||
+ltr-position(0.625em)
|
||||
top: 0.625em
|
||||
+ltr-position($control-padding-horizontal)
|
||||
top: calc(50% - (1em / 2))
|
||||
z-index: 4
|
||||
&.is-small:after
|
||||
font-size: $size-small
|
||||
|
Loading…
Reference in New Issue
Block a user