aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo/todo-page/todo-page.component.css
blob: 754b786e4f92582c574c6e4e89072f8394171847 (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
28
29
30
31
32
33
34
35
36
37
38
39
.align-self-bottom {
  align-self: flex-end;
}

.item-box {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.first-item-box {
  justify-content: space-between;
  padding: 0 0 5px 5px;
}

.non-first-item-box {
  padding: 5px;
}

.space {
  flex: 1 4 20px;
}

.sample-box {
  box-sizing: border-box;
  align-self: flex-start;
}

.sample-item {
  display: flex;
  align-items: center;
}

.sample-color-block {
  border-radius: 0.2em;
  width: 1em;
  height: 1em;
  margin-right: 2px;
}