feat(Circle): update text style (#4401)

This commit is contained in:
neverland
2019-09-09 14:20:44 +08:00
committed by GitHub
parent 7dbfbb9bcd
commit 1133b4ce1a
6 changed files with 13 additions and 10 deletions
+3
View File
@@ -24,6 +24,9 @@
left: 0;
width: 100%;
color: @circle-text-color;
font-weight: @circle-text-font-weight;
font-size: @circle-text-font-size;
line-height: @circle-text-line-height;
transform: translateY(-50%);
}
}