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

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

  .col-sm-3 {
    padding: 0 40px;
    background: #ccc;
    min-height: $full;
  }
}