Skip to content

Commit

Permalink
Update _spinner.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Nov 24, 2023
1 parent 9befc76 commit 67d4264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions war/src/main/scss/components/_spinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
display: inline-flex;
background: color-mix(in srgb, var(--text-color-secondary) 25%, transparent);
border-radius: 100px;
width: 90px;
width: 100px;
height: 4px;
overflow: hidden;
transition: opacity var(--standard-transition);
Expand All @@ -122,7 +122,7 @@

&__indeterminate {
& > div {
width: 45px;
width: 50px;
height: 100%;
border-radius: 10px;
background: var(--color);
Expand All @@ -133,7 +133,7 @@
translate: -100% 0;
}
to {
translate: 90px 0;
translate: 100px 0;
}
}
}
Expand Down

0 comments on commit 67d4264

Please sign in to comment.