Skip to content

Commit

Permalink
Opacity with rbga so it works on surf browser
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelTaranto authored and joshmh committed Jul 8, 2019
1 parent a256962 commit 759e3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/css/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ $cashout-alt-color: $salmon;
$charcoal: #4a4a4a;
$concrete: #f2f2f2;
$white: #ffffff;
$high-transparency-black: #00000014;
$black: #000000;

$dark-color: $charcoal;
$ligth-color: $concrete;
$border-color: $high-transparency-black;
$border-color: rgba($black, 0.08);


/* Typography */
Expand Down

0 comments on commit 759e3d3

Please sign in to comment.