Files @ 9a23c142e8ee
Branch filter:

Location: symposion_app/symposion_project/static/bootstrap/less/utilities.less

James Tauber
tweaked available teams tag to avoid overlap
// UTILITY CLASSES
// ---------------

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

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

// Visibility
.invisible {
  visibility: hidden;
}