ionic.app.scss 383 B

1234567891011121314
  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. */
  6. @import "variables";
  7. // The path for our ionicons font files, relative to the built CSS in www/css
  8. $ionicons-font-path: "../lib/ionic/fonts" !default;
  9. // Include all of Ionic
  10. @import "www/lib/ionic/scss/ionic";