Added router navigation for settings and details.
This commit is contained in:
20
components/common/NavMenu.module.css
Normal file
20
components/common/NavMenu.module.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.menu {
|
||||
border: 1px solid var(--gray500);
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.option {
|
||||
padding: 8px 16px;
|
||||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.option:hover {
|
||||
background: var(--gray75);
|
||||
}
|
||||
|
||||
.selected {
|
||||
font-weight: 600;
|
||||
}
|
||||
Reference in New Issue
Block a user