mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 19:56: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>
|
||||
</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>
|
||||
</div>
|
||||
|
||||
|
||||
</v-main>
|
||||
</v-app>
|
||||
|
@ -154,7 +157,7 @@ import eyeNotLooking from '../../icons/Material/eye-not-looking.svg';
|
|||
padding-top: 5%;
|
||||
padding-bottom: 5%;
|
||||
}
|
||||
.text-white {
|
||||
.button-register {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
|
|
Loading…
Reference in a new issue