change style of is_light button when is loading

This commit is contained in:
ali00h 2023-09-23 19:15:37 +03:30
parent fa1d448c1f
commit 63e5ce4eb8

View File

@ -247,6 +247,9 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": (
background-color: bulmaDarken($color-light, 5%) background-color: bulmaDarken($color-light, 5%)
border-color: transparent border-color: transparent
color: $color-dark color: $color-dark
&.is-loading
&::after
border-color: transparent transparent $color $color !important
// Sizes // Sizes
&.is-small &.is-small
+button-small +button-small