We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let's use this styling for the new bigger and better share button
border-radius: 8px; /* Rectangle 1: */ background: #E1EFFF; border: 1px solid #3169AA;
font-family: Helvetica; font-size: 26px; color: #3169AA; line-height: 31px; /* share: */
The text was updated successfully, but these errors were encountered:
And, to balance, make the sign up button bigger too!
/* screen_shot_2014-11-25_at_9.10: */
border-radius: 8px; /* Rectangle 2: */ background: #5CBC53; border: 1px solid #979797;
font-family: Helvetica; font-size: 22px; color: #FFFFFF; line-height: 26px; /* sign up - Wed Nov 26: */
Sorry, something went wrong.
No branches or pull requests
let's use this styling for the new bigger and better share button
border-radius: 8px;
/* Rectangle 1: */
background: #E1EFFF;
border: 1px solid #3169AA;
font-family: Helvetica;
font-size: 26px;
color: #3169AA;
line-height: 31px;
/* share: */
The text was updated successfully, but these errors were encountered: