feat(Circle): improve text padding
This commit is contained in:
@@ -22,7 +22,9 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 0 @padding-base;
|
||||||
color: @circle-text-color;
|
color: @circle-text-color;
|
||||||
font-weight: @circle-text-font-weight;
|
font-weight: @circle-text-font-weight;
|
||||||
font-size: @circle-text-font-size;
|
font-size: @circle-text-font-size;
|
||||||
|
|||||||
Reference in New Issue
Block a user