No Description
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.

_mask.scss 152B

123456789101112
  1. //
  2. // Mask
  3. //
  4. .mask {
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. width: 100%;
  9. height: 100%;
  10. @include transition($transition-base);
  11. }