aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css
blob: c17267c5af7f3dda91fa46d3aabd206b7f3e9af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}