| Current Path : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso/assets/scss/mixins/ |
| Current File : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso/assets/scss/mixins/_button.scss |
//
// BUTTON VARIANT MIXIN
//
// "!important" property was used to avoid override by most popular
// Wordpress themes.
@mixin button-variant($color, $background) {
color: $color !important;
background: $background !important;
&:hover,
&:focus,
&:active,
&.active {
color: $color !important;
background: lighten($background, 8%) !important;
}
.ps-icon {
fill: $color;
}
}