Commit 0a563cbf authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '58362-broken-master-due-to-stylelint-errors' into 'master'

Resolve "Broken master due to stylelint errors"

Closes #58362

See merge request gitlab-org/gitlab-ce!25662
parents f6453eca cfdd62e8
@mixin spinner-color($color) {
border-color: rgba($color, .25);
border-color: rgba($color, 0.25);
border-top-color: $color;
}
......@@ -25,7 +25,7 @@
position: relative;
margin: 0 auto;
animation-name: spinner-rotate;
animation-duration: .6s;
animation-duration: 0.6s;
animation-timing-function: linear;
animation-iteration-count: infinite;
border-style: solid;
......
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