// =============================================================================
// SCSS/SITE/STACKS/INTEGRITY/_SIDEBAR.SCSS
// -----------------------------------------------------------------------------
// Styles for the site's sidebar(s).
// =============================================================================

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

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

.x-sidebar {
  @include break(cubs) {
    margin-top: 4em;
  }

  .widget {
    margin-top: 2.75em;

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