Preferences page rehaul: use React components, UI improvements

This commit is contained in:
Feross Aboukhadijeh
2016-08-22 00:27:05 -07:00
parent aa150b76a5
commit 173d8444d7
14 changed files with 458 additions and 458 deletions

View File

@@ -0,0 +1,17 @@
.PreferencesPage {
color: rgba(255, 255, 255, 0.6);
margin: 0 20px;
}
.PreferencesSection:not(:last-child) {
margin-top: 20px;
margin-bottom: 40px;
}
.PreferencesSection .title {
color: rgba(255, 255, 255, 0.9);
}
.Preference:not(:last-child) {
margin-bottom: 10px;
}