admin-dashboard.css
1.65 KB
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
#dashboard_cf7ms .cf7mls-postbox-title-wrap {
margin: 15px 0;
}
#dashboard_cf7ms .cf7mls-postbox-title-wrap>h3 {
font-size: 14px;
font-weight: 600;
padding: 0;
margin: 0;
border: 0
}
#dashboard_cf7ms .cf7mls-postbox-img-wrap {
margin: 20px 0
}
#dashboard_cf7ms .cf7mls-postbox-list-wrap {
margin-bottom: 25px
}
#dashboard_cf7ms .cf7mls-list-checked li {
position: relative;
padding: 0 0 0 26px;
font-size: 13px;
display: block;
line-height: 1.5;
margin-bottom: 8px
}
#dashboard_cf7ms .cf7mls-list-checked li:after,
#dashboard_cf7ms .cf7mls-list-checked li:before {
position: absolute;
width: 14px;
height: 14px;
top: 2px;
left: 5px
}
#dashboard_cf7ms .cf7mls-list-checked li:before {
content: "";
background-color: #18ae62;
border-radius: 14px;
z-index: 1
}
#dashboard_cf7ms .cf7mls-list-checked li:after {
content: "";
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
background-position: 50%;
background-repeat: no-repeat;
background-size: 8px;
z-index: 2
}
#dashboard_cf7ms .cf7mls-postbox-btn-wrap {
margin-bottom: 30px;
text-align: center;
}
#dashboard_cf7ms .cf7mls-postbox-btn-wrap .button {
height: 40px;
line-height: 38px;
padding: 0 30px;
}