mirror of
https://github.com/arthur-pbty/LazyBot.git
synced 2026-06-12 08:14:24 +02:00
add system of temporary vocal
This commit is contained in:
@@ -516,6 +516,24 @@ body {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
/* ===== Info Box ===== */
|
||||
.info-box {
|
||||
background: linear-gradient(135deg, rgba(88, 101, 242, 0.1), rgba(88, 101, 242, 0.05));
|
||||
border: 1px solid rgba(88, 101, 242, 0.3);
|
||||
border-radius: var(--border-radius);
|
||||
padding: var(--spacing-md);
|
||||
margin-bottom: var(--spacing-lg);
|
||||
color: var(--text-secondary);
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.info-box strong {
|
||||
color: var(--primary);
|
||||
display: block;
|
||||
margin-bottom: var(--spacing-xs);
|
||||
}
|
||||
|
||||
/* ===== Mobile Sidebar Toggle ===== */
|
||||
.mobile-toggle {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user