Change $border to $grey-lighter in mixins. Fixes #1862
This commit is contained in:
parent
3d95d93493
commit
d4b92c0faf
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@
|
|||
|
||||
%loader
|
||||
animation: spinAround 500ms infinite linear
|
||||
border: 2px solid $border
|
||||
border: 2px solid $grey-lighter
|
||||
border-radius: $radius-rounded
|
||||
border-right-color: transparent
|
||||
border-top-color: transparent
|
||||
|
|
Loading…
Add table
Reference in a new issue