funcion/pedido-ollas #47

Merged
rho merged 92 commits from funcion/pedido-ollas into master 2025-07-15 11:27:30 -03:00
Showing only changes of commit 4d05edd9c3 - Show all commits

View file

@ -16,13 +16,13 @@ export default {
<template> <template>
<div id="login-form" :class="estilos.fondo"> <div id="login-form" :class="estilos.fondo">
<section class="section"> <section class="section">
<login-dropdown class="is-hidden-tablet"/> <div class="columns is-centered">
<login-titulos/> <div class="column is-half">
<login-input/> <login-dropdown class="is-hidden-tablet"/>
<login-titulos/>
<login-input/>
</div>
</div>
</section> </section>
</div> </div>
</template> </template>
<style scoped>
</style>