Merge "InvalidUserRoleException-junits"
[portal.git] / portal-FE-common / src / styles / bootstrap / mixins / _box-shadow.scss
1 @mixin box-shadow($shadow...) {
2   @if $enable-shadows {
3     box-shadow: $shadow;
4   }
5 }