var.less 648 B

123456789101112131415
  1. @import '../style/var.less';
  2. @popover-arrow-size: 6px;
  3. @popover-border-radius: var(--van-border-radius-lg);
  4. @popover-action-width: 128px;
  5. @popover-action-height: 44px;
  6. @popover-action-font-size: var(--van-font-size-md);
  7. @popover-action-line-height: var(--van-line-height-md);
  8. @popover-action-icon-size: 20px;
  9. @popover-light-text-color: var(--van-text-color);
  10. @popover-light-background-color: var(--van-background-color-light);
  11. @popover-light-action-disabled-text-color: var(--van-text-color-3);
  12. @popover-dark-text-color: var(--van-white);
  13. @popover-dark-background-color: #4a4a4a;
  14. @popover-dark-action-disabled-text-color: var(--van-text-color-2);