feat: adjust register and login buttons
This commit is contained in:
parent
65471d1666
commit
68306f3893
2 changed files with 2 additions and 16 deletions
|
@ -21,13 +21,7 @@
|
||||||
(click)="showRegisterForm()"
|
(click)="showRegisterForm()"
|
||||||
class="w-full sm:w-auto button-primary px-6 sm:px-8 py-3 shadow-lg"
|
class="w-full sm:w-auto button-primary px-6 sm:px-8 py-3 shadow-lg"
|
||||||
>
|
>
|
||||||
Konto erstellen
|
Jetzt registrieren
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
(click)="showLoginForm()"
|
|
||||||
class="w-full sm:w-auto bg-slate-700 text-white hover:bg-slate-600 px-6 sm:px-8 py-3 shadow-lg rounded"
|
|
||||||
>
|
|
||||||
Anmelden
|
|
||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -40,15 +40,7 @@
|
||||||
(click)="showRegister.emit()"
|
(click)="showRegister.emit()"
|
||||||
class="flex items-center px-4 py-2 bg-emerald-600 text-white font-medium rounded-lg hover:bg-emerald-500 transition-colors duration-200"
|
class="flex items-center px-4 py-2 bg-emerald-600 text-white font-medium rounded-lg hover:bg-emerald-500 transition-colors duration-200"
|
||||||
>
|
>
|
||||||
<svg class="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
Jetzt registrieren
|
||||||
<path
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
stroke-width="2"
|
|
||||||
d="M18 9v3m0 0v3m0-3h3m-3 0h-3m-2-5a4 4 0 11-8 0 4 4 0 018 0zM3 20a6 6 0 0112 0v1H3v-1z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
Registrieren
|
|
||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue