Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 8407940

Browse files
author
Manuel Proß
committed
feat(web): add correct colors to sidenav, add correct distance to sidenav
1 parent 528a413 commit 8407940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/styles/components.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
.sidebar {
11-
@apply bg-slate-800 text-white w-52 h-screen fixed top-0 left-0 shadow-lg rounded-3xl p-4;
11+
@apply bg-gray-5 text-white w-52 fixed top-[1rem] bottom-[1rem] left-[1rem] shadow-lg rounded-3xl p-4;
1212
}
1313

1414
.nav-link {

0 commit comments

Comments
 (0)