Added popup as an info menu that is opened on the side.

This commit is contained in:
Ajay Ramachandran
2019-07-29 15:42:14 -04:00
parent d6c5dbaff1
commit 6b6e74b5a0
7 changed files with 133 additions and 33 deletions

View File

@@ -1,3 +1,15 @@
.popup {
z-index: 10;
width: 100%;
height: 500px;
}
.smallLink {
font-size: 10px;
text-decoration: underline;
cursor: pointer;
}
.playerButtonImage {
height: 60%;
top: 0;