Picker.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. $picker-background-color: dynamic($overlay-color);
  2. $picker-item-display: dynamic(flex);
  3. $picker-item-align-items: dynamic(center);
  4. $picker-item-justify-content: dynamic(center);
  5. $picker-item-color: dynamic($color);
  6. $picker-item-height: dynamic(40px);
  7. $picker-item-height-big: dynamic(50px);
  8. $picker-item-padding: dynamic(null);
  9. $picker-item-font-size: dynamic(12px);
  10. $picker-item-font-size-big: dynamic(14px);
  11. $picker-item-font-line-height: dynamic(32px);
  12. $picker-item-font-line-height-big: dynamic(25px);
  13. $picker-bar-background-color: dynamic(null);
  14. $picker-bar-border-width: dynamic(null);
  15. $picker-bar-border-style: dynamic(null);
  16. $picker-bar-border-color: dynamic(null);
  17. $picker-title-height: dynamic(55px);
  18. $picker-title-color: dynamic($color);
  19. $picker-title-border-width: dynamic(null null 2px null);
  20. $picker-title-border-style: dynamic(null null solid null);
  21. $picker-title-border-color: dynamic(null null $divider-color null);
  22. $picker-title-font-size: dynamic(16px);
  23. $picker-title-font-size-big: dynamic(20px);
  24. $picker-title-font-weight: dynamic(400);
  25. $picker-title-font-line-height: dynamic(32px);
  26. $picker-title-font-line-height-big: dynamic(44px);
  27. $picker-title-font-family: dynamic($font-family);
  28. $picker-item-selected-color: dynamic($accent-color);
  29. $picker-item-selected-font-size: dynamic(20px);
  30. $picker-item-selected-font-size-big: dynamic(20px);