_home.scss 174 B

12345678910111213
  1. .overly {
  2. position: relative;
  3. &:before {
  4. content: '';
  5. background: rgba(0, 0, 0, 0.2);
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. right: 0;
  10. bottom: 0;
  11. }
  12. }