mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Feed the Hound
This commit is contained in:
parent
45dac782ca
commit
f8f87e9540
1 changed files with 5 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue