Skip to content

Commit

Permalink
Fix - Correction du centrage du formulaire de newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Nov 17, 2020
1 parent 53c2354 commit 0e79e7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,13 @@
.mc_embed_signup #mce-success-response {color:#529214; display:none;}
.mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

.mc_embed_signup #mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
.mc_embed_signup #mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 0;}
.mc_embed_signup #num-subscribers {font-size:1.1em;}
.mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

.mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
.mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}
#mc-embedded-subscribe-form {padding:0!important;}
</style>
<!-- Sapper generates a <style> tag containing critical CSS
for the current page. CSS for the rest of the app is
Expand Down

0 comments on commit 0e79e7b

Please sign in to comment.