Commit 837f836e authored by NGPixel's avatar NGPixel

Updated sidebar UI

parent 17d9d610
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -7,19 +7,22 @@ ...@@ -7,19 +7,22 @@
min-height: 80vh; min-height: 80vh;
aside { aside {
padding: 1px 0 15px 0;
&:last-child { &:last-child {
padding-bottom: 20px; padding-bottom: 20px;
} }
.sidebar-label { .sidebar-label {
padding: 0 0 5px 0; padding: 8px;
color: mc('blue-grey', '400'); color: mc('blue-grey', '300');
font-size: 13px; font-size: 13px;
letter-spacing: 1px; letter-spacing: 1px;
text-transform: uppercase; text-transform: uppercase;
border-bottom: 1px solid mc('blue-grey', '700'); background-color: mc('blue-grey', '800');
margin: 25px 10px 15px 10px; margin: 0 0 15px 0;
text-align: center;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
i { i {
margin-right: 5px; margin-right: 5px;
......
...@@ -20,7 +20,6 @@ block content ...@@ -20,7 +20,6 @@ block content
aside aside
.sidebar-label .sidebar-label
i.icon-th-small
span Navigation span Navigation
ul.sidebar-menu ul.sidebar-menu
li li
...@@ -30,7 +29,6 @@ block content ...@@ -30,7 +29,6 @@ block content
aside aside
.sidebar-label .sidebar-label
i.icon-head
span Account span Account
ul.sidebar-menu ul.sidebar-menu
li li
......
...@@ -36,7 +36,6 @@ block content ...@@ -36,7 +36,6 @@ block content
aside aside
.sidebar-label .sidebar-label
i.icon-th-small
span Navigation span Navigation
ul.sidebar-menu ul.sidebar-menu
li li
...@@ -58,9 +57,8 @@ block content ...@@ -58,9 +57,8 @@ block content
a(href='/login') a(href='/login')
i.icon-unlock i.icon-unlock
span Login span Login
aside.stickyscroll(data-margin-top=40) aside.stickyscroll(data-margin-top=15)
.sidebar-label .sidebar-label
i.icon-th-list
span Page Contents span Page Contents
ul.sidebar-menu ul.sidebar-menu
li: a(href='#root', title='Top of Page') Top of Page li: a(href='#root', title='Top of Page') Top of Page
......
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