@import "declarations.less"; /* Sidebar Styles */ #wrapper { padding-left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; margin-top: -19px !important; } #wrapper.toggled { padding-left: 267px; } #sidebar-wrapper { position:absolute; z-index: 1000; left: 267px; width: 0; height: 92%; margin-left: -267px; overflow: auto; overflow-x:hidden; background: @selected-bg-color-light; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; border-bottom:1px solid @base-color; border-right:1px solid @base-color; } #wrapper.toggled #sidebar-wrapper { width: 267px; } #page-content-wrapper { width: 100%; position: absolute; padding: 15px; } #wrapper.toggled #page-content-wrapper { position: absolute; margin-right: -267px; } /* Sidebar Styles */ .sidebar-nav { position: absolute; top: 0; width: 100%; margin: 0; padding: 0; list-style: none; margin-bottom: 30px; } .sidebar-nav li { text-indent: 20px; line-height: 35px; white-space: nowrap; } .sidebar-nav li a { width:1000px !important; display: block; text-decoration: none; color: @sidebar-text-color; } .sidebar-nav li a:hover { text-decoration: none; color: @sidebar-hover-color; /*background: rgba(267,267,267,0.2);*/ background-color: @sidebar-hover-bg-color; width:300px; } .sidebar-nav li a.active { color: @selected-color-warm; } .sidebar-nav li a.active:hover { color: @sidebar-hover-color; background-color: @sidebar-hover-bg-color; } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav > .sidebar-brand { height: 50px; font-size: 18px; line-height: 50px; } .sidebar-date { font-size: 16px; margin-top:-18px; } .sidebar-nav > .sidebar-brand a { color: @sidebar-text-color; } .sidebar-nav > .sidebar-brand a:hover { color: @sidebar-text-color; background: none; cursor: default; } /* Sidebar navigation */ .sidebar-nav li a span { margin: 7px -10px 0 20px; width:10px; height:20px; border:1px solid white; display:block; float: left; } .sidebar-nav li a span.legendGreen { background: @legend-green; } .sidebar-nav li a span.legendGreenLight { background: @legend-green-light; } .sidebar-nav li a span.legendYellow { background: @legend-yellow; } .sidebar-nav li a span.legendRed { background: @legend-red; } .sidebar-nav li a span.legendBlue { background: @legend-blue; } .sidebar-nav li a span.legendLightBlue { background: @legend-blue-light; } @media(min-width:768px) { #wrapper { padding-left: 267px; } #wrapper.toggled { padding-left: 0; } #sidebar-wrapper { width: 267px; } #wrapper.toggled #sidebar-wrapper { width: 0; } #page-content-wrapper { padding: 20px; position: relative; } #wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; } } .closeSidebar { position:absolute; border:none !important; left:190px; margin:13px !important; font-size: 22px; color:@base-color; &:hover { cursor: pointer; color: @selected-color-warm; } }