Commit 9505301e authored by minseok.park's avatar minseok.park

update nav style

parent b3130439
Pipeline #19789 passed with stages
in 3 minutes and 24 seconds
......@@ -16,7 +16,8 @@
@media screen and (min-width: 769px) {
.nav-container {
width: var(--nav-width);
/* width: var(--nav-width); */
width: 20.125rem;
}
}
......@@ -35,10 +36,12 @@
}
.nav {
background: var(--nav-background);
/* background: var(--nav-background); */
background: var(--color-white);
position: relative;
top: var(--toolbar-height);
height: var(--nav-height);
border-right: 1px solid var(--color-blue-30);
}
@media screen and (min-width: 769px) {
......@@ -70,6 +73,8 @@
overflow-y: scroll;
overscroll-behavior: none;
height: var(--nav-panel-menu-height);
padding: 1.25em;
padding-top: 0;
}
.nav-panel-menu:not(.is-active) .nav-menu {
......@@ -89,9 +94,9 @@
.nav-menu {
min-height: 100%;
padding: 0.5rem 0.75rem;
line-height: var(--nav-line-height);
position: relative;
padding: 0.5rem 0.5rem 0.5rem 0;
line-height: 1.375;
}
.nav-menu-toggle {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment