Sidebar styling
In general styling capabilities with scsss
This commit is contained in:
8
frontend/src/styles/_variables.scss
Normal file
8
frontend/src/styles/_variables.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
$color-bg: #ffffff;
|
||||
$color-sidebar: #0f172a;
|
||||
$color-accent: #2563eb;
|
||||
$color-muted: #6b7280;
|
||||
$spacing-sm: 8px;
|
||||
$spacing-md: 16px;
|
||||
$border-radius: 6px;
|
||||
|
||||
Reference in New Issue
Block a user