Created
March 4, 2018 22:18
-
-
Save captaincole/706c01a68cef068f5f45b32cf5275baa to your computer and use it in GitHub Desktop.
Ionic Angular Scss variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $colors: ( | |
| primary: #06D3CA, | |
| secondary: #314655, | |
| danger: #f53d3d, | |
| border: #EFEFEF, | |
| dark: #222, | |
| header: rgba(38,38,38,1), | |
| error: #E0343D, | |
| description: #5f5757, | |
| "image-overlay" : rgba(0,0,0, 0.2), | |
| background: rgb(38,38,38), | |
| light: #f4f4f4, | |
| title: #ffffff, | |
| white: #ffffff, | |
| ); | |
| // Or Overrides like this | |
| $primary-font: 'Avenir Next'; | |
| $title-font: 'Arial Black'; | |
| $navbar-ios-height: 35px; | |
| $navbar-md-height: 50px; | |
| $toolbar-ios-height: 35px; | |
| $toolbar-md-height: 50px; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment