Layout von Websiten mit Bootstrap und Foundation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_shadows.scss 249B

123456
  1. // stylelint-disable declaration-no-important
  2. .shadow-sm { box-shadow: $box-shadow-sm !important; }
  3. .shadow { box-shadow: $box-shadow !important; }
  4. .shadow-lg { box-shadow: $box-shadow-lg !important; }
  5. .shadow-none { box-shadow: none !important; }