summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-16 22:55:44 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-16 22:55:44 -0500
commit603fa41a483138e5782098d588f0fdc6eb9bcb1d (patch)
tree0214058e3040aef32648cf4db63ab9bd25a5fa8e /src/style.css
parent7f88f436e0b5398ad79b4c130834d95d622d62be (diff)
downloadimmich-frame-603fa41a483138e5782098d588f0fdc6eb9bcb1d.tar.xz
immich-frame-603fa41a483138e5782098d588f0fdc6eb9bcb1d.zip
add basic settings page
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 5363742..d28de5a 100644
--- a/src/style.css
+++ b/src/style.css
@@ -82,6 +82,22 @@ main, #slideshow {
;
}
+/* settings */
+fieldset {
+ @apply border rounded-2xl p-6 border-gray-500 flex flex-col gap-4;
+}
+
+fieldset h2 {
+ @apply font-bold text-blue-300 fill-blue-300 text-xl;
+}
+fieldset label {
+ @apply font-medium text-blue-300
+}
+
+fieldset input, fieldset select {
+ @apply rounded-2xl bg-zinc-800 p-4
+}
+
#menu a {
@apply flex items-center justify-center no-underline w-full gap-4 p-3 rounded-full
hover:text-blue-300 hover:fill-blue-300