mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
Change $border to $grey-lighter in mixins. Fixes #1862
This commit is contained in:
parent
3d95d93493
commit
d4b92c0faf
@ -238,7 +238,7 @@
|
|||||||
|
|
||||||
%loader
|
%loader
|
||||||
animation: spinAround 500ms infinite linear
|
animation: spinAround 500ms infinite linear
|
||||||
border: 2px solid $border
|
border: 2px solid $grey-lighter
|
||||||
border-radius: $radius-rounded
|
border-radius: $radius-rounded
|
||||||
border-right-color: transparent
|
border-right-color: transparent
|
||||||
border-top-color: transparent
|
border-top-color: transparent
|
||||||
|
Loading…
Reference in New Issue
Block a user