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

refactor: less file structure and class naming #64

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Alexpeschel
Copy link
Member

No description provided.

@@ -0,0 +1,51 @@
.h1 {
font-size: 7rem;
font-weight: @font-medium;
Copy link
Member

Choose a reason for hiding this comment

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

things like font-weight and color could be moved in to the generic headline styles (line 43)

Copy link
Member Author

Choose a reason for hiding this comment

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

done

Copy link
Member

@markusoelhafen markusoelhafen left a comment

Choose a reason for hiding this comment

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

overscroll background-color on the html tag is missing.

something like:

html {
  background-color: @color-headline;
}

besides that from a visual point, everything looks fine

<meta name="twitter:image" content="https://meetalva.io/images/alva-og_img.png" />
<meta name="language" content="en" />
<meta name="description" content="Alva is a radically new open source design tool built for cross-functional product teams. You can design with the same components your engineers are using for production." />
<meta name="description" content="Alva is a radically new open source design tool built for cross-functional product teams. You can design with the same components your engineers are using for production."
/>
Copy link
Member

Choose a reason for hiding this comment

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

Why is an line break here? (same for the lines above)

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.

4 participants