aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/login/login.component.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/app/components/login/login.component.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/login/login.component.css b/ufund-ui/src/app/components/login/login.component.css
new file mode 100644
index 0000000..4cef8a0
--- /dev/null
+++ b/ufund-ui/src/app/components/login/login.component.css
@@ -0,0 +1,4 @@
+:host {
+ display: flex;
+ flex-direction: column;
+}