Added SideNav component.
This commit is contained in:
14
components/layout/SideNav.module.css
Normal file
14
components/layout/SideNav.module.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.menu {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.item a {
|
||||
color: var(--font-color100);
|
||||
flex: 1;
|
||||
padding: var(--size300) var(--size600);
|
||||
}
|
||||
|
||||
.item {
|
||||
padding: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user