- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
Latest commit
31 lines (23 loc) · 431 Bytes
/
Copy pathstyles.css
File metadata and controls
31 lines (23 loc) · 431 Bytes
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
#submit {
width:100px;
height:40px;
left:calc(50%-96px/2 -9.5px);
top:-4px;
font-family:'Roboto';
font-style: normal;
font-weight:400;
font-size:16px;
line-height:26px;
text-align: center;
color:#177165;
}
.trash {
height:20px;
}
.addli {
display: flex;
flex-direction: row;
}
.checkBoxEnabled:checked~span {
text-decoration: line-through;
}