Browse code

Initial commit

Benjamin Roth authored on16/03/2023 20:22:35
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+@import "login";
2
+@import "register";
3
+@import "order-history";
4
+@import "user-password";
5
+@import "user-addresses";
6
+
7
+&.theme-user {
8
+  h1 {
9
+    margin-bottom: 3rem;
10
+  }
11
+}
0 12
\ No newline at end of file