Your IP : 216.73.216.240


Current Path : /home/s/u/n/sunflowe/www/templates/yoo_revista/warp/libraries/bootstrap/
Upload File :
Current File : /home/s/u/n/sunflowe/www/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));
        }
    }
};