Feed the Hound

This commit is contained in:
zmagod 2016-08-03 16:16:09 +02:00
parent 45dac782ca
commit f8f87e9540

View file

@ -37,10 +37,6 @@ $toggle-btn-size: 50px;
#slide-panel {
height: 100%;
.my-module-group-element{
border-left: 1px dotted $color-emperor;
}
.sidebar-header {
height: $toggle-btn-size;
background: $color-theme-primary;
@ -57,10 +53,7 @@ $toggle-btn-size: 50px;
overflow: hidden;
text-overflow: ellipsis;
opacity: 1;
h5>a{
color: $color-white;
text-decoration: none;
}
// Animations
@include transition(opacity 0.5s ease);
}
@ -140,6 +133,10 @@ $toggle-btn-size: 50px;
}
}
.my-module-group-element{
border-left: 1px dotted $color-emperor;
}
#wrapper {
@include sidebar-shown;
}