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 fef3741
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 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 @@ -118,9 +125,9 @@ body {
}
}
}
> .settingsListTitle {
color: @braveOrange;
font-size: 1.125em;
.settingsListTitle {
color: red !important;
font-size: 100px;
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 fef3741

Please sign in to comment.