Newer
Older
@import "../helpers/mixins";
@import "../helpers/variables";
@import "../helpers/functions";
//
// Aside
// --------------------------------------------------
aside {
Brian Canini
committed
background: #efefef;
border-left: $white solid 15px;
border-right: $white solid 15px;
Brian Canini
committed
.region-sidebar-second {
Brian Canini
committed
padding: 5px 15px 20px;
width: $full;
float: left;
}
.region-sidebar-menu {
float: left;
padding: 5px 15px 20px;
width: $full;
nav {
width: $full;
ul {
width: $full;
Brian Canini
committed
.menu {
position: relative;
background-color: transparent;
z-index: 0;
display: block;
float: none;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
li {
width: $full;
}
Brian Canini
committed
@media (max-width: 768px) {
height: 100% !important;
float: left;
}