-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathdemo.scss
55 lines (45 loc) · 1 KB
/
demo.scss
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
/* Dark Theme: Sample CSS to overrie the look of MailtoUI */
.mailtoui-modal {
background-color: #cbd5e0;
background-color: rgba(250, 250, 250, 0.5);
color: #fff;
}
.mailtoui-modal-head {
background-color: #21262c;
}
.mailtoui-modal-title {
color: #fff;
}
.mailtoui-modal-close:focus,
.mailtoui-modal-close:hover {
color: #fff;
}
.mailtoui-modal-body {
background-color: #373b41;
}
.mailtoui-button:focus .mailtoui-button-content {
background-color: #d8dcdf;
color: #333;
}
.mailtoui-button-content,
.mailtoui-button-copy {
background-color: #63676b;
color: #fff;
}
.mailtoui-button-content:hover,
.mailtoui-button-content:focus,
.mailtoui-button-copy:hover,
.mailtoui-button-copy:focus {
background-color: #d8dcdf;
color: #333;
}
.mailtoui-button-copy-clicked,
.mailtoui-button-copy-clicked:hover,
.mailtoui-button-copy-clicked:focus {
background-color: #1f9d55;
color: #fff;
}
.mailtoui-email-address {
background-color: #909295;
color: #21262c;
}