File "background-variant.less"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/background-variant.less
File size: 139 bytes
MIME-type: text/plain
Charset: utf-8
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover {
background-color: darken(@color, 10%);
}
}