forked from ahui2016/wallet-passphrases-protector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (43 loc) · 689 Bytes
/
Copy pathstyle.css
File metadata and controls
48 lines (43 loc) · 689 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
textarea {
font-size: 130%;
font-family: 'Courier New', monospace;
}
#alert-wrong-words,
#alert-words-not-safe,
#help-mimabiao,
.after-generate,
.alerts-when-upload,
.step-2,
.step-3 {
display: none;
}
#next {
font-size: x-large;
font-weight: bold;
}
.caution-text {
color: red;
}
.caution-grey {
color: #333;
background-color: #ccc;
}
.alert-info {
color: #999;
background-color: #eee;
}
.alert-blue {
color: blue;
background-color: #eee;
}
.alert-danger {
color: red;
background-color: #eee;
}
footer {
color: grey;
text-align: center;
font-size: smaller;
margin-top: 150px;
margin-bottom: 20px;
}