apple.scss 899 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // Let's start with the basics
  2. $base-color: #7c92ae;
  3. $base-gradient: 'glossy';
  4. // Lists
  5. $list-active-gradient: 'bevel';
  6. $list-header-bg-color: transparentize(saturate($base-color, 10%), .25);
  7. $list-header-gradient: 'matte';
  8. // Tabs
  9. $tabs-dark: #111;
  10. @import 'sencha-touch/default/all';
  11. @include sencha-panel;
  12. @include sencha-buttons;
  13. @include sencha-sheet;
  14. @include sencha-picker;
  15. @include sencha-tabs;
  16. @include sencha-toolbar;
  17. @include sencha-toolbar-forms;
  18. @include sencha-carousel;
  19. @include sencha-indexbar;
  20. @include sencha-list;
  21. @include sencha-list-paging;
  22. @include sencha-list-pullrefresh;
  23. @include sencha-layout;
  24. @include sencha-form;
  25. @include sencha-msgbox;
  26. @include sencha-loading-spinner;
  27. @include sencha-draw;
  28. @include sencha-charts;
  29. .x-toolbar-light .x-title {
  30. color: #fff;
  31. text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0;
  32. }
  33. .x-button-back .x-button-label {
  34. color: #fff;
  35. }