Skip to content

Commit

Permalink
Adding some colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiyashiro committed Oct 7, 2014
1 parent db262e8 commit f545cc1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 207 deletions.
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ UI Components

> Reusable UI components
Dependencies:
# Components

* Bootstrap 3.x
## Colors

We want to eventually not depend on bootstrap at all, even if it means copying over the styles that we depend on into our own components.
Celery colors as variables.

## TODO
## Button

* Bower setup
* Structure components
Button styles

# License
MIT
22 changes: 22 additions & 0 deletions colors/colors.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// Colors
@white: #FFF;

@green: #2EB256;
@green-lighter: #31C45E;
@green-darker: #2A9F4D;

@mustard: #DBB516;

@orange: #F27935;

@blue: #419CD4;
@blue-lighter: #47A8E3;
@blue-dark: #6E7D91;
@blue-darker: #3E93C8;
@blue-darkest: #424E5E;

@gray-lightest: #FBFBFB;
@gray-lighter: #D9DCDF;
@gray-light: #AAA;
@gray-dark: #4A4A4A;
@gray-darker: #323C4A;

0 comments on commit f545cc1

Please sign in to comment.