refactor: order classes using rustywind

This commit is contained in:
Oliver Davies 2022-01-11 00:18:34 +00:00
parent a98ba89b53
commit b82afcbd8c
9 changed files with 15 additions and 15 deletions

View file

@ -9,8 +9,8 @@ and be notified of any updates.</strong></p>
</div>
<div class="flex overflow-hidden">
<input type="email" value="" name="EMAIL" class="required email block w-full border border-gray p-3 pl-5 rounded-l-full" placeholder="enter your email" aria-label="Email">
<button type="submit" name="subscribe" class="block w-auto border border-gray border-l-0 py-3 pl-5 pr-6 rounded-r-full bg-blue-600 text-white">Subscribe</button>
<input type="email" value="" name="EMAIL" class="block p-3 pl-5 w-full rounded-l-full border required email border-gray" placeholder="enter your email" aria-label="Email">
<button type="submit" name="subscribe" class="block py-3 pr-6 pl-5 w-auto text-white bg-blue-600 rounded-r-full border border-l-0 border-gray">Subscribe</button>
</div>
</div>
</form>