Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #272 from ClientCrash/theme-colors
Browse files Browse the repository at this point in the history
Added theme colors
  • Loading branch information
Defelo authored Feb 28, 2022
2 parents 8c20204 + 5f5e626 commit 6bd1432
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/global-styles/_theme-colors.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*primary*/
$primary-default: #2ECC70;
$primary-hover: #1F8C4C;
$primary-disabled: #2E473E;
/*success*/
$success-default: #3ABB18;
$success-hover: #277A10;
$success-disabled: #2F5629;
/*warning*/
$warning-default: #F1C30E;
$warning-hover: #B3910B;
$warning-disabled: #675926;
/*danger*/
$danger-default: #F00040;
$danger-hover: #B0002F;
$danger-disabled: #671E35;
/*info*/
$info-default: #3281F6;
$info-hover: #245EB5;
$info-disabled: #2D456C;
/*etc*/
$logo-crypt: #27A036
/* ISSUE : #260 */

1 change: 0 additions & 1 deletion src/global-styles/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// GLOBAL COLORS //

$green: #64dd17;
$green-dark: darken($green, 10%);
$red: #dd2c00;
Expand Down

0 comments on commit 6bd1432

Please sign in to comment.