Skip to content

Commit 4e7b93b

Browse files
committed
style (miningStatus): adjust font size
1 parent 5810854 commit 4e7b93b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/components/MiningStatus/index.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
.mining-status > div {
99
padding: 8px 14px;
10+
font-size: 10px;
1011
}
1112

1213
.circle {
@@ -22,15 +23,15 @@
2223
}
2324

2425
.circle.green {
25-
background-color: #05A21E;
26+
background-color: #05a21e;
2627
}
2728

2829
.circle.red {
29-
background-color: #FF0000;;
30+
background-color: #ff0000;
3031
}
3132

3233
.mining-status > div:not(:first-child) {
33-
border: 1px solid #CFCFCF0A;
34+
border: 1px solid #cfcfcf0a;
3435
border-radius: 16px;
3536
}
3637

@@ -44,4 +45,4 @@
4445
display: flex;
4546
align-items: center;
4647
gap: 4px;
47-
}
48+
}

0 commit comments

Comments
 (0)