wip team select back in

This commit is contained in:
Mashy
2019-07-26 14:00:01 +10:00
parent a3a2cf9852
commit 61fa990a15
7 changed files with 30 additions and 41 deletions
+5 -1
View File
@@ -426,6 +426,10 @@ header {
justify-content: center;
}
.spawn-btn.menu-construct.selected {
color: whitesmoke;
}
.spawn-btn.menu-construct:hover {
border: 1px solid whitesmoke;
}
@@ -437,7 +441,7 @@ header {
}
.spawn-btn button {
flex: 1;
flex: 1 1 100%;
margin: 0.5em 1em;
padding: 0 0.5em;
}