delphimvcframework/samples/angularjs/www/lib/bootstrap/less/utilities.less
daniele.teti 77f382b672
2013-11-14 10:08:02 +00:00

43 lines
510 B
Plaintext

//
// Utility classes
// --------------------------------------------------
// Floats
// -------------------------
.clearfix {
.clearfix();
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
// Toggling content
// -------------------------
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
.hide-text();
}
// For Affix plugin
// -------------------------
.affix {
position: fixed;
}