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

Commit

Permalink
Made the buttons styles on about pages consistent
Browse files Browse the repository at this point in the history
- about:preferences
- about:history
  • Loading branch information
Suguru Hirahara committed Dec 1, 2016
1 parent 733dcf1 commit 504f905
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions less/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -157,34 +157,13 @@ span.buttonSeparator {

// for about:preferences
.prefBody {
.browserButton {
&.advancedSettings {
font-size: 0.9em;
}
.settingsList > .settingItem + button {
font-size: 0.9em;
margin-top: 20px;
padding: 5px 20px;
}

&.primaryButton {
&.addFunds {
margin-right: 50px;
}

&.clearBrowsingDataButton,
&.importNowButton,
&.setAsDefaultButton,
&.manageAdblockSettings,
&.viewExtensionsInfo,
&.manageAutofillDataButton {
font-size: 0.9em;
margin-top: 20px;
padding: 5px 20px;
}

&.importNowButton {
margin-top: 5px;
}

&.setAsDefaultButton {
margin-top: 5px;
}
}
.settingItem > span + button {
margin-top: 5px;
}
}

0 comments on commit 504f905

Please sign in to comment.