Browse code

Update

Benjamin Roth authored on17/03/2023 09:52:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+.mod_login {
2
+  @include content-box(1rem);
3
+
4
+  small {
5
+    display: block;
6
+    margin-top: 0.5rem;
7
+    text-align: right;
8
+  }
9
+}