var.less 907 B

123456789101112131415161718
  1. @import '../style/var.less';
  2. @share-sheet-header-padding: var(--van-padding-sm) var(--van-padding-md)
  3. var(--van-padding-base);
  4. @share-sheet-title-color: var(--van-text-color);
  5. @share-sheet-title-font-size: var(--van-font-size-md);
  6. @share-sheet-title-line-height: var(--van-line-height-md);
  7. @share-sheet-description-color: var(--van-text-color-2);
  8. @share-sheet-description-font-size: var(--van-font-size-sm);
  9. @share-sheet-description-line-height: 16px;
  10. @share-sheet-icon-size: 48px;
  11. @share-sheet-option-name-color: var(--van-gray-7);
  12. @share-sheet-option-name-font-size: var(--van-font-size-sm);
  13. @share-sheet-option-description-color: var(--van-text-color-3);
  14. @share-sheet-option-description-font-size: var(--van-font-size-sm);
  15. @share-sheet-cancel-button-font-size: var(--van-font-size-lg);
  16. @share-sheet-cancel-button-height: 48px;
  17. @share-sheet-cancel-button-background: var(--van-background-color-light);