status check

This commit is contained in:
2026-05-05 11:53:52 +04:00
parent b4ad6da49e
commit 5eb7b2dcba
3 changed files with 25 additions and 6 deletions

View File

@@ -237,6 +237,17 @@
color: #64748b;
animation: pulse 1.6s ease-in-out infinite;
}
&__status {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 3px 10px;
border-radius: 20px;
background: #f1f5f9;
color: #475569;
}
}
@keyframes overlay-in {