From afe40a8fea53344fcedb359827b7e904f151824c Mon Sep 17 00:00:00 2001 From: JakubWalkowiak Date: Tue, 8 Feb 2022 22:22:43 +0100 Subject: [PATCH] styling --- .../components/todo-list/todo-list.component.html | 4 ++-- .../app/user/components/base/base.component.html | 4 ++-- .../app/user/components/login/login.component.html | 1 - .../components/register/register.component.html | 1 - .../todo-app/src/app/user/user-routing.module.ts | 14 ++++++++++---- todo-app/todo-app/src/styles.scss | 4 ++++ 6 files changed, 18 insertions(+), 10 deletions(-) diff --git a/todo-app/todo-app/src/app/todo/components/todo-list/todo-list.component.html b/todo-app/todo-app/src/app/todo/components/todo-list/todo-list.component.html index cf65b90..765d2f4 100644 --- a/todo-app/todo-app/src/app/todo/components/todo-list/todo-list.component.html +++ b/todo-app/todo-app/src/app/todo/components/todo-list/todo-list.component.html @@ -1,5 +1,5 @@
-
+

TODO:

-
+

DONE:

TODO LIST

-
{{ userName }} ({{ fullName }})
- +
{{ userName }} ({{ fullName }})
+
diff --git a/todo-app/todo-app/src/app/user/components/login/login.component.html b/todo-app/todo-app/src/app/user/components/login/login.component.html index 502f085..f83469b 100644 --- a/todo-app/todo-app/src/app/user/components/login/login.component.html +++ b/todo-app/todo-app/src/app/user/components/login/login.component.html @@ -1,4 +1,3 @@ -

TODO LIST