0
0
Fork 0

Merge pull request #104 from Oliver-Akins/dev

Fix: Eye padding and button clickability indicator
This commit is contained in:
Oliver 2021-03-27 12:33:11 -06:00 committed by GitHub
commit e4c8b8752d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -298,12 +298,9 @@ input[type="text"] {
input[type="text"]:focus {
border-color: var(--board-background-text);
}
/* input[type="text"].team-answer {
padding-right: 5%;
}
input[type="text"].other-team-answer {
padding-left: 5%;
} */
padding-left: 35px;
}
#past-questions-toggle {
background-color: var(--past-questions-button-default);

View file

@ -10,9 +10,11 @@
</a>
</div>
<button
class="clickable"
@click.stop="createGame()"
>Create Game</button>
<button
class="clickable"
@click.stop="joinGame()"
>Join Game</button>
</div>