aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css')
-rw-r--r--Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css
index e69de29b..c17267c5 100644
--- a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css
+++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css
@@ -0,0 +1,12 @@
+.item-id {
+ display: inline-block;
+ text-align: center;
+ background: skyblue;
+ border-radius: 0.2rem;
+ width: 1.2rem;
+ height: 1.2rem;
+}
+
+mat-list-item {
+ margin: 10px;
+}