Skip to content

Instantly share code, notes, and snippets.

@jasonfesta
Created May 17, 2019 13:33
Show Gist options
  • Save jasonfesta/038b0a11893021623afcce4669328357 to your computer and use it in GitHub Desktop.
Save jasonfesta/038b0a11893021623afcce4669328357 to your computer and use it in GitHub Desktop.
Design Engine auto generated syntax v1
const Enteremailaddress = styled.div`
position: absolute;
top: 27px;
left: 20px;
width: 151px;
height: 14px;
font-family: "SFProText Medium", sans-serif;
margin-top: -2px;
font-weight: 500;
font-size: 16px;
letter-spacing: -0.26px;
line-height: normal;
color: #9B9B9BFF;`
render(<Enteremailaddress>Enter Email Address</Enteremailaddress>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment