frontend styling, uniformity

This commit is contained in:
Per Stark
2025-01-21 08:43:35 +01:00
parent 4f2a08b610
commit f545ff8ecb
9 changed files with 13 additions and 13 deletions

View File

@@ -5,13 +5,13 @@
opacity: 0.5;
}
</style>
<main class="flex-grow flex flex-col prose container mx-auto mt-2">
<main class="grow flex flex-col prose container mx-auto mt-2">
<h1 class="text-center">Account Settings</h1>
<div class="form-control">
<label class="label">
<span class="label-text">Email</span>
</label>
<input type="email" name="email" value="{{ user.email }}" class="input !text-gray-100 input-bordered w-full"
<input type="email" name="email" value="{{ user.email }}" class="input text-gray-100! input-bordered w-full"
disabled />
</div>
<div class="form-control">
@@ -20,7 +20,7 @@
</label>
{% block api_key_section %}
{% if user.api_key %}
<input type="text" name="api-key" value="{{ user.api_key }}" class="input !text-gray-100 input-bordered w-full"
<input type="text" name="api-key" value="{{ user.api_key }}" class="input text-gray-100! input-bordered w-full"
disabled />
<a href="https://www.icloud.com/shortcuts/66985f7b98a74aaeac6ba29c3f1f0960" class="btn btn-accent mt-4">Download
iOS

View File

@@ -8,7 +8,7 @@
<div class="min-h-[100dvh] container mx-auto px-4 sm:px-0 sm:max-w-md flex justify-center flex-col">
<h1
class="text-5xl sm:text-6xl py-4 pt-10 font-bold bg-gradient-to-r from-primary to-secondary text-center text-transparent bg-clip-text">
class="text-5xl sm:text-6xl py-4 pt-10 font-bold bg-linear-to-r from-primary to-secondary text-center text-transparent bg-clip-text">
Minne
</h1>
<h2 class="text-2xl font-bold text-center mb-8">Login to your account</h2>

View File

@@ -9,7 +9,7 @@
<div class="min-h-[100dvh] container mx-auto px-4 sm:px-0 sm:max-w-md flex justify-center flex-col">
<h1
class="text-5xl sm:text-6xl py-4 pt-10 font-bold bg-gradient-to-r from-primary to-secondary text-center text-transparent bg-clip-text">
class="text-5xl sm:text-6xl py-4 pt-10 font-bold bg-linear-to-r from-primary to-secondary text-center text-transparent bg-clip-text">
Minne
</h1>
<h2 class="text-2xl font-bold text-center mb-8">Create your account</h2>