ESPTrainer built with Meteor and React

_shadow.scss 64B

123
  1. @mixin shadow() {
  2. box-shadow: 0 2px 5px 1px rgba(0,0,0,0.5);
  3. }