-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstats_Feature.css
More file actions
54 lines (43 loc) · 852 Bytes
/
Copy pathstats_Feature.css
File metadata and controls
54 lines (43 loc) · 852 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.container{
width: 1170px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-left: 15px;
}
h2{
font-family: 'optima',sans-serif;
font-size: 30px;
font-weight: bold;
text-align: left;
}
p.featureTable{
font-family: 'optima', sans-serif;
font-size: 15px;
line-height: 40px;
text-align: left;
}
.inbox {
width: 100%;
max-width: 560px;
margin: 2px 288px 60px auto;
background: #dddddd;
border-radius: 5px;
box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.item {
display: flex;
align-items: center;
border-bottom: 1px solid #fff;
height: 35px;
}
.item:last-child {
border-bottom: 0;
}
input:checked + p {
color: red;
text-align: center;
}
input[type="checkbox"] {
margin: 20px;
}