-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.css
More file actions
68 lines (58 loc) · 1.82 KB
/
index.css
File metadata and controls
68 lines (58 loc) · 1.82 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
65
66
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
@import "../node_modules/@syncfusion/ej2-pdfviewer/styles/material.css";
@import '../node_modules/@syncfusion/ej2-layouts/styles/material.css';
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
#e-pv-e-sign-user-field {
color: #222933;
font-family: Heebo, open sans, "sans-serif", -apple-system, BlinkMacSystemFont;
border-radius: 4px;
display: flex;
position: relative;
border: 1px solid black;
}
.e-btn-icon.e-icons.e-trash{
font-size: 20px;
margin-top: 10px;
}
.e-card{
width: 900px;
padding: 10px;
max-height: 80vh;
overflow-y: auto;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
background-color: #fff;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
#addRecipientButton {
border: 1px solid #aaa;
border-radius: 6px;
padding: 12px 24px;
background: #fff;
font-weight: bold;
font-size: 16px;
cursor: pointer;
color: #222;
}
#e-pv-e-sign-toolbar-user-viewer{
height: 60px !important;
}