diff options
author | crupest <crupest@outlook.com> | 2019-02-18 19:26:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-18 19:26:12 +0800 |
commit | a8d850e05fba39a46f54d3c2827e8b93bcbb129b (patch) | |
tree | 1dc17f612e5a1cdbd5cec6bdf38ec231934d119d /Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css | |
parent | 5194cfc3fc9bbe6d2e03fdceb4ed58a8b7c0f6a9 (diff) | |
download | timeline-a8d850e05fba39a46f54d3c2827e8b93bcbb129b.tar.gz timeline-a8d850e05fba39a46f54d3c2827e8b93bcbb129b.tar.bz2 timeline-a8d850e05fba39a46f54d3c2827e8b93bcbb129b.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.css | 8 |
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; +} |