Start a decent aside navigation style

This commit is contained in:
Matthias Loibl 2016-12-23 01:08:50 +01:00
parent fa5daa97e8
commit c85c3b7711
No known key found for this signature in database
GPG Key ID: B1C7DF661ABB2C1A
1 changed files with 23 additions and 0 deletions

View File

@ -36,3 +36,26 @@
@extend .blockquote;
}
}
aside ul.nav {
border-right: 1px solid lighten($accent-color, 30);
ul {
margin: 0;
padding: 8px;
margin-left: -8px;
margin-bottom: 16px;
margin-right: 16px;
border-top: 1px dashed lighten($accent-color, 30);
}
li {
list-style: none;
margin:0;
padding: 0;
li a {
font-size: 0.9rem;
}
}
}