Skip to content

Commit

Permalink
updated status-tag colors (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederico Cerdeira authored and mmelo committed Apr 10, 2017
1 parent 8e1ea3f commit 880cc2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniq",
"version": "2.2.3",
"version": "2.2.4",
"description": "Internal CSS Framework/Toolkit used @ Uniplaces",
"main": [
"src/styles/**/*",
Expand Down
6 changes: 3 additions & 3 deletions src/styles/_common/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ $palette: (
),
'status-tag': (
'critical-text': #ff6b6b,
'critical-background': #ffe1e1,
'info-text': #12c6dc,
'info-background': #def6f9
'critical-background': transparent,
'info-text': #667485,
'info-background': #f0f1f3
),
'dropdown': (
'primary': #224251,
Expand Down

0 comments on commit 880cc2b

Please sign in to comment.