[improvement] Circle: add less var

This commit is contained in:
陈嘉涵 2019-04-21 23:00:06 +08:00
parent 3a2ba14ff7
commit 9ca25218c2
2 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,7 @@
top: 50%;
left: 0;
width: 100%;
color: @text-color;
color: @circle-text-color;
position: absolute;
transform: translateY(-50%);
}

View File

@ -139,6 +139,9 @@
@checkbox-disabled-label-color: @gray;
@checkbox-disabled-background-color: @border-color;
// Circle
@circle-text-color: @text-color;
// Collapse
@collapse-item-transition-duration: .3s;
@collapse-item-content-padding: 15px;