aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css
blob: 43bd26d8d427ec805695ca6e65ef5ef3daf45e38 (plain)
1
2
3
4
5
6
7
8
.item-id {
  display: inline-block;
  text-align: center;
  background: skyblue;
  border-radius: 0.2rem;
  width: 1.2rem;
  height: 1.2rem;
}