make pref visible

This commit is contained in:
MathuraMG 2016-08-12 10:13:22 -04:00
parent 8ed08b76ee
commit e964df2fe2
3 changed files with 3 additions and 2 deletions

View File

@ -154,7 +154,7 @@ class Preferences extends React.Component {
>Off</button>
</div>
</div>
<div className="preference preference--hidden">
<div className="preference">
<h4 className="preference__title">Lint Warning Sound</h4>
<div className="preference__options">
<button

View File

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

View File

@ -35,7 +35,7 @@
.preference {
display: flex;
flex-wrap: wrap;
padding-bottom: #{40 / $base-font-size}rem;
padding-bottom: #{12 / $base-font-size}rem;
& + & {
border-top: 2px dashed $light-button-border-color;
}