Small changes to the UI

This commit is contained in:
Jorys_Paulin
2018-04-23 20:41:27 +02:00
parent 7a54ad9fb1
commit 1e5bd25291
2 changed files with 3 additions and 4 deletions

View File

@@ -72,6 +72,7 @@ main {
.nav-menu-parent {
position: relative;
margin: 0 4px;
}
.mdl-menu__outline {
background-color: #333846;
@@ -187,6 +188,7 @@ main {
margin: 15px;
cursor: pointer;
transition: all .2s ease-in-out;
will-change: transform;
}
#host-grid .mdl-card:hover, #host-grid .mdl-card:focus, #host-grid .mdl-card:active, #game-grid .mdl-card:hover, #game-grid .mdl-card:focus, #game-grid .mdl-card:active {
transform: scale(1.1);