basic work on a grid UI. This contains code for dynamic generation of a host grid, and clicking the icon takes you to the game selection page

This commit is contained in:
R. Aidan Campbell
2016-06-12 23:32:40 -04:00
parent 02d1d7b236
commit 95e29f709c
3 changed files with 32 additions and 2 deletions

View File

@@ -4,6 +4,14 @@
.mdl-button {
color: #fff !important;
}
.mdl-grid {
width: 100%;
}
.mdl-cell {
background:#44c763;
color:#fff;
padding:25px;
}
.mdl-dialog {
border: none;
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);