Skip to content

Commit

Permalink
Modified z-index to include default
Browse files Browse the repository at this point in the history
  • Loading branch information
KerenChandran committed Mar 8, 2016
1 parent e97c8da commit 953c209
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/_globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ $animation-curve-fast-out-linear-in: cubic-bezier(0.4, 0, 1, 1) !default;
$animation-curve-default: $animation-curve-fast-out-slow-in !default;

//-- Indexes
$z-index-highest: 300;
$z-index-higher: 200;
$z-index-high: 100;
$z-index-normal: 1;
$z-index-low: -100;
$z-index-lower: -200;
$z-index-highest: 300 !default;
$z-index-higher: 200 !default;
$z-index-high: 100 !default;
$z-index-normal: 1 !default;
$z-index-low: -100 !default;
$z-index-lower: -200 !default;

0 comments on commit 953c209

Please sign in to comment.