Skip to content
Snippets Groups Projects
_aside.scss 887 B
Newer Older
bcweaver's avatar
bcweaver committed
@import "../helpers/mixins";
@import "../helpers/variables";
@import "../helpers/functions";
//
// Aside
// --------------------------------------------------

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

bcweaver's avatar
bcweaver committed
    min-height: $full;
    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;
          }
      }
    }
bcweaver's avatar
bcweaver committed
  }
}