File size: 2,395 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.wp-block-todo {
	display: flex;
	align-items: baseline;
}

.wp-block-todo__status {
	cursor: pointer;
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px;
	flex-shrink: 0;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(226, 228, 231);
	border-image: initial;
	border-radius: 3px;
	margin: 0 12px 0 0;
}

.wp-block-todo__is-in-progress {
	display: inline-block;
	color: var(--color-text-inverted);
	background: #7a6ff0;
	border-radius: 2px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	margin-right: 8px;
	position: relative;
	top: -2px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wp-block-task__date-button .components-base-control__field {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-task__date-button .components-base-control__label {
	display: block;
	width: 100%;
}

.wp-block-todo__date {
	display: inline-block;
	font-weight: bold;
	color: 111;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	margin-left: 8px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wp-block-todo.is-checked .wp-block-todo__status,
.wp-block-todo.is-checked img {
	background-color: #00b0e8;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGc+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkgMTkuNDE0bC02LjcwNy02LjcwNyAxLjQxNC0xLjQxNEw5IDE2LjU4NiAyMC4yOTMgNS4yOTNsMS40MTQgMS40MTQiPjwvcGF0aD48L2c+PC9zdmc+);
	border-color: #00b0e8;
	background-repeat: no-repeat;
	background-position: 50% center;
	background-size: 18px;
}

.wp-block-todo__text {
	flex-grow: 1;
}

.wp-block-todo__assigned {
	font-size: 13px;
	font-weight: 600;
	display: flex;
	align-items: center;
	margin-left: 12px;
}

.wp-block-todo__avatar {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 100; /* stylelint-disable-line scales/font-weights */
	background: #eb6565;
	border-radius: 50%;
}