Current File : /home/inlingua/www/crm.vprotectindia.com/public/user/scss/core/utilities/_helper.scss
//
// Helper
// helper classes for different cases
//


// Clearfix for sections that use float property

.floatfix {
    &:before,
    &:after {
        content: '';
        display: table;
    }
    &:after {
        clear: both;
    }
}