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

Commit

Permalink
changed theme colors file location
Browse files Browse the repository at this point in the history
  • Loading branch information
ClientCrash committed Sep 19, 2021
1 parent 3902465 commit 7ee1a67
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
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: 1 addition & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import "variables";
@import "controls";
@import "context-menu";
@import "theme-colors"

app-root {
width: 100%;
Expand Down

0 comments on commit 7ee1a67

Please sign in to comment.