- @import '../style/var.less';
- @popover-arrow-size: 6px;
- @popover-border-radius: var(--van-border-radius-lg);
- @popover-action-width: 128px;
- @popover-action-height: 44px;
- @popover-action-font-size: var(--van-font-size-md);
- @popover-action-line-height: var(--van-line-height-md);
- @popover-action-icon-size: 20px;
- @popover-light-text-color: var(--van-text-color);
- @popover-light-background-color: var(--van-background-color-light);
- @popover-light-action-disabled-text-color: var(--van-text-color-3);
- @popover-dark-text-color: var(--van-white);
- @popover-dark-background-color: #4a4a4a;
- @popover-dark-action-disabled-text-color: var(--van-text-color-2);
|