Created
June 23, 2017 08:06
-
-
Save embiem/e2c19f08e14b94c154c398951ac9897e to your computer and use it in GitHub Desktop.
Adobe App-styled button as a React Component
This file contains 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
// Adobe Colors | |
$bg-inset: #1D1D1D !default; | |
$bg: #232323 !default; | |
$bg-element: #303030 !default; | |
$bg-element-selected: #474747 !default; | |
$fg: #818181 !default; | |
$fg-primary: #B9B9B9 !default; | |
$active: #2D8CEB !default; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment