First pass at modal dialog

This commit is contained in:
watsonb8
2019-12-07 13:47:45 -05:00
parent 3576a906e2
commit 01736333e9
21 changed files with 327 additions and 32 deletions

View File

@ -4,6 +4,7 @@
#Header {
background-color: transparent;
margin-top: 10;
}
#Header > Entry {
@ -27,3 +28,11 @@
#Player {
background-color: #626363;
}
#Modal {
height: 500;
width: 400;
margin-top: 20;
margin-bottom: 20;
border-radius: 15;
}