Files
webtorrent-desktop/static/css/pages/PreferencesPage.css
2016-08-23 03:05:33 -07:00

18 lines
283 B
CSS

.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;
}