admin page

This commit is contained in:
2026-06-05 22:52:52 +03:00
parent f4af2fd137
commit da55c61edd
13 changed files with 275 additions and 100 deletions

View File

@@ -110,6 +110,7 @@
}
.downloadBtn {
display: inline-block;
background: rgba(74, 109, 255, 0.12);
border: 1px solid rgba(74, 109, 255, 0.3);
border-radius: 8px;
@@ -118,17 +119,17 @@
font-weight: 600;
padding: 7px 14px;
cursor: pointer;
text-decoration: none;
transition: background 0.2s;
white-space: nowrap;
}
.downloadBtn:hover:not(:disabled) {
.downloadBtn:hover {
background: rgba(74, 109, 255, 0.22);
}
.downloadBtn:disabled {
opacity: 0.6;
cursor: not-allowed;
.muted {
color: var(--text-secondary, rgba(255, 255, 255, 0.4));
}
.state {