Created
April 10, 2018 23:24
-
-
Save joshcanhelp/1902c51e97e5a01b8b715d906799ea35 to your computer and use it in GitHub Desktop.
Auth0 Styleguide SCSS include
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
| // Primary colors | |
| // http://styleguide.auth0.com/#/design/primary-colors | |
| $color-red: #EB5424; | |
| $color-blue-light: #44C7F4; | |
| $color-blue: #16214D; | |
| $color-yellow: #EACA2C; | |
| // Secondary colors | |
| // http://styleguide.auth0.com/#/design/secondary-colors | |
| $color-orange: #FF9A57; | |
| $color-oil: #5C666F; | |
| $color-green: #01B48F; | |
| $color-gray: #D0D2D3; | |
| $color-pink: #C879B2; | |
| // Background colors | |
| // http://styleguide.auth0.com/#/design/background-colors | |
| $bg-color-dark: #222228; | |
| $bg-color-oil: $color-oil; | |
| $bg-color-gray: #E3E5E7; | |
| $bg-color-light: #F5F7F9; | |
| // Status colors | |
| // http://styleguide.auth0.com/#/design/status-colors | |
| $bg-color-success: #7ED321; | |
| $bg-color-error: #FF3E00; | |
| $bg-color-info: #44C7F4; | |
| $bg-color-alert: #F0CC00; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment