1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-12 06:59:10 +00:00

Remove outline when focusing newsletter

This commit is contained in:
davegson 2020-05-21 14:48:56 +02:00
parent 5844b7cb1c
commit bc132004e2

View file

@ -3,7 +3,7 @@
<span class="text-white text-xl font-bold">Stay Connected</span>
<form action="https://t80607841.emailsys1a.net/184/1387/c70759e794/subscribe/form.html" method="post">
<div class="block lg:flex items-center py-5">
<input style="background-color: #302e37;" type="email" name="email" class="appearance-none rounded-full w-full max-w-md px-6 py-2 text-white" required placeholder="Monthly Newsletter">
<input style="background-color: #302e37;" type="email" name="email" class="appearance-none rounded-full w-full max-w-md px-6 py-2 text-white focus:outline-none" required placeholder="Monthly Newsletter">
<div class="pt-5 lg:pt-0 lg:pl-5 ">
<input type="submit" value="Subscribe" style="background-color: #6188ff;" class="transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase" />
</div>