added moderation portal with admin authentification and seperate styling
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
/* Municipality Colors */
|
||||
--color-primary: #00376D;
|
||||
--color-primary-light: #00376D22;
|
||||
--color-primary-dark: #00376D;
|
||||
|
||||
/* Neutral Colors */
|
||||
--color-bg: #f4f5f7;
|
||||
@@ -133,6 +132,19 @@ html, body {
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
|
||||
.nav-btn-admin {
|
||||
text-decoration: none;
|
||||
margin-left: var(--space-sm);
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
opacity: 0.6;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.nav-btn-admin:hover {
|
||||
opacity: 1;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.header-menu-toggle {
|
||||
display: none;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user