Sha256: 1b2c1df800719b2d80171a4f6928dc8569384c6bd5f953d2a4bb750580ad9cfc

Contents?: true

Size: 1020 Bytes

Versions: 13

Compression:

Stored size: 1020 Bytes

Contents

@import "sass-zero/variables/spacing";

// *******************************************************************
// Push Utilities
// .push-[xs|md|lg|xl|2xl|3xl]
// .push-[xs|md|lg|xl|2xl|3xl]--top
// .push-[xs|md|lg|xl|2xl|3xl]--right
// .push-[xs|md|lg|xl|2xl|3xl]--bottom
// .push-[xs|md|lg|xl|2xl|3xl]--left
// .push-[xs|md|lg|xl|2xl|3xl]--ends
// .push-[xs|md|lg|xl|2xl|3xl]--sides
// *******************************************************************
@each $scale, $size in $size-map {
  .push-#{$scale} {
    margin: $size !important;
  }

  .push-#{$scale}--top {
    margin-top: $size !important;
  }

  .push-#{$scale}--right {
    margin-right: $size !important;
  }

  .push-#{$scale}--bottom {
    margin-bottom: $size !important;
  }

  .push-#{$scale}--left {
    margin-left: $size !important;
  }

  .push-#{$scale}--ends {
    margin-top: $size !important;
    margin-bottom: $size !important;
  }

  .push-#{$scale}--sides {
    margin-right: $size !important;
    margin-left: $size !important;
  }
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
sass-zero-1.0.13 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.12 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.11 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.10 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.9 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.8 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.7 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.6 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.5 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.4 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.3 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.2 app/assets/stylesheets/sass-zero/utilities/push.scss
sass-zero-1.0.1 app/assets/stylesheets/sass-zero/utilities/push.scss