Compare commits
No commits in common. "4d05edd9c3a0a02a89a851a38c859f3807402a84" and "cc6fe6878a26e3a3522d2cb3b1b3c820c479d8c8" have entirely different histories.
4d05edd9c3
...
cc6fe6878a
1 changed files with 7 additions and 7 deletions
|
@ -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">
|
||||||
<div class="columns is-centered">
|
<login-dropdown class="is-hidden-tablet"/>
|
||||||
<div class="column is-half">
|
<login-titulos/>
|
||||||
<login-dropdown class="is-hidden-tablet"/>
|
<login-input/>
|
||||||
<login-titulos/>
|
|
||||||
<login-input/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue