Skip to content
Snippets Groups Projects
_aside.scss 305 B
Newer Older
bcweaver's avatar
bcweaver committed
@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;
  }
}