summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/portalsdk-tag-library/projects/portalsdk-tag-lib/src/lib/rdp/styles/bootstrap/mixins/_box-shadow.scss
blob: b2410e53ac3e59c5b0907c1ac079e4c7bc683f86 (plain)
1
2
3
4
5
@mixin box-shadow($shadow...) {
  @if $enable-shadows {
    box-shadow: $shadow;
  }
}