variables.scss 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. // Ionic Variables and Theming. For more info, please see:
  2. // http://ionicframework.com/docs/v2/theming/
  3. $font-path: "../assets/fonts";
  4. @import "ionic.globals";
  5. // Shared Variables
  6. // --------------------------------------------------
  7. // To customize the look and feel of this app, you can override
  8. // the Sass variables found in Ionic's source scss files.
  9. // To view all the possible Ionic variables, see:
  10. // http://ionicframework.com/docs/v2/theming/overriding-ionic-variables/
  11. // Named Color Variables
  12. // --------------------------------------------------
  13. // Named colors makes it easy to reuse colors on various components.
  14. // It's highly recommended to change the default colors
  15. // to match your app's branding. Ionic uses a Sass map of
  16. // colors so you can add, rename and remove colors as needed.
  17. // The "primary" color is the only required color in the map.
  18. $colors: (
  19. primary: #387ef5,
  20. secondary: #32db64,
  21. danger: #f53d3d,
  22. light: #f4f4f4,
  23. dark: #222
  24. );
  25. // App iOS Variables
  26. // --------------------------------------------------
  27. // iOS only Sass variables can go here
  28. // App Material Design Variables
  29. // --------------------------------------------------
  30. // Material Design only Sass variables can go here
  31. // App Windows Variables
  32. // --------------------------------------------------
  33. // Windows only Sass variables can go here
  34. // App Theme
  35. // --------------------------------------------------
  36. // Ionic apps can have different themes applied, which can
  37. // then be future customized. This import comes last
  38. // so that the above variables are used and Ionic's
  39. // default are overridden.
  40. @import "ionic.theme.default";
  41. // Ionicons
  42. // --------------------------------------------------
  43. // The premium icon font for Ionic. For more info, please see:
  44. // http://ionicframework.com/docs/v2/ionicons/
  45. @import "ionic.ionicons";
  46. // Fonts
  47. // --------------------------------------------------
  48. @import "roboto";
  49. @import "noto-sans";