-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (74 loc) · 1.64 KB
/
Copy pathstyle.css
File metadata and controls
89 lines (74 loc) · 1.64 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.crypto-container-template {
clear: both;
margin: 0 auto 50px;
overflow: auto;
width: 500px;
}
.crypto-template:last-child {
margin-right: 0;
}
.crypto-template .crypto-template-title {
font-weight: bold;
border-bottom: 1px dotted black;
}
.crypto-template input {
box-sizing: border-box;
width: 100%;
}
.crypto-template-actions {
height: auto;
}
.crypto-template-save {
border: 1px solid black;
border-radius: 3px;
cursor: pointer;
display: inline-block;
background: #E5E5E5;
margin-top: 10px;
padding: 5px;
}
.crypto-template, .crypto-currency, .crypto-mining-currency {
border: 1px solid black;
box-sizing: border-box;
float: left;
margin-top: 10px;
margin-right: 20px;
padding: 10px;
width: 150px;
}
.crypto-currency-wallet{
position: absolute;
top: 20px;
right: 150px;
}
.crypto-wallet-clear {
float: right;
font-family: cursive;
font-size: 12px;
}
.crypto-currency, .crypto-mining-currency {
width: 200px;
}
.crypto-container, .crypto-mining-container, .crypto-wallet-container {
margin: 0 auto;
overflow: auto;
width: 700px;
}
.crypto-template:last-child, .crypto-currency:last-child, .crypto-mining-currency:last-child {
margin-right: 0;
}
.crypto-currency-title, .crypto-mining-currency-title {
font-weight: bold;
border-bottom: 1px dotted black;
}
.crypto-currency-input-label, .crypto-mining-currency-input-label {
display: block;
margin: 5px 0;
}
.crypt-currency-value, .crypt-currency-hashrate, .crypt-currency-balance {
float: right;
}
input {
box-sizing: border-box;
width: 100%;
}