Guest User

Untitled

a guest
Jun 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $colors: (
  2. primary: #32C079,
  3. secondary: #32db64,
  4. danger: #f53d3d,
  5. light: #FFFFFF,
  6. dark: #222
  7. );
  8.  
  9. <ion-header>
  10. <ion-navbar color="primary">
  11. <ion-title>Example</ion-title>
  12. </ion-navbar>
  13. </ion-header>
Add Comment
Please, Sign In to add comment