Merge pull request #104 from Oliver-Akins/dev
Fix: Eye padding and button clickability indicator
This commit is contained in:
commit
e4c8b8752d
2 changed files with 4 additions and 5 deletions
|
|
@ -298,12 +298,9 @@ input[type="text"] {
|
||||||
input[type="text"]:focus {
|
input[type="text"]:focus {
|
||||||
border-color: var(--board-background-text);
|
border-color: var(--board-background-text);
|
||||||
}
|
}
|
||||||
/* input[type="text"].team-answer {
|
|
||||||
padding-right: 5%;
|
|
||||||
}
|
|
||||||
input[type="text"].other-team-answer {
|
input[type="text"].other-team-answer {
|
||||||
padding-left: 5%;
|
padding-left: 35px;
|
||||||
} */
|
}
|
||||||
|
|
||||||
#past-questions-toggle {
|
#past-questions-toggle {
|
||||||
background-color: var(--past-questions-button-default);
|
background-color: var(--past-questions-button-default);
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,11 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
|
class="clickable"
|
||||||
@click.stop="createGame()"
|
@click.stop="createGame()"
|
||||||
>Create Game</button>
|
>Create Game</button>
|
||||||
<button
|
<button
|
||||||
|
class="clickable"
|
||||||
@click.stop="joinGame()"
|
@click.stop="joinGame()"
|
||||||
>Join Game</button>
|
>Join Game</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue