variables.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. $font-family-sans-serif: -apple-system-font, "Helvetica Neue", HelveticaNeue, "Roboto", "Segoe UI", sans-serif !default;
  26. // App iOS Variables
  27. // --------------------------------------------------
  28. // iOS only Sass variables can go here
  29. // App Material Design Variables
  30. // --------------------------------------------------
  31. // Material Design only Sass variables can go here
  32. // App Windows Variables
  33. // --------------------------------------------------
  34. // Windows only Sass variables can go here
  35. // App Theme
  36. // --------------------------------------------------
  37. // Ionic apps can have different themes applied, which can
  38. // then be future customized. This import comes last
  39. // so that the above variables are used and Ionic's
  40. // default are overridden.
  41. @import "ionic.theme.default";
  42. // Ionicons
  43. // --------------------------------------------------
  44. // The premium icon font for Ionic. For more info, please see:
  45. // http://ionicframework.com/docs/v2/ionicons/
  46. @import "ionic.ionicons";
  47. // Fonts
  48. // --------------------------------------------------
  49. @import "roboto";
  50. @import "noto-sans";