File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -2420,10 +2420,26 @@ 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-subscribe 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 : inline-block;
2436
+ }
2437
+
2438
+ .email-octopus-form-row-subscribe 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 ; }
You can’t perform that action at this time.
0 commit comments