Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. @import "./ionic.globals";
  2.  
  3.  
  4. // Default Theme
  5. // ----------------------------------
  6.  
  7. $colors: (
  8.  
  9. primary: #327eff,
  10. secondary: #32db64,
  11. danger: #f53d3d,
  12. light: #f4f4f4,
  13. dark: #222,
  14.  
  15. ) !default;
  16.  
  17.  
  18. $text-color: #000 !default;
  19. $link-color: color($colors, primary) !default;
  20. $background-color: #fff !default;
  21. $subdued-text-color: #666 !default;
  22.  
  23. $font-family-base: -apple-system, "Helvetica Neue", "Roboto", sans-serif !default;
  24. $font-size-base: 1.4rem !default; // 1.4rem == 14px
  25.  
  26. $content-padding: 16px !default;
  27. $content-margin: 16px !default;
  28.  
  29. $toolbar-background: #f8f8f8 !default;
  30. $toolbar-border-color: #b2b2b2 !default;
  31. $toolbar-text-color: $text-color !default;
  32. $toolbar-active-color: $link-color !default;
  33. $toolbar-inactive-color: #8c8c8c !default;
  34.  
  35. $tabs-background: #f8f8f8 !default;
  36. $tabs-border-color: #b2b2b2 !default;
  37. $tabs-tab-color-inactive: #8c8c8c !default;
  38. $tabs-tab-color-active: $link-color !default;
  39.  
  40. $list-text-color: $text-color !default;
  41. $list-background-color: $background-color !default;
  42. $list-border-color: #c8c7cc !default;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement