sparkletown/sparkle

View on GitHub
src/components/atoms/VenueWithOverlay/VenueWithOverlay.scss

Summary

Maintainability
Test Coverage
@import "scss/constants";

.VenueWithOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: opaque-black(0.8);
  top: 0;
}