Commit 7ce99710 authored by Jarek Ostrowski's avatar Jarek Ostrowski

Update default spinner color to pajamas specs

MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/58517
parent 20ecbca2
...@@ -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