Skip to content
Snippets Groups Projects
Commit 7493429b authored by syuilo's avatar syuilo
Browse files

🎨

parent d70f7a71
No related branches found
No related tags found
No related merge requests found
......@@ -27,20 +27,19 @@ export default Vue.extend({
> .ring {
display: inline-block;
width: 80px;
height: 80px;
opacity: 0.7;
vertical-align: middle;
}
> .ring:after {
content: " ";
display: block;
width: 64px;
height: 64px;
margin: 8px;
box-sizing: border-box;
width: 48px;
height: 48px;
border-radius: 50%;
border: solid 6px;
border-color: var(--fg) transparent transparent transparent;
border: solid 4px;
border-color: currentColor transparent transparent transparent;
animation: ring 0.5s linear infinite;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment