|
|
Line 126: |
Line 126: |
| /* Side Menu */ | | /* Side Menu */ |
| | | |
− | #sidebar-wrapper {
| |
− | z-index: 1000;
| |
− | position: fixed;
| |
− | right: 0;
| |
− | width: 250px;
| |
− | height: 100%;
| |
− | margin-right: -250px;
| |
− | overflow-y: auto;
| |
− | background: #222;
| |
− | -webkit-transition: all 0.4s ease 0s;
| |
− | -moz-transition: all 0.4s ease 0s;
| |
− | -ms-transition: all 0.4s ease 0s;
| |
− | -o-transition: all 0.4s ease 0s;
| |
− | transition: all 0.4s ease 0s;
| |
− | }
| |
− |
| |
− | .sidebar-nav {
| |
− | position: absolute;
| |
− | top: 0;
| |
− | width: 250px;
| |
− | margin: 0;
| |
− | padding: 0;
| |
− | list-style: none;
| |
− | }
| |
− |
| |
− | #sidebar-wrapper.active {
| |
− | right: 250px;
| |
− | width: 250px;
| |
− | -webkit-transition: all 0.4s ease 0s;
| |
− | -moz-transition: all 0.4s ease 0s;
| |
− | -ms-transition: all 0.4s ease 0s;
| |
− | -o-transition: all 0.4s ease 0s;
| |
− | transition: all 0.4s ease 0s;
| |
− | }
| |
| | | |
| .toggle { | | .toggle { |