summaryrefslogtreecommitdiffstats
path: root/static/styles.css
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-12-27 13:34:56 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-12-27 13:37:47 -0800
commit2a9faab3de7648344dcc1973a71ada8125c0afa3 (patch)
treea6fd29a8d4ea62aaf17fdf214535dbdbb1c00d50 /static/styles.css
parent26235f94f87b01058cc06e69902f7fb30bffb22f (diff)
downloadroseh.moe-2a9faab3de7648344dcc1973a71ada8125c0afa3.tar.zst
Add Google Authenticator
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index f147632..d214480 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -76,11 +76,16 @@ p.login-error {
color: red;
margin-top: 0px;
}
-
+/*
form.password-form {
display: flex;
align-items: center;
}
+*/
+
+.password-form-row {
+ text-align: end;
+}
label.password-label {
padding-right: 20px;
@@ -92,4 +97,16 @@ input.password {
border: 5px solid #ff69b4;
border-radius: 15px;
box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
+ font-size: 18px;
+}
+
+input.submit {
+ margin-top: 20px;
+ padding: 0;
+ background: #f5f5f5;
+ outline: none;
+ border: 5px solid #ff69b4;
+ border-radius: 15px;
+ box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
+ font-size: 25px;
}