Adding multiplayer info bar, game settings, cleaning up loans.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user