feat(sidebar): add ability to customize sidebar styles (#373)

This commit is contained in:
Vladimir Lugovsky 2016-10-27 16:30:23 +03:00 committed by Dmitry Nehaychik
parent 3f824b6e82
commit ecfb007a71
3 changed files with 10 additions and 7 deletions

View file

@ -1,4 +1,6 @@
$left-space: 180px;
@import 'conf/conf';
$left-space: $sidebar-width;
@include scrollbars(.5em, #d9d9d9, rgba(0, 0, 0, 0));
@ -66,7 +68,7 @@ a {
.al-footer {
height: 34px;
padding: 0 18px 0 200px;
padding: 0 18px 0 ($left-space + 20px);
width: 100%;
position: absolute;
display: block;