Preferences page rehaul: use React components, UI improvements
This commit is contained in:
17
static/css/pages/PreferencesPage.css
Normal file
17
static/css/pages/PreferencesPage.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user