More styling cleanup, tweaked login btns
This commit is contained in:
parent
ef13f22e6e
commit
9ff5fa3a84
@ -66,8 +66,6 @@
|
||||
.button {
|
||||
padding: 10px 0;
|
||||
min-width: 100px;
|
||||
font-size: 0.65rem;
|
||||
border-radius: 5px;
|
||||
|
||||
span {
|
||||
margin: auto;
|
||||
|
@ -39,7 +39,8 @@ button {
|
||||
|
||||
&.btn-cyan {
|
||||
background-color: rgba($cyan, 0.5);
|
||||
border: 2px solid rgba($white, 0.9);
|
||||
border: 1px solid $white;
|
||||
border-radius: 5px;
|
||||
|
||||
&:hover {
|
||||
background-color: $cyan;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user