Created
November 11, 2016 05:55
-
-
Save Pominova/d88928a94c55ebd1bc411392f28b31ae to your computer and use it in GitHub Desktop.
This file contains 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
/*MailChimp Form*/ | |
#mc_embed_signup { | |
background: #ffffff !important; | |
clear: left; | |
font: 14px 'Open Sans',Arial,sans-serif; | |
} | |
#mc_embed_signup form { | |
display: block; | |
position: relative; | |
text-align: left; | |
padding: 5px 5px 10px 25px !important; | |
border: 1px solid #bb0000; | |
} | |
#mc_embed_signup h2 { | |
font-weight: normal !important; | |
padding: 0; | |
margin: 15px 0; | |
font-size: 1.4em; | |
color: #000; | |
} | |
#mc_embed_signup .mc-field-group { | |
clear: left; | |
position: relative; | |
width: 100%; | |
padding-bottom: 10%; | |
min-height: 50px; | |
} | |
#mc_embed_signup .button { | |
clear: both; | |
background-color: #bb0000 !important; | |
border: 0 none; | |
border-radius: 2px !important; | |
color: #FFFFFF; | |
cursor: pointer; | |
display: inline-block; | |
font-size: 15px; | |
font-weight: bold; | |
height: 32px; | |
line-height: 32px; | |
margin: 10% 0px 10% 0 !important; | |
padding: 0 22px; | |
text-align: center; | |
text-decoration: none; | |
vertical-align: top; | |
white-space: nowrap; | |
width: 87% !important; | |
} | |
#mc_embed_signup .mc-field-group input { | |
display: block; | |
width: 100% !important; | |
padding: 8px 0; | |
text-indent: 2%; | |
} | |
#mc_embed_signup input { | |
border: none !important; | |
-webkit-border-radius: 3px; | |
-moz-border-radius: 3px; | |
border-radius: 3px; | |
} | |
#mc_embed_signup .mc-field-group label { | |
display: block; | |
margin-bottom: 3px; | |
color: #000000; | |
} | |
#mc_embed_signup #mce-success-response { | |
color: #ffffff !important; | |
display: none; | |
} | |
/*End MailChimp signup styles*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment