rescue old vm stuff
This commit is contained in:
assets
composer.jsoncomposer.lockpackage.jsonsrc/Controller
templates/themes/default
yarn.lock
22
assets/styles/components/_sidebar.scss
Normal file
22
assets/styles/components/_sidebar.scss
Normal file
@ -0,0 +1,22 @@
|
||||
// sidebar
|
||||
|
||||
#sidebar {
|
||||
min-width: 180px;
|
||||
max-width: 180px;
|
||||
height: 100%;
|
||||
display: inline;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
float: left;
|
||||
background-color: $jet-black;
|
||||
transition: min-width 0.5s, max-width 0.5s;
|
||||
}
|
||||
|
||||
#sidebar.active {
|
||||
min-width: 60px;
|
||||
max-width: 60px;
|
||||
}
|
||||
|
||||
#sidebar.active .menuText {
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user