Commit f57d4b2e authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'update-spinner-color-to-pajamas' into 'master'

Update default spinner color to pajamas specs

See merge request gitlab-org/gitlab!58517
parents 5d3d7a5e 7ce99710
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
} }
} }
@mixin spinner($size: 16px, $border-width: 2px, $color: $orange-400) { @mixin spinner($size: 16px, $border-width: 2px, $color: $gray-700) {
border-radius: 50%; border-radius: 50%;
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
} }
&.spinner-dark { &.spinner-dark {
@include spinner-color($gray-500); @include spinner-color($gray-700);
} }
&.spinner-light { &.spinner-light {
......
---
title: Update default spinner color to pajamas
merge_request: 58517
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment