-
Notifications
You must be signed in to change notification settings - Fork 0
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
RP-1: Styleguide. #16
Conversation
@import "checkbox"; | ||
@import "lists"; | ||
@import "radio"; | ||
@import "typography"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typography
should be the first one. It contains base styles that may be overridden in the other sheets.
margin-left: 10px; | ||
} | ||
|
||
input[type='submit'].button-red, .button-red, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's hard to add a class to submit buttons. All submits will have the same style. Other colors and button styles will only be used in links (i.e. CTA's).
…P-1-style-guide-styles
@erian7 Add a |
font-family: $open-sans; | ||
line-height: 1.4; | ||
color: $dark; | ||
font-size: 62.5%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Body font-size would be 62.5% of 62.5%.
To do:
Steps to test: