Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
change gradient start color
Browse files Browse the repository at this point in the history
  • Loading branch information
MelizzaP committed Jul 11, 2016
1 parent 8b53e22 commit 9dcc951
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,12 +10,12 @@
overflow: hidden;
position: relative;
&:after {
background: linear-gradient(to right, rgba(255, 255, 255, 0), $bg-color 50%);
background: linear-gradient(to right, $bg-color, $bg-color 50%);
content: '';
height: $lineHeight;
position: absolute;
bottom: 0;
right: 0;
width: 30%;
}
}
}

0 comments on commit 9dcc951

Please sign in to comment.