mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
[improvement] Circle: add less var
This commit is contained in:
parent
3a2ba14ff7
commit
9ca25218c2
@ -28,7 +28,7 @@
|
||||
top: 50%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
color: @text-color;
|
||||
color: @circle-text-color;
|
||||
position: absolute;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user