fix minor styling bugs from PR
This commit is contained in:
parent
13aeed8092
commit
d96e7132dc
3 changed files with 2 additions and 3 deletions
|
@ -70,7 +70,7 @@
|
||||||
color: $light-primary-text-color;
|
color: $light-primary-text-color;
|
||||||
background-color: $light-modal-button-background-color;
|
background-color: $light-modal-button-background-color;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: #{48 / $base-font-size}rem;
|
line-height: #{50 / $base-font-size}rem;
|
||||||
& g {
|
& g {
|
||||||
fill: $light-primary-text-color;
|
fill: $light-primary-text-color;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,6 @@ $light-background-color: #fdfdfd;
|
||||||
$light-button-background-color: #f4f4f4;
|
$light-button-background-color: #f4f4f4;
|
||||||
$light-button-color: $black;
|
$light-button-color: $black;
|
||||||
$light-button-border-color: #979797;
|
$light-button-border-color: #979797;
|
||||||
$light-value-border-color: #e6e6e6;
|
|
||||||
$light-toolbar-button-color: $p5js-pink;
|
$light-toolbar-button-color: $p5js-pink;
|
||||||
$light-button-background-hover-color: $p5js-pink;
|
$light-button-background-hover-color: $p5js-pink;
|
||||||
$light-button-background-active-color: #f10046;
|
$light-button-background-active-color: #f10046;
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.preference__value {
|
.preference__value {
|
||||||
border: 2px solid $light-value-border-color;
|
border: 2px solid $light-button-border-color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 0%;
|
border-radius: 0%;
|
||||||
width: #{48 / $base-font-size}rem;
|
width: #{48 / $base-font-size}rem;
|
||||||
|
|
Loading…
Reference in a new issue