-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.css
62 lines (62 loc) · 1.27 KB
/
app.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
::highlight(lexibridge) {
background: rgba(202, 228, 237, 0.5);
}
.lexibridge-popover {
border-radius: 16px;
border: none;
box-shadow: 1px 2px 4px rgba(0,0,0,0.1);
width: 400px;
padding: 16px;
margin: auto;
}
.lexibridge-popover::backdrop {
background: rgba(0,0,0,0.12);
}
.lexibridge-popover h5 {
font-size: 1.5rem;
font-weight: bold;
margin: 0 0 1rem;
line-height: 1.5;
color: #333;
text-transform: initial;
text-shadow: none;
font-style: normal;
}
.lexibridge-popover span {
margin-left: 0.25rem;
cursor: pointer;
font-style: normal;
}
.lexibridge-popover p {
font-size: 1.2rem;
line-height: 1.5;
color: #666;
margin: 0 0 1.5rem;
font-weight: normal;
text-shadow: none;
font-style: normal;
}
.lexibridge-popover button {
padding: .5rem 1rem;
color: #ffffff;
background: #7bc962;
border: 1px solid #4e9c36;
font-size: 1rem;
border-radius: 8px;
outline: none;
cursor: pointer;
margin: 0 .5rem 0 0;
font-weight: normal;
}
.lexibridge-popover button:hover {
background: #4e9c36;
color: #ffffff;
}
.lexibridge-popover button:last-child {
color: #333;
background: #efefef;
border-color: #e3e3e3;
}
.lexibridge-popover button:last-child:hover {
background: #e3e3e3;
}