Dev mode revamp
This commit is contained in:
@@ -428,26 +428,3 @@
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
/* --- Dev mode --- */
|
||||
.dev-toggle {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
font-size: 0.85rem;
|
||||
color: var(--text-muted);
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.dev-banner {
|
||||
background: var(--well);
|
||||
border: 1px solid var(--accent);
|
||||
border-radius: var(--radius-md);
|
||||
padding: 1rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
margin: 0 auto 1.5rem;
|
||||
max-width: 56rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user