JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "_labels.scss"
Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/select2/docs/_sass/vendor/bootstrap/mixins/_labels.scss
File size: 167 bytes
MIME-type: text/plain
Charset: utf-8
// Labels
@mixin label-variant($color) {
background-color: $color;
&[href] {
&:hover,
&:focus {
background-color: darken($color, 10%);
}
}
}