summaryrefslogtreecommitdiffstats
path: root/static/styles.css
diff options
context:
space:
mode:
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;
+}