Files
vant/src/circle/var.less
T
neverlandandGitHub 4ccd7c1cb5 feat: add more color variables (#8861)
* style: add --van-warning-color

* style: add --van-success-color

* feat: add more color variables
2021-06-14 15:21:05 +08:00

10 lines
331 B
Plaintext

@import '../style/var.less';
@circle-size: 100px;
@circle-color: var(--van-primary-color);
@circle-layer-color: var(--van-white);
@circle-text-color: var(--van-text-color);
@circle-text-font-weight: var(--van-font-weight-bold);
@circle-text-font-size: var(--van-font-size-md);
@circle-text-line-height: var(--van-line-height-md);