Skip to content

Commit

Permalink
Update theme.less
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jun 19, 2022
1 parent 361f06c commit 2d3695d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions war/src/main/less/abstracts/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,15 @@
--call-to-action-text-color: var(--alert-info-text-color);

// Default button
--button-background: hsla(240, 0.2, 0.7, 0.1);
--button-background--hover: hsla(240, 0.2, 0.7, 0.175);
--button-background--active: hsla(240, 0.2, 0.7, 0.25);
--button-box-shadow--focus: hsla(240, 0.2, 0.7, 0.1);
--button-background: hsla(240, 0.25, 0.75, 0.1);
--button-background--hover: hsla(240, 0.25, 0.75, 0.175);
--button-background--active: hsla(240, 0.25, 0.75, 0.25);
--button-box-shadow--focus: hsla(240, 0.25, 0.75, 0.1);

// Variables for sidebar items, card items
--item-background--hover: hsla(240, 0.2, 0.7, 0.15);
--item-background--active: hsla(240, 0.2, 0.7, 0.225);
--item-box-shadow--focus: hsla(240, 0.2, 0.7, 0.105);
--item-background--hover: hsla(240, 0.25, 0.75, 0.15);
--item-background--active: hsla(240, 0.25, 0.75, 0.225);
--item-box-shadow--focus: hsla(240, 0.25, 0.75, 0.105);

// Colors
each(@colors, {
Expand Down

0 comments on commit 2d3695d

Please sign in to comment.