mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-22 00:36:52 +00:00
Fix button collapse between Login and Register
This commit is contained in:
parent
930eb2dbde
commit
f5630ba590
1 changed files with 5 additions and 2 deletions
|
@ -70,8 +70,11 @@
|
||||||
</template>
|
</template>
|
||||||
</v-checkbox>
|
</v-checkbox>
|
||||||
|
|
||||||
<v-btn @click.prevent="register" rounded="xl" variant="flat" class="text-white" width="45vw" height="44px" color="#f16322">
|
<div class="button-register">
|
||||||
|
<v-btn @click.prevent="register" rounded="xl" variant="flat" class="text-white" width="45vw" height="44px" color="#f16322">
|
||||||
สมัครสมาชิก</v-btn>
|
สมัครสมาชิก</v-btn>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</v-main>
|
</v-main>
|
||||||
</v-app>
|
</v-app>
|
||||||
|
@ -154,7 +157,7 @@ import eyeNotLooking from '../../icons/Material/eye-not-looking.svg';
|
||||||
padding-top: 5%;
|
padding-top: 5%;
|
||||||
padding-bottom: 5%;
|
padding-bottom: 5%;
|
||||||
}
|
}
|
||||||
.text-white {
|
.button-register {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|
Loading…
Reference in a new issue