Fix widgets title in mining dashboard

This commit is contained in:
nymkappa
2022-02-17 18:51:16 +09:00
parent 6d4458db8b
commit 2e2c144cc9
5 changed files with 14 additions and 15 deletions

View File

@@ -45,3 +45,13 @@
-webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 80%, transparent 100%)
}
.main-title {
position: relative;
color: #ffffff91;
margin-top: -13px;
font-size: 10px;
text-transform: uppercase;
font-weight: 500;
text-align: center;
padding-bottom: 3px;
}