admin page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user