forked from peter-evans/erc20-token-wallet
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.css
More file actions
49 lines (45 loc) · 852 Bytes
/
index.css
File metadata and controls
49 lines (45 loc) · 852 Bytes
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
header {
text-align: center;
margin-top: 110px;
}
body {
margin-top: 100px;
}
div.circle {
border-radius: 50%;
color: black;
font-family: Helvetica, Arial Black, sans;
font-size: 16px;
text-align: center;
vertical-align: center;
width: 500px;
height: 500px;
padding: 50px;
background: #f7ec9a;
box-shadow: 0px 0px 0px 15px #99bd4f, 0px 0px 0px 30px #7ba237, 0px 0px 0px 45px #2d5109;
margin: auto;
}
div.panel {
padding-top: 10px;
padding-bottom: 10px;
}
div.field-value {
display:inline-block;
color: #99bd4f;
}
div.button {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
.btn {
background: #6b6032;
padding: 10px 20px 10px 20px;
border-radius: 10px;
text-decoration: none;
color: white;
}
.btn:hover {
background: #534b26;
text-decoration: none;
}