Skip to content

Commit

Permalink
removed double colors
Browse files Browse the repository at this point in the history
  • Loading branch information
danrot committed Aug 28, 2017
1 parent b6f1a77 commit 8327662
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../../containers/Application/colors.scss';

$backdropBackground: rgba($dustyGrey, .9);
$backdropBackground: rgba($dustyGray, .9);

.backdrop {
position: fixed;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
/* variables are named after http://chir.ag/projects/name-that-color/ */
$alabaster: #fcfcfc;
$black: #000;
$blueZodiac: #112a46;
$concrete: #f2f2f2;
$dustyGray: #999;
$frenchGray: #babfc7;
$gallery: #ededed;
$mineShaft: #353535;
$shakespeare: #52b6ca;
$silver: #ccc;
$silverChalice: #a2a2a2;
$white: #fff;
$wildSand: #f5f5f5;
$black: #000;
$gallery: #ededed;
$black: #000;
$dustyGray: #999;
$frenchGray: #babfc7;
$silverChalice: #a2a2a2;
$shakespeare: #52b6ca;
$dustyGrey: #999;
$concrete: #f2f2f2;
$mineShaft: #353535;

0 comments on commit 8327662

Please sign in to comment.