Newer
Older
@import "../helpers/mixins";
@import "../helpers/variables";
@import "../helpers/functions";
//
// Aside
// --------------------------------------------------
aside {
img {
width: $full;
padding: 20px;
}
Brian Canini
committed
.region-sidebar-second {
Brian Canini
committed
padding: 5px 15px 20px;
Brian Canini
committed
background: #efefef;
width: $full;
float: left;
}
.region-sidebar-menu {
float: left;
padding: 5px 15px 20px;
background: #efefef;
min-height: $full;
width: $full;
nav {
width: $full;
ul {
width: $full;
.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;
}
}
}