All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.bootstrap.less.utilities.less Maven / Gradle / Ivy

The newest version!
//
// Utility classes
// --------------------------------------------------


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

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

// Visibility
.invisible {
  visibility: hidden;
}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy