mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[improvement] Circle: add less var
This commit is contained in:
parent
3a2ba14ff7
commit
9ca25218c2
@ -28,7 +28,7 @@
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: @text-color;
|
color: @circle-text-color;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
|
@ -139,6 +139,9 @@
|
|||||||
@checkbox-disabled-label-color: @gray;
|
@checkbox-disabled-label-color: @gray;
|
||||||
@checkbox-disabled-background-color: @border-color;
|
@checkbox-disabled-background-color: @border-color;
|
||||||
|
|
||||||
|
// Circle
|
||||||
|
@circle-text-color: @text-color;
|
||||||
|
|
||||||
// Collapse
|
// Collapse
|
||||||
@collapse-item-transition-duration: .3s;
|
@collapse-item-transition-duration: .3s;
|
||||||
@collapse-item-content-padding: 15px;
|
@collapse-item-content-padding: 15px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user