Skip to content

Commit

Permalink
fix(utils): fixed whisper gradient
Browse files Browse the repository at this point in the history
feature/colors-change
  • Loading branch information
samwx committed Nov 6, 2019
1 parent 5c3fa6f commit a761e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/variables/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $bp-color-black: #000000;
//Gradients
$bp-gradient-shine: linear-gradient(180deg, $bp-color-whisper 0%, $bp-color-offwhite 50%, $bp-color-wave 100%);
$bp-gradient-bot: linear-gradient(90deg, $bp-color-blip-light 0%, $bp-color-bot 50%, $bp-color-blip-dark 100%); //blip-system
$bp-gradient-blip: linear-gradient(137.45deg, #9EE3FF 0%, $bp-color-smurf 56.17%, #51B2DD 100%);
$bp-gradient-blip: linear-gradient(137.45deg, #9EE3FF 0%, $bp-color-smurf 56.17%, #51B2DD 100%); //smurfette
$bp-gradient-suit: linear-gradient(90deg, $bp-color-suit 0%, $bp-color-onix 50%, $bp-color-console 100%);
$bp-gradient-suit-bottom-up: linear-gradient(180deg, $bp-color-suit 0%, $bp-color-onix 50%, $bp-color-console 100%);
$bp-gradient-suit-top-down: linear-gradient(0deg, $bp-color-suit 0%, $bp-color-onix 50%, $bp-color-console 100%);
Expand All @@ -76,3 +76,4 @@ $bp-gradient-enterprise: linear-gradient(90deg, #2e3237 0%, #1f2018 100%);
$bp-gradient-error: linear-gradient(180deg, $bp-color-delete 0%, $bp-color-warning 50%, #B43635 100%);
$bp-gradient-attention: linear-gradient(180deg, $bp-color-warning-yellow 0%, $bp-color-cheetos 50%, $bp-color-doritos 100%);
$bp-gradient-success: linear-gradient(180deg, #93D2AA 0%, $bp-color-true 50%, #4AA86C 100%);
$bp-gradient-whisper: linear-gradient(180deg, #FAFCFC 0%, $bp-color-whisper 50%, #E8EAEB 100%);

0 comments on commit a761e17

Please sign in to comment.