Reward: style and formatting tweaks

This commit is contained in:
Alex Liebowitz 2017-03-30 14:09:42 -04:00 committed by Jeremy Kauffman
parent 3749e0393a
commit 892607174a
2 changed files with 4 additions and 2 deletions

View file

@ -60,8 +60,8 @@ const LinkGithubReward = React.createClass({
render: function() {
return (
<section>
<p><Link button="alt" label="Link with GitHub" onClick={this._launchLinkPage} /></p>
<section className="reward-page__details">
<p><Link button="alt" label="Link with GitHub" onClick={this._launchLinkPage} /></p>
<p>This will open a browser window where you can authorize GitHub to link your account to LBRY. This will record your email (no spam) and star the LBRY repo.</p>
<p>Once you're finished, you may confirm you've linked the account to receive your reward.</p>
</section>

View file

@ -1,3 +1,5 @@
@import "../global";
.reward-page__details {
background-color: rgba(0, 0, 0, 0.01);
background-color: lighten($color-canvas, 1.5%);
}