[bugfix] Badge info font weight (#687)

This commit is contained in:
neverland
2018-03-14 10:28:51 +08:00
committed by GitHub
parent 31be42bc8c
commit 7d3768591f
3 changed files with 8 additions and 3 deletions

View File

@@ -44,8 +44,9 @@
position: absolute;
top: 2px;
right: 2px;
color: $white;
font-size: 10px;
color: $white;
font-weight: normal;
transform: scale(0.8);
text-align: center;
box-sizing: border-box;