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

Commit

Permalink
Line spacing regression in preferences panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jkup committed Sep 18, 2016
1 parent 5330ee7 commit 4b00430
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 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 @@ -119,7 +126,7 @@ body {
}
}
> .settingsListTitle {
color: @braveOrange;
color: @darkGray;
font-size: 1.125em;
margin-bottom: 1.25em;
margin-top: 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

0 comments on commit 4b00430

Please sign in to comment.