Skip to content

Commit

Permalink
IBX-22: Added danger font color (#1739) (#1784)
Browse files Browse the repository at this point in the history
(cherry picked from commit c6245ee)

Co-authored-by: Łukasz Ostafin <[email protected]>
  • Loading branch information
ViniTou and lucasOsti authored Jun 25, 2021
1 parent dc28cf0 commit e1091b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/bundle/Resources/public/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ $ez-color-base-medium-hover: darken($ez-color-base-medium, 15%);
$ez-color-base-dark: #555;
$ez-black: #333;

$ez-color-font-danger: #d92d42;
$ez-color-font-pale: #878b90;
$ez-color-base: #e0e0e8;

$ez-secondary-ground-pale: #e1f5ff;
$ez-ground-primary: #a8c8d5;
$ez-secondary-ground: #2b84b1;
Expand Down Expand Up @@ -156,3 +160,6 @@ $pagination-border-color: transparent;

// Modals
$modal-content-bg: $ez-ground-base-medium;

//Border
$ez-border-radius: calculateRem(10px);

0 comments on commit e1091b8

Please sign in to comment.