aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-item/todo-item.component.css
blob: ef952a04c761bd70d163b1c3c639eb272e1fc2a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.item-card {
  padding: 0;
  display: flex;
  overflow: hidden;
}

.item-color-block {
  width: 15px;
  align-self: stretch;
  flex: 0 0 auto;
}

.item-icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.25em;
}

.item-title {
  vertical-align: middle;
}

.item-detail-button {
  width: unset;
  height: unset;
  line-height: unset;
}