forked from noxious/client
More styling cleanup, tweaked login btns
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row-buttons">
|
||||
<button class="button btn-cyan" type="submit"><span>LOGIN</span></button>
|
||||
<button class="button btn-cyan" type="submit"><span>PLAY</span></button>
|
||||
<button class="button btn-cyan" type="button" @click.prevent="registerFunc"><span>REGISTER</span></button>
|
||||
<button class="button btn-cyan"><span>CREDITS</span></button>
|
||||
</div>
|
||||
|
@ -160,8 +160,6 @@ onUnmounted(() => {
|
||||
button {
|
||||
padding: 6px 15px;
|
||||
min-width: 100px;
|
||||
border-radius: 5px;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.modal-form {
|
||||
|
Reference in New Issue
Block a user