fix minor styling bugs from PR

This commit is contained in:
catarak 2016-07-12 12:07:06 -04:00
parent 13aeed8092
commit d96e7132dc
3 changed files with 2 additions and 3 deletions

View File

@ -70,7 +70,7 @@
color: $light-primary-text-color;
background-color: $light-modal-button-background-color;
padding: 0;
line-height: #{48 / $base-font-size}rem;
line-height: #{50 / $base-font-size}rem;
& g {
fill: $light-primary-text-color;
}

View File

@ -13,7 +13,6 @@ $light-background-color: #fdfdfd;
$light-button-background-color: #f4f4f4;
$light-button-color: $black;
$light-button-border-color: #979797;
$light-value-border-color: #e6e6e6;
$light-toolbar-button-color: $p5js-pink;
$light-button-background-hover-color: $p5js-pink;
$light-button-background-active-color: #f10046;

View File

@ -47,7 +47,7 @@
}
.preference__value {
border: 2px solid $light-value-border-color;
border: 2px solid $light-button-border-color;
text-align: center;
border-radius: 0%;
width: #{48 / $base-font-size}rem;