Fork-Awesome/src/assets/less/bootstrap-2.3.2/utilities.less
2013-06-07 12:40:09 -02:30

31 lines
335 B
Plaintext
Executable file

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