| Current Path : /home/s/u/n/sunflowe/www2/j30/templates/yoo_revista/warp/libraries/bootstrap/ |
| Current File : /home/s/u/n/sunflowe/www2/j30/templates/yoo_revista/warp/libraries/bootstrap/utilities.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;
}
// For Affix plugin
.affix {
position: fixed;
}
// Fix for less compiler >= 2.0
#grid {
.core {
.span(@gridColumns) {
width: (@gridColumnWidth * @gridColumns) + (@gridGutterWidth * (@gridColumns - 1));
}
}
};