Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Line spacing regression in preferences panel #4101

Merged
merged 1 commit into from
Sep 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ body {
text-align: center;
}

.sectionTitle {
color: @braveOrange;
font-size: 1.2em;
margin-bottom: 0.7em;
}

.prefTabContainer {
.sectionTitleWrapper {
position: relative;
Expand All @@ -83,6 +89,7 @@ body {
.sectionTitle {
color: @braveOrange;
font-size: 28px;
margin-bottom: 0;
position: absolute;
bottom: 0;
left: 0;
Expand Down Expand Up @@ -319,6 +326,7 @@ a {
.settingsList .subtext {
color: @darkGray;
font-size: 0.9em;
margin: 1.2em 2px 7px;
}

.settingsListCopy {
Expand Down