You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
826 B

  1. /*
  2. To customize the look and feel of Ionic, you can override the variables
  3. in ionic's _variables.scss file.
  4. For example, you might change some of the default colors:
  5. $light: #fff !default;
  6. $stable: #f8f8f8 !default;
  7. $positive: #387ef5 !default;
  8. $calm: #11c1f3 !default;
  9. $balanced: #33cd5f !default;
  10. $energized: #ffc900 !default;
  11. $assertive: #ef473a !default;
  12. $royal: #886aea !default;
  13. $dark: #444 !default;
  14. */
  15. // The path for our ionicons font files, relative to the built CSS in www/css
  16. $ionicons-font-path: "../lib/ionic/fonts" !default;
  17. // Include all of Ionic
  18. @import "www/lib/ionic/scss/ionic";