Current Path :
/
home
/
develito
/
www
/
plugins
/
system
/
t3
/
base
/
bootstrap
/
less
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/plugins/system/t3/base/bootstrap/less/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; }