@import "../helpers/mixins";
@import "../helpers/variables";
@import "../helpers/functions";
//
// Aside
// --------------------------------------------------

aside {
  img {
    width: $full;
    padding: 20px;
  }

  .region-sidebar-second {
    padding: 5px 15px;
    background: #efefef;
    min-height: $full;
  }
}