We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5810854 commit 4e7b93bCopy full SHA for 4e7b93b
src/components/MiningStatus/index.css
@@ -7,6 +7,7 @@
7
8
.mining-status > div {
9
padding: 8px 14px;
10
+ font-size: 10px;
11
}
12
13
.circle {
@@ -22,15 +23,15 @@
22
23
24
25
.circle.green {
- background-color: #05A21E;
26
+ background-color: #05a21e;
27
28
29
.circle.red {
- background-color: #FF0000;;
30
+ background-color: #ff0000;
31
32
33
.mining-status > div:not(:first-child) {
- border: 1px solid #CFCFCF0A;
34
+ border: 1px solid #cfcfcf0a;
35
border-radius: 16px;
36
37
@@ -44,4 +45,4 @@
44
45
display: flex;
46
align-items: center;
47
gap: 4px;
-}
48
+}
0 commit comments