-
Notifications
You must be signed in to change notification settings - Fork 5
/
html_headers.html
71 lines (53 loc) · 1.34 KB
/
html_headers.html
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
<style>
blockquote {
border-left: 4px solid #ccc;
margin-bottom: 5px;
margin-top: 5px;
padding-left: 16px;
}
ul, ol {
list-style-position: outside;
}
.ql-font .ql-picker-label:first-child::before {
font-family: inherit;
overflow: hide;
}
.ql-font .ql-picker-label {
overflow: hidden;
}
.regular-header-icon {
color: #444;
}
.tooltip-header-icon {
color: #ccc;
}
.ql-picker.ql-variables {
width: 120px;
}
.ql-picker.ql-variables .ql-picker-item::before,
.ql-picker.ql-variables .ql-picker-label::before {
content: 'Custom'
}
.ql-picker.ql-variables [data-value="1"]::before {
content: 'Account Url'
}
.ql-picker.ql-variables [data-value="2"]::before {
content: 'First Name'
}
.ql-picker.ql-variables [data-value="3"]::before {
content: 'Login'
}
.ql-picker.ql-variables [data-value="4"]::before {
content: 'Org Name'
}
.ql-picker.ql-variables [data-value="5"]::before {
content: 'Support Email'
}
</style>
<script>
/**
* This custom type of Blot is used to represent a Mention.
* It stores 2 values, a Name and an ID.
* The Name is used as a text to display within the input.
*/
</script>