-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpopup.css
46 lines (42 loc) · 902 Bytes
/
popup.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
body {
text-align: center;
background-color: #cad0e091;
margin: 0;
border-radius: 9px;
padding: 0 11px 11px 11px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-sizing: border-box;
border: #c5e4fa 4px solid;
}
img.logo{
width: 120px;
}
button {
margin: 5px;
width: 116px;
background-color: white;
outline: none;
border-radius: 8px;
padding: 8px 16px;
font-weight: 450;
font-size: 14px;
font-variant: all-petite-caps;
background-image: radial-gradient(white, #72caae);
border: #72CBAF 1px solid;
color: #57b597;
}
button:hover {
border: #569a84 1px solid;
}
h1 {
text-shadow: 2px 2px 4px #8d6b9fa3;
font-weight: normal;
font-kerning: none;
font-variant: petite-caps;
text-transform: capitalize;
font-size: 20px;
color: #8D6DA1;
}