File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -2426,16 +2426,16 @@ iframe {
2426
2426
left : -5000px ;
2427
2427
}
2428
2428
2429
- .email-octopus-form-row-subscribe button {
2429
+ .email-octopus-form-row button {
2430
2430
border : 1px solid # ED225D ;
2431
2431
color : # ED225D ;
2432
2432
padding : 0.4em 0.6em ;
2433
2433
margin : 1em 0 0 0 ;
2434
2434
font-family : "Montserrat" , sans-serif;
2435
- display : inline- block;
2435
+ display : block;
2436
2436
}
2437
2437
2438
- .email-octopus-form-row-subscribe button : hover {
2438
+ .email-octopus-form-row button : hover {
2439
2439
background-color : # ED225D ;
2440
2440
color : white;
2441
2441
}
@@ -2447,7 +2447,12 @@ iframe {
2447
2447
2448
2448
@media (min-width : 720px ) {
2449
2449
.email-octopus-email-address {
2450
- width : 20 em ;
2450
+ width : 16 em ;
2451
2451
}
2452
2452
2453
+ .email-octopus-form-row button {
2454
+ margin : 0 ;
2455
+ margin-left : 0.5em ;
2456
+ display : inline;
2457
+ }
2453
2458
}
Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ slug: community/
83
83
<p >{{ #i18n " mailing-list-1" }} {{ /i18n }} </p >
84
84
<div class =" email-octopus-form-row" >
85
85
<input type =" email" name =" emailAddress" placeholder =" email" class =" email-octopus-email-address" >
86
+ <button type =" submit" >subscribe</button >
86
87
</div >
87
88
<div class =" email-octopus-form-row-hp" aria-hidden =" true" >
88
89
<input type =" text" name =" hp537b6ec8-d123-11e6-8561-06ead731d453" tabindex =" -1" >
89
90
</div >
90
91
<div class =" email-octopus-form-row-subscribe" >
91
92
<input type =" hidden" name =" successRedirectUrl" class =" email-octopus-success-redirect-url" value =" " >
92
- <button type =" submit" >subscribe</button >
93
93
</div >
94
94
</form >
95
95
</div >
You can’t perform that action at this time.
0 commit comments