We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde69b2 commit 3123d7aCopy full SHA for 3123d7a
src/assets/css/main.css
@@ -3072,6 +3072,16 @@ iframe {
3072
width: 13em;
3073
}
3074
3075
+.email-octopus-email-address:focus {
3076
+ color: #ed225d;
3077
+ text-decoration: none;
3078
+ padding-bottom: 0.11em;
3079
+ outline: none;
3080
+ border: 0.11em dashed;
3081
+ border-color: #ed225d;
3082
+ transition: border 30ms linear;
3083
+}
3084
+
3085
.email-octopus-form-row-hp {
3086
position: absolute;
3087
left: -5000px;
0 commit comments