Created
October 24, 2017 01:13
-
-
Save tokopress/705239b1b6bddb0e06c7196069a20b2a to your computer and use it in GitHub Desktop.
Eventica - Custom Mailchimp Newsletter Form Style
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
form.mc4wp-form input[type="email"], .mc4wp-form form input[type="email"] { | |
padding: 10px 60px 10px 10px; | |
border: 1px solid #ddd; | |
background: none; | |
} | |
form.mc4wp-form input[type="submit"], .mc4wp-form form input[type="submit"] { | |
position: absolute; | |
top: 0; | |
right: 0; | |
padding: 0 10px; | |
border: 2px solid #6a7a7c; | |
color: #6a7a7c; | |
background: none; | |
font-size: 12px; | |
font-weight: 700; | |
line-height: 32px; | |
text-transform: uppercase; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment