Refactor login & access
This commit is contained in:
parent
dc2833147f
commit
4c77faed04
@ -1,8 +1,8 @@
|
|||||||
<div class="grid m-0 flex-column surface-card align-items-center justify-content-center h-screen">
|
<div class="grid m-0 py-3 md:p-0 flex-row md:flex-column surface-card align-items-center justify-content-center h-screen">
|
||||||
<img src="assets/layout/images/logo-blue.svg" alt="Sakai logo" class="mb-5" style="width:81px; height:60px;">
|
<img src="assets/layout/images/logo-blue.svg" alt="Sakai logo" class="mb-5" style="width:81px; height:60px;">
|
||||||
<div class="col-11 md:col-6" style="border:none; border-radius:56px; padding:0.3rem; background: linear-gradient(180deg, rgba(33, 150, 243, 0.4) 10%, rgba(33, 150, 243, 0) 30%);">
|
<div class="col-12 md:col-6" style="border-radius:56px; padding:0.3rem; background: linear-gradient(180deg, rgba(33, 150, 243, 0.4) 10%, rgba(33, 150, 243, 0) 30%);">
|
||||||
<div class="surface-card h-full w-full m-0 py-7 px-4" style="border:none; border-radius:53px;">
|
<div class="surface-card h-full w-full m-0 py-7 px-4" style="border-radius:53px;">
|
||||||
<div class="grid flex-column align-items-center">
|
<div class="grid flex flex-column align-items-center" style="height:600px;">
|
||||||
<img src="assets/layout/images/avatar.png" alt="Profile avatar" style="width:56px; height:56px;">
|
<img src="assets/layout/images/avatar.png" alt="Profile avatar" style="width:56px; height:56px;">
|
||||||
<h4 class="font-medium text-gray-900 text-5xl mb-2">Welcome, Isabel!</h4>
|
<h4 class="font-medium text-gray-900 text-5xl mb-2">Welcome, Isabel!</h4>
|
||||||
<span class="text-gray-600 text-2xl">Sign in to continue</span>
|
<span class="text-gray-600 text-2xl">Sign in to continue</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user