diff --git a/assets/page.erb b/assets/page.erb index ca8ee20..79eb93f 100644 --- a/assets/page.erb +++ b/assets/page.erb @@ -129,6 +129,20 @@ .logout-btn:hover { background: #2a3040; } + + .spinner { + width: 24px; + height: 24px; + margin: 1rem auto; + border: 3px solid #1e2433; + border-top-color: #4ade80; + border-radius: 50%; + animation: spin 0.8s linear infinite; + } + + @keyframes spin { + to { transform: rotate(360deg); } + }
@@ -145,7 +159,7 @@ <% if authenticated %> - +