Skip to content

Commit

Permalink
chore: loading conic background backup (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Mar 30, 2023
1 parent c6fc810 commit c161827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style/web/components/loading/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
width: 100%;
height: 100%;
border-radius: @border-radius-circle;
/* stylelint-disable-next-line color-no-hex */
background: conic-gradient(from 90deg at 50% 50%, #fff 0deg, currentcolor 360deg);
/* stylelint-disable-next-line */
-webkit-mask: radial-gradient(transparent calc(50% ~"-" .5px), #fff 50%);

Expand Down

0 comments on commit c161827

Please sign in to comment.