Skip to content

Commit

Permalink
adicionando suporte ao mailchimp - issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgimenez committed Dec 17, 2016
1 parent 48b43b0 commit 8cc1bb4
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
text-align:center;
}
}
.mc4wp-form-fields {
text-align: left;
input[type="submit"] {
margin-left: 0;
margin-top:15px;
}
}
}
}
.rounded-icon {
Expand Down
26 changes: 26 additions & 0 deletions assets/sass/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,32 @@ ul.products, li.product{
display: inline;
}
}
.mc4wp-form-fields {
width:100%;
text-align:center;
input[type="email"] {
border: 1px solid #f46d0b !important;
box-shadow: 0 0 1px rgba(251,185,88,0.6);
border-radius:4px;
padding-top:10px;
padding-bottom: 10px;
padding-left:10px;
text-transform: lowercase !important;
color:#000;
}
input[type="submit"] {
font-family: 'BELLABOO-Regular', sans-serif;
text-align: center;
border:none !important;
background:#f46d0b !important;
color:#FFF !important;
display: inline-block;
border-radius: 0 !important;
font-size:1.5em;
margin-top:-5px;
margin-left:20px;
}
}
#mdirector_sh_suscription {
clear: both;
width:100%;
Expand Down

0 comments on commit 8cc1bb4

Please sign in to comment.