//
// shadows.scss
// Extended from Bootstrap
//

.shadow-light { box-shadow: $box-shadow-light !important; }
.shadow-light-lg { box-shadow: $box-shadow-light-lg !important; }
.shadow-dark { box-shadow: $box-shadow-dark !important; }
.shadow-dark-lg { box-shadow: $box-shadow-dark-lg !important; }
