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>
<div id="login-form" :class="estilos.fondo">
<section class="section">
<login-dropdown class="is-hidden-tablet"/>
<login-titulos/>
<login-input/>
<div class="columns is-centered">
<div class="column is-half">
<login-dropdown class="is-hidden-tablet"/>
<login-titulos/>
<login-input/>
</div>
</div>
</section>
</div>
</template>
<style scoped>
</style>