-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
58 lines (50 loc) · 822 Bytes
/
style.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
/*popup override*/
.popup-container
{
}
.popup
{
padding: 12px;
border-radius: 10px !important;
}
.popup-head
{
}
.popup-title
{
color: #575757;
font-size: 30px !important;
text-align: center;
font-weight: 600;
margin: 25px 0;
padding: 0;
line-height: 40px;
}
.popup-body
{
color: #797979;
font-size: 16px;
font-weight: 300;
text-align: inherit;
float: none;
margin: 0;
padding: 0;
line-height: normal;
}
.popup-buttons .button
{
background-color: #5dc2f1;
color: white;
border: none;
box-shadow: none;
font-size: 14px;
font-weight: 500;
-webkit-border-radius: 4px;
border-radius: 5px !important;
margin: 26px 5px 0 5px;
cursor: pointer;
}
.popup-buttons .button.activated
{
background-color: #007aff;
}