Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/vendor/hint/ |
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/vendor/hint/_hint-rounded.scss |
/** * source: hint-rounded.scss * * Defines rounded corner tooltips. * * Classes added: * 1) hint--rounded * */ .#{$hintPrefix}rounded { &:after { border-radius: 4px; } }