android.scss 841 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // Let's start with the basics
  2. $base-color: #333;
  3. $active-color: #ff8100;
  4. $base-gradient: 'flat';
  5. // Buttons
  6. $button-gradient: 'bevel';
  7. // Lists
  8. $list-bg-color: #eee;
  9. $list-color: #333;
  10. $list-pressed-color: #ddd;
  11. $list-active-gradient: 'recessed';
  12. $list-header-bg-color: #999;
  13. $list-header-gradient: 'bevel';
  14. // Tabs
  15. $tabs_dark_color: #000;
  16. @import 'sencha-touch/default/all';
  17. @include sencha-panel;
  18. @include sencha-buttons;
  19. @include sencha-sheet;
  20. @include sencha-picker;
  21. @include sencha-tabs;
  22. @include sencha-toolbar;
  23. @include sencha-toolbar-forms;
  24. @include sencha-carousel;
  25. @include sencha-indexbar;
  26. @include sencha-list;
  27. @include sencha-list-paging;
  28. @include sencha-list-pullrefresh;
  29. @include sencha-layout;
  30. @include sencha-form;
  31. @include sencha-msgbox;
  32. @include sencha-loading-spinner;
  33. @include sencha-draw;
  34. @include sencha-charts;