OSDN Git Service

Merge pull request #41 from Bytom/dev
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / utilities / _shadows.scss
1 // stylelint-disable declaration-no-important
2
3 .shadow-sm { box-shadow: $box-shadow-sm !important; }
4 .shadow { box-shadow: $box-shadow !important; }
5 .shadow-lg { box-shadow: $box-shadow-lg !important; }
6 .shadow-none { box-shadow: none !important; }