Sha256: 37e8361c22f3d4ff6f1148cd4a8ff59cebff754e465e895851254123f0dd7f00

Contents?: true

Size: 484 Bytes

Versions: 319

Compression:

Stored size: 484 Bytes

Contents

// stylelint-disable declaration-no-important

// Common values
@each $position in $positions {
  .position-#{$position} { position: $position !important; }
}

// Shorthand

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: $zindex-fixed;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindex-fixed;
}

.sticky-top {
  @supports (position: sticky) {
    position: sticky;
    top: 0;
    z-index: $zindex-sticky;
  }
}

Version data entries

319 entries across 319 versions & 40 rubygems

Version Path
comfortable_media_surfer-3.1.1 app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_position.scss
comfortable_media_surfer-3.1.0 app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_position.scss
comfortable_media_surfer-3.0.0 app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_position.scss
devops4lib-jekyll-theme-conference-0.0.1 _sass/bootstrap/utilities/_position.scss
jekyll-theme-conference-3.6.6 _sass/bootstrap/utilities/_position.scss
bootstrap-4.6.2.1 assets/stylesheets/bootstrap/utilities/_position.scss
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_position.scss
occams-1.1.0 app/assets/stylesheets/occams/vendor/bootstrap/utilities/_position.scss
optimacms-0.1.61 spec/dummy/node_modules/bootstrap/scss/utilities/_position.scss
jekyll-theme-conference-3.6.5 _sass/bootstrap/utilities/_position.scss
jekyll-theme-conference-3.6.4 _sass/bootstrap/utilities/_position.scss
inkstream-0.1.4 assets/scss/bootstrap/scss/utilities/_position.scss
inkstream-0.1.3 assets/scss/bootstrap/scss/utilities/_position.scss
inkstream-0.1.2 assets/scss/bootstrap/scss/utilities/_position.scss
inkstream-0.1.1 assets/scss/bootstrap/scss/utilities/_position.scss
occams-1.0.8 app/assets/stylesheets/occams/vendor/bootstrap/utilities/_position.scss
occams-1.0.7.3 app/assets/stylesheets/occams/vendor/bootstrap/utilities/_position.scss
occams-1.0.7.2 app/assets/stylesheets/occams/vendor/bootstrap/utilities/_position.scss
occams-1.0.7.1 app/assets/stylesheets/occams/vendor/bootstrap/utilities/_position.scss
occams-1.0.7 app/assets/stylesheets/occams/vendor/bootstrap/utilities/_position.scss