Inicio de usuários
This commit is contained in:
@@ -103,19 +103,6 @@
|
||||
</q-form>
|
||||
|
||||
<p v-if="error" class="login-card__error">{{ error }}</p>
|
||||
|
||||
<div class="login-card__footer">
|
||||
<span>Precisa de ajuda?</span>
|
||||
<Button
|
||||
variant="ghost"
|
||||
color="secondary"
|
||||
text-color="primary"
|
||||
icon="sym_o_chat"
|
||||
label="Falar com suporte"
|
||||
full-width
|
||||
@click.prevent="handleSupport"
|
||||
/>
|
||||
</div>
|
||||
</q-card>
|
||||
</section>
|
||||
</div>
|
||||
@@ -244,7 +231,7 @@ export default {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.login-page {
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user