@import "/UI/global.scss";

EscapeMenu
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.68);
  pointer-events: all;
  transition: opacity 0.2s ease-in-out;
  z-index: 1001;
  font-weight: bold;
}
