aboutsummaryrefslogtreecommitdiff
path: root/styles/loginregister.css
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-19 09:51:38 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-19 09:51:38 +0200
commit08ba9024f532554fe2135d2596f1169828b01e5f (patch)
tree3ec940a1fce58777449774a11942ccb6dffb24a8 /styles/loginregister.css
parent5e664e0694a09cfb7b952dd4bd123cf921950ba0 (diff)
login/register pages done + fullwidth css class edited
Diffstat (limited to 'styles/loginregister.css')
-rw-r--r--styles/loginregister.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/styles/loginregister.css b/styles/loginregister.css
new file mode 100644
index 0000000..854aeb2
--- /dev/null
+++ b/styles/loginregister.css
@@ -0,0 +1,13 @@
+.centeredForm {
+ top: 50%;
+ transform: translateY(-50%);
+ margin: 0 auto;
+}
+
+.centeredForm .input {
+ margin-bottom: var(--spacing-medium);
+}
+
+.centeredForm .input:nth-last-of-type(2) {
+ margin-bottom: var(--spacing-large);
+}