-
Notifications
You must be signed in to change notification settings - Fork 0
/
sales-demo-esign-stylesheet.css
76 lines (65 loc) · 1.57 KB
/
sales-demo-esign-stylesheet.css
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
/* Host from CDN to allow proper MIME type detection(text/css): https://cdn.jsdelivr.net/gh/anvilco/public-assets/demo-esign-stylesheet.css */
/* Checkbox Focus/Hover*/
.ant-checkbox-input:focus+.ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
border-color: #263F7E;
}
/* Checkbox color */
.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
background-color: #263F7E;
border-color: #263F7E;
}
/* Sticky header */
.signature-accept-container .signature-accept-content .ant-affix > div {
background: #fbfbfc;
}
/* Sign all container */
.signature-accept-actions {
max-width: none;
}
/* Signature page */
#header-title, /* Etch packet title */
#page-title {
display: none;
}
#signature-pad {
border-radius: 5px;
}
/* Page div container */
.basic-layout > div:first-child {
padding-top: 30px;
}
/* Page inner div container */
.basic-layout > div:first-child > div {
margin-left: 0;
margin-right: 0;
padding-left: 0;
}
/* Signature/Document container */
.signature-accept-container {
padding-left: 10px;
padding-right: 10px;
}
.signature-accept-content {
margin: 0;
}
/* Signature button */
#signature-next-btn,
.ant-btn.ant-btn-cta {
border-radius: 30px;
}
#signature-accept-btn,
#signature-accept-btn:hover,
#signature-accept-btn:active,
#signature-accept-btn:focus,
#signature-accept-btn:disabled,
#signature-accept-btn:disabled:hover {
display: flex;
justify-content: center;
align-items: center;
border-radius: 30px;
box-sizing: border-box;
background: #263F7E;
color: #fff;
}