Skip to content

Removed duplicate float class for input field #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/forms/newsletter-subscription/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<fieldset class="cf bn ma0 pa0">
<legend class="pa0 f5 f4-ns mb3 black-80">Sign up for our newsletter</legend>
<div class="cf">
<input class="fl f6 f5-l input-reset bn black-80 bg-white fl pa3 lh-solid w-100 w-75-m w-80-l br2-ns br--left-ns" placeholder="Your Email Address" type="text" name="Email_Adress" value="" id="Email_Adress">
<input class="fl f6 f5-l input-reset bn black-80 bg-white pa3 lh-solid w-100 w-75-m w-80-l br2-ns br--left-ns" placeholder="Your Email Address" type="text" name="Email_Adress" value="" id="Email_Adress">
<input class="fl f6 f5-l button-reset pv3 tc bn bg-animate bg-black-70 hover-bg-black white pointer w-100 w-25-m w-20-l br2-ns br--right-ns" type="submit" value="Subscribe">
</div>
</fieldset>
Expand All @@ -49,7 +49,7 @@ <h2 class="f5">HTML</h2>
&lt;fieldset class=&quot;cf bn ma0 pa0&quot;&gt;
&lt;legend class=&quot;pa0 f5 f4-ns mb3 black-80&quot;&gt;Sign up for our newsletter&lt;/legend&gt;
&lt;div class=&quot;cf&quot;&gt;
&lt;input class=&quot;fl f6 f5-l input-reset bn black-80 bg-white fl pa3 lh-solid w-100 w-75-m w-80-l br2-ns br--left-ns&quot; placeholder=&quot;Your Email Address&quot; type=&quot;text&quot; name=&quot;Email_Adress&quot; value=&quot;&quot; id=&quot;Email_Adress&quot;&gt;
&lt;input class=&quot;fl f6 f5-l input-reset bn black-80 bg-white pa3 lh-solid w-100 w-75-m w-80-l br2-ns br--left-ns&quot; placeholder=&quot;Your Email Address&quot; type=&quot;text&quot; name=&quot;Email_Adress&quot; value=&quot;&quot; id=&quot;Email_Adress&quot;&gt;
&lt;input class=&quot;fl f6 f5-l button-reset pv3 tc bn bg-animate bg-black-70 hover-bg-black white pointer w-100 w-25-m w-20-l br2-ns br--right-ns&quot; type=&quot;submit&quot; value=&quot;Subscribe&quot;&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
Expand Down