mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-29 03:17:47 +08:00
fix(onboarding): Add notice about cloud sync
This commit is contained in:
parent
046bc276c0
commit
e94a5bbe0f
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue