Guest User

Untitled

a guest
Apr 18th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.91 KB | None | 0 0
  1. /*
  2. To customize the look and feel of Ionic, you can override the variables
  3. in ionic's _variables.scss file.
  4.  
  5. For example, you might change some of the default colors:
  6.  
  7. $light:                           #fff !default;
  8. $stable:                          #f8f8f8 !default;
  9. $positive:                        #387ef5 !default;
  10. $calm:                            #11c1f3 !default;
  11. $balanced:                        #33cd5f !default;
  12. $energized:                       #ffc900 !default;
  13. $assertive:                       #ef473a !default;
  14. $royal:                           #886aea !default;
  15. $dark:                            #444 !default;
  16. */
  17.  
  18. // The path for our ionicons font files, relative to the built CSS in www/css
  19. $ionicons-font-path: "../lib/ionic/fonts" !default;
  20.  
  21. // Include all of Ionic
  22. @import "www/lib/ionic/scss/ionic";
  23. .scroll {
  24.     height: 100%;
  25. }
  26.  
  27. #map {
  28.     width: 100%;
  29.     height: 100%;
  30. }
Add Comment
Please, Sign In to add comment