fix(onboarding): Add notice about cloud sync

This commit is contained in:
Jackie Luo 2016-06-07 13:07:06 -07:00
parent 046bc276c0
commit e94a5bbe0f
2 changed files with 8 additions and 0 deletions

View file

@ -35,6 +35,9 @@ export default class AccountChoosePage extends React.Component {
<h2>
Connect an email account
</h2>
<div className="cloud-sync-note">
Nylas syncs your mail through the cloud. <a href="https://support.nylas.com/hc/en-us/articles/217518207-Why-does-Nylas-N1-sync-email-via-the-cloud-">Learn More</a>
</div>
<div className="provider-list">
{this._renderAccountTypes()}
</div>

View file

@ -247,6 +247,11 @@
margin:auto;
width: 400px;
}
.cloud-sync-note {
margin-bottom: 20px;
cursor: default;
color: @text-color-very-subtle;
}
.provider-name {
font-size: 18px;
font-weight: 300;