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

Commit

Permalink
Updates base alert colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Andrews committed Jun 8, 2019
1 parent de4282b commit 055f00f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions utils/styles/settings/_colors.scss
@@ -1,6 +1,8 @@
// ==========================================================================
// Settings / Config / Colors
// ==========================================================================
// Color Pallet Generator (shameless plug) - https://kyleandrews.dev/color-pallet-generator/
// ==========================================================================

// Base Palette
// =============================================================================
Expand Down Expand Up @@ -126,28 +128,28 @@ $error-2: #ffbdbd;
$error-3: #ff9b9b;
$error-4: #f86a6a;
$error-5: #ef4e4e;
$error: $error-3;
$error: $error-4;

$warning-1: #fffbea;
$warning-2: #fff3c4;
$warning-3: #fce588;
$warning-4: #fadb5f;
$warning-5: #f7c948;
$warning: $warning-3;
$warning: $warning-4;

$success-1: #e3f9e5;
$success-2: #c1f2c7;
$success-3: #91e697;
$success-4: #51ca58;
$success-5: #31b237;
$success: $success-3;
$success: $success-4;

$notice-1: #e6f6ff;
$notice-2: #bae3ff;
$notice-3: #7cc4fa;
$notice-4: #47a3f3;
$notice-5: #2186eb;
$notice: $notice-3;
$notice: $notice-4;

// Social Media Colors
// =============================================================================
Expand Down

0 comments on commit 055f00f

Please sign in to comment.