view 3rdparty/bootstrap/less/utilities.less @ 5687:83037aaf3b9d

Move definition/initialization of api_version into the class and out of dispatch. Tests were failing because of this since the tests don't all run through dispatch.
author John Rouillard <rouilj@ieee.org>
date Sun, 31 Mar 2019 22:36:41 -0400
parents c109f7c1e477
children
line wrap: on
line source

//
// 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;
}

Roundup Issue Tracker: http://roundup-tracker.org/