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

Commit

Permalink
fix 'beta' logo alignment, add it to sync tab
Browse files Browse the repository at this point in the history
address #8121 (comment) and makes the logo look the same on sync and payments tabs
  • Loading branch information
diracdeltas authored and bsclifton committed Apr 10, 2017
1 parent 45b009c commit 639f072
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 5 additions & 2 deletions app/renderer/components/preferences/syncTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,14 @@ class SyncTab extends ImmutableComponent {
? <ModalOverlay title={'syncReset'} content={this.resetOverlayContent} footer={this.resetOverlayFooter} onHide={this.props.hideOverlay.bind(this, 'syncReset')} />
: null
}
<div className='sectionTitle' data-l10n-id='syncTitle' />
<div className='sectionTitleWrapper'>
<span className='sectionTitle' data-l10n-id='syncTitle' />
<span className='sectionSubTitle'>beta</span>
</div>
<div className='settingsListContainer'>
<span className='settingsListTitle syncTitleMessage' data-l10n-id='syncTitleMessage' />
<a href='https://github.com/brave/sync/wiki/Design' target='_blank'>
<span className='fa fa-question-circle fundsFAQ' />
<span className='fa fa-question-circle' />
</a>
<div className='settingsListTitle syncBetaMessage' data-l10n-id='syncBetaMessage' />
{
Expand Down
9 changes: 2 additions & 7 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,13 @@ body {
.sectionTitle {
color: @braveOrange;
font-size: 28px;
margin-bottom: 0;
position: absolute;
bottom: 0;
left: 0;
margin-bottom: 8px;
}

.sectionSubTitle {
color: #999;
font-size: 15px;
position: absolute;
bottom: 25px;
right: 19px;
vertical-align: top;
}
}

Expand Down

0 comments on commit 639f072

Please sign in to comment.