File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -2420,18 +2420,39 @@ iframe {
2420
2420
transition : border-bottom 30ms linear;
2421
2421
width : 13em ;
2422
2422
}
2423
- .email-octopus-form-row-subscribe button , .email-octopus-form-row-hp {
2423
+
2424
+ .email-octopus-form-row-hp {
2424
2425
position : absolute;
2425
2426
left : -5000px ;
2426
2427
}
2428
+
2429
+ .email-octopus-form-row button {
2430
+ border : 1px solid # ED225D ;
2431
+ color : # ED225D ;
2432
+ padding : 0.4em 0.6em ;
2433
+ margin : 1em 0 0 0 ;
2434
+ font-family : "Montserrat" , sans-serif;
2435
+ display : block;
2436
+ }
2437
+
2438
+ .email-octopus-form-row button : hover {
2439
+ background-color : # ED225D ;
2440
+ color : white;
2441
+ }
2442
+
2427
2443
.email-octopus-email-address ::-webkit-input-placeholder { color : # ABABAB ; }
2428
2444
.email-octopus-email-address ::-moz-placeholder { color : # ABABAB ; }
2429
2445
.email-octopus-email-address : -moz-placeholder { color : # ABABAB ; }
2430
2446
.email-octopus-email-address : -ms-input-placeholder { color : # ABABAB ; }
2431
2447
2432
2448
@media (min-width : 720px ) {
2433
2449
.email-octopus-email-address {
2434
- width : 20 em ;
2450
+ width : 16 em ;
2435
2451
}
2436
2452
2453
+ .email-octopus-form-row button {
2454
+ margin : 0 ;
2455
+ margin-left : 0.5em ;
2456
+ display : inline;
2457
+ }
2437
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