Sha256: 52429898f530a7dff585abb580a3a890b67753e4be3b010ea0192de0f1067135

Contents?: true

Size: 571 Bytes

Versions: 5

Compression:

Stored size: 571 Bytes

Contents

//
// Utility classes
// --------------------------------------------------


// Quick floats
.pull-right {
  float: left;
}
.pull-left {
  float: right;
}

// Toggling content
.hide {
  display: none;
}
.show {
  display: block;
}

// Visibility
.invisible {
  visibility: hidden;
}

// For Affix plugin
.affix {
  position: fixed;
}

// Clearing floats
.clearfix {
  @include clearfix();
}

// Accessible yet invisible text
.hide-text {
  @include hide-text();
}

// Uses box-sizing mixin, so must be defined here
.input-block-level {
  @include input-block-level();
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bootstrap-sass-rtl-2.3.2.0 vendor/assets/stylesheets/bootstrap-rtl/_utilities.scss
bootstrap-sass-rtl-2.3.1.2 vendor/assets/stylesheets/bootstrap-rtl/_utilities.scss
bootstrap-sass-rtl-2.3.1.1 vendor/assets/stylesheets/bootstrap-rtl/_utilities.scss
bootstrap-sass-rtl-2.3.1.0 vendor/assets/stylesheets/bootstrap-rtl/_utilities.scss
bootstrap-sass-rtl-2.3.0.1 vendor/assets/stylesheets/bootstrap-rtl/_utilities.scss