summaryrefslogtreecommitdiffstats
path: root/static/styles.css
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-09-20 21:12:47 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-09-20 21:12:47 -0700
commit1905b90698b8171880b812bec1fcafaf0e35dc6a (patch)
treed676478bde0005179244c6baf06bdfb0b847c0c1 /static/styles.css
parent34a2a69a28457f5b58c357cb19f091330cca6110 (diff)
downloadroseh.moe-1905b90698b8171880b812bec1fcafaf0e35dc6a.tar.zst
Ditch HTMX
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 91e6fde..90dafc1 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -76,6 +76,7 @@ div.content-container {
p.login-error {
color: red;
+ margin-top: 0px;
}
form.password-form {
@@ -94,3 +95,11 @@ input.password {
border-radius: 15px;
box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
}
+
+.hidden {
+ opacity: 0;
+}
+
+#save-indicator {
+ transition: opacity 0.3s ease-in-out;
+}