Skip to content

Commit 1deb2ac

Browse files
committed
made button visible, changed style
1 parent 58de9ca commit 1deb2ac

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/assets/css/main.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2420,10 +2420,26 @@ iframe {
24202420
transition: border-bottom 30ms linear;
24212421
width: 13em;
24222422
}
2423-
.email-octopus-form-row-subscribe button, .email-octopus-form-row-hp {
2423+
2424+
.email-octopus-form-row-hp {
24242425
position: absolute;
24252426
left: -5000px;
24262427
}
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+
24272443
.email-octopus-email-address::-webkit-input-placeholder { color:#ABABAB; }
24282444
.email-octopus-email-address::-moz-placeholder { color:#ABABAB; }
24292445
.email-octopus-email-address:-moz-placeholder { color:#ABABAB; }

0 commit comments

Comments
 (0)