Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
benrlodge committed Mar 5, 2015
1 parent 02c2bf4 commit 852e3b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions SingularityUI/app/styles/color-helpers.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@import colors

.color-warning
color: $orange
7 changes: 6 additions & 1 deletion SingularityUI/app/styles/colors.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@ $linkBlue = #08c

$beige = #f3efe0
$grey = #444444

$grey-light = #ededed
$grey-xtra-light = #f0f0f0
$red = #e94d4d
$orange = #df7310
$yellow = #ffff99
$green = #48a770
$blue = #336ca6
$blue-light = #94b8de
$purple = #b93c96
$dark-yellow = #e6e65c

$removeRed = #df6f6f


//

0 comments on commit 852e3b0

Please sign in to comment.