Created
May 17, 2019 13:33
-
-
Save jasonfesta/038b0a11893021623afcce4669328357 to your computer and use it in GitHub Desktop.
Design Engine auto generated syntax v1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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