Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add download demo #444

Merged
merged 3 commits into from
Nov 23, 2017
Merged

Add download demo #444

merged 3 commits into from
Nov 23, 2017

Conversation

IvanCoronado
Copy link
Contributor

@IvanCoronado IvanCoronado commented Nov 22, 2017

demo

closes #315

@kraenhansen kraenhansen changed the title Ic/add download demo Add download demo Nov 22, 2017
margin-top: $spacer / 2;

* {
display: inline-block;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you used a <span> instead of a <p> I don't think you need this block. You could simply move the font-size to &__DownloadDemo.

&__Link {
color: $brand-primary;
cursor: pointer;
text-decoration: underline;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should move this to a more global place like styles/index.scss?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kraenhansen I agree with this, maybe should we create a new card for unifying all the links styles?

@@ -20,4 +20,10 @@ body,
height: 100%;
}

.Link {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was thinking more just an a selector. Do you see an issue in that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kraenhansen I prefer classes over tag selectors maybe we want to apply this styles to a button. Also, we will affect all the a in the app, are you sure about that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess your right - a Link class is probably best.

@kraenhansen kraenhansen merged commit 90b1d82 into master Nov 23, 2017
@kraenhansen kraenhansen deleted the ic/add-download-demo branch November 23, 2017 16:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add demo local .realm to studio get started
2 participants