Skip to content

Commit

Permalink
Changed the color of the chip balance display background and made the…
Browse files Browse the repository at this point in the history
… spacing of between the wager amount slider labels a little better.
  • Loading branch information
dmorrill10 committed Sep 3, 2012
1 parent e2d30ac commit feee20e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -5,7 +5,8 @@

.off_table_container {
@extend .information_container;
background-color: $page_background_color;

@include primary_element_color;

.meta_action, input, .button {
margin-top: 0;
Expand Down
Expand Up @@ -9,7 +9,7 @@

overflow: visible;

$slider_partition_length: floor($wager_amount_slider_width/5.5);
$slider_partition_length: floor($wager_amount_slider_width/5.2);
.slider_label {
position: relative;
width: $slider_partition_length;
Expand Down

0 comments on commit feee20e

Please sign in to comment.