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
This commit is contained in:
commit
0a563cbf96
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
@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;
|
||||
|
|
Loading…
Reference in a new issue