Add files via upload
This commit is contained in:
parent
375ddcc4d2
commit
a3b663ae1f
52 changed files with 4248 additions and 0 deletions
28
chrome/tabbar/spinner-busy.svg
Normal file
28
chrome/tabbar/spinner-busy.svg
Normal file
|
@ -0,0 +1,28 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<style>
|
||||
:root
|
||||
{
|
||||
--radius: calc(2 * 3.1415926536 * 7.5px);
|
||||
--max-gap: calc(var(--radius) * .99);
|
||||
--min-gap: calc(var(--radius) * .5);
|
||||
}
|
||||
|
||||
@keyframes stroke-rotate
|
||||
{
|
||||
0% { stroke-dashoffset: var(--max-gap); }
|
||||
100% { stroke-dashoffset: var(--min-gap); }
|
||||
}
|
||||
|
||||
circle
|
||||
{
|
||||
fill: transparent;
|
||||
stroke: context-fill;
|
||||
stroke-width: 1px;
|
||||
stroke-dasharray: var(--radius);
|
||||
stroke-linecap: round;
|
||||
transform-origin: center;
|
||||
animation: stroke-rotate 1.333s cubic-bezier(.35, 0, .25, 1) both;
|
||||
}
|
||||
</style>
|
||||
<circle cx="50%" cy="50%" r="7.5px"/>
|
||||
</svg>
|
After Width: | Height: | Size: 671 B |
Loading…
Add table
Add a link
Reference in a new issue