aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-18 19:26:12 +0800
committercrupest <crupest@outlook.com>2019-02-18 19:26:12 +0800
commit9756acc50f5f228968cf45d9e73c8dd3b4eacc6a (patch)
treea1f98d59aa922e887ae90725b08f2b852eff93a8 /Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css
parent633e7357b41b5b3e99df887215bed620034eda6a (diff)
downloadtimeline-9756acc50f5f228968cf45d9e73c8dd3b4eacc6a.tar.gz
timeline-9756acc50f5f228968cf45d9e73c8dd3b4eacc6a.tar.bz2
timeline-9756acc50f5f228968cf45d9e73c8dd3b4eacc6a.zip
Beautify the todo page.
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.css8
1 files changed, 8 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..43bd26d8 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,8 @@
+.item-id {
+ display: inline-block;
+ text-align: center;
+ background: skyblue;
+ border-radius: 0.2rem;
+ width: 1.2rem;
+ height: 1.2rem;
+}