frontend styling, uniformity

This commit is contained in:
Per Stark
2025-01-21 08:43:35 +01:00
parent 2e62fbabd2
commit 8fc9145f5a
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