Files @ dc9f313fe610
Branch filter:

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

Luke Hatcher
add in less
// UTILITY CLASSES
// ---------------

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

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

// Visibility
.invisible {
  visibility: hidden;
}