-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.css
More file actions
56 lines (55 loc) · 901 Bytes
/
main.css
File metadata and controls
56 lines (55 loc) · 901 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
50
51
52
53
54
55
56
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: local('Poppins'), local('Poppins'), url('fonts/Poppins-Regular.ttf') format('sans-serif');
}
body {
font-family: 'Poppins', sans-serif;
}
.errorInfo {
margin-top: 5px;
display: none;
}
.txidLink {
margin-top: 10px;
cursor: pointer;
font-size: 11pt;
font-weight: bold;
}
.myaddress {
text-align: center;
display: block;
}
.options {
margin-top: 30px;
}
.walletInput {
margin-top: 30px;
}
#walletActions {
text-align: center;
}
.modal-content {
border-radius: 0;
}
.modal-dialog {
margin-top: 25vh;
}
.about {
position: absolute;
bottom: 5px;
right: 5px;
color: #666;
cursor: pointer;
}
.lastblock {
position: absolute;
bottom: 5px;
left: 5px;
color: #666;
cursor: pointer;
}
.myaddress {
cursor: pointer;
}