// =============================================================================
// _SIDEBAR.SCSS
// -----------------------------------------------------------------------------
// Site styles.
// =============================================================================

// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Base Styles
// =============================================================================

// Base Styles
// =============================================================================

.x-sidebar {
  @include break(cubs) {
    margin-top: $baseMargin + 2;
  }

  .widget {
    margin-top: 3em;

    &:first-child {
      margin-top: 0;
    }

    &:last-child {
      margin-bottom: 2em;
    }
  }
}