Adding multiplayer info bar, game settings, cleaning up loans.

This commit is contained in:
2020-02-11 12:46:13 -08:00
parent a22cf21662
commit 77a8692f71
10 changed files with 443 additions and 118 deletions

View File

@@ -762,3 +762,21 @@ $intro-time: 6s;
.fa-arrow-circle-left {
cursor: pointer;
margin-right: 0.5rem; }
.info-bar {
@include breakpoint(landscape) {
position: absolute; }
text-align: center;
padding: $tab-margin;
height: 2rem; }
.new-game-submit-container {
display: flex;
align-items: center;
justify-content: space-between;
.button {
margin: 0; }
}
.hidden {
display: none; }