Skip to content

Commit

Permalink
Decrease filters background opacity + made selected items more purple.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarl committed Aug 2, 2018
1 parent e806c84 commit 9f9123e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions client/app/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1371,9 +1371,11 @@ a {

.status {
padding: 2px 12px;
background-color: $body-background-color;
border-radius: $border-radius-soft;
color: $text-secondary-color;
display: inline-block;
opacity: 0.9;

&-icon {
font-size: $font-size-normal;
Expand Down
4 changes: 2 additions & 2 deletions client/app/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $base-ease: ease-in-out;

$background-color: $color-gray-50;
$background-lighter-color: $color-white;
$background-darker-color: transparentize($color-gray-200, 0.5);
$background-darker-color: $color-purple-100;
$background-darker-secondary-color: $color-gray-50;
$background-dark-color: $color-purple-900;
$text-color: $color-purple-800;
Expand Down Expand Up @@ -32,7 +32,7 @@ $edge-opacity-blurred: 0.2;
$edge-opacity: 0.5;
$edge-color: $color-purple-500;

$btn-opacity-default: 0.7;
$btn-opacity-default: 0.9;
$btn-opacity-hover: 1;
$btn-opacity-selected: 0.9;
$btn-opacity-disabled: 0.25;
Expand Down

0 comments on commit 9f9123e

Please sign in to comment.