Skip to content

Commit cf9c808

Browse files
author
mrmrs
committed
Update component markup
1 parent 8698cc7 commit cf9c808

File tree

1 file changed

+11
-11
lines changed
  • src/components/forms/sign_in

1 file changed

+11
-11
lines changed

src/components/forms/sign_in/1.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{{{
2-
"bodyClass" : "bg-dark-purple"
2+
"bodyClass" : "bg-black"
33
}}}
44

5-
<form action="index_submit" method="get" accept-charset="utf-8" class="pvl mvxl">
6-
<fieldset class="center mw6-ns phm phl-ns bn">
7-
<legend class="bold ttu tracked-mega plm pln-ns pvm f3-ns lightest-purple dn">Sign In</legend>
5+
<form action="index_submit" method="get" accept-charset="utf-8" class="pv4 mv5">
6+
<fieldset class="center mw6-ns ph3 ph4-ns bn">
7+
<legend class="bold ttu tracked-mega pl3 pl0-ns pv3 f3-ns lightest-purple dn">Sign In</legend>
88
<div class="mtm">
9-
<label class="small mbs plm pln-ns ttu tracked-mega db" for="Username">Username</label>
10-
<input class="f3 semibold input-text plm pvm db ba white-80 b--white-20 w-100 bg-white-05 bg-white-10-focus" type="text" name="Username" value="" id="Username" >
9+
<label class="f6 mb2 pl3 pl0-ns ttu tracked-mega db" for="Username">Username</label>
10+
<input class="f3 fw6 input-reset pl3 pv3 db ba white-80 b--white-20 w-100 bg-white-05 bg-white-10-focus" type="text" name="Username" value="" id="Username" >
1111
</div>
1212
<div class="mtl">
13-
<label class="small mbs plm pln-ns ttu tracked-mega db" for="Username">Password</label>
14-
<input class="f3 semibold input-text plm pvm db ba b--white-20 w-100 white-60 bg-white-05 bg-white-10-focus" type="password" name="password" value="" id="password" >
13+
<label class="f6 mb2 pl3 pl0-ns ttu tracked-mega db" for="Username">Password</label>
14+
<input class="f3 fw6 input-reset pl3 pv3 db ba b--white-20 w-100 white-60 bg-white-05 bg-white-10-focus" type="password" name="password" value="" id="password" >
1515
</div>
1616
<div class="mtl dt">
1717
<div class="dtc w-50 wi-25-ns v-mid">
18-
<input class="input-text bg-white-05 lightest-purple pam brs semibold ba b--white-20 ttu tracked-mega bg-white-10-focus" type="submit" value="Sign In">
18+
<input class="input-reset bg-white-05 lightest-purple pa3 brs fw6 ba b--white-20 ttu tracked-mega bg-white-10-focus" type="submit" value="Sign In">
1919
</div>
2020
<div class="dtc w-50 wi-75-ns v-mid">
21-
<a class="link dim db lightest-purple pvxs" href="#">Sign Up</a>
22-
<a class="link dim db lightest-purple pvxs" href="#">Forgot Password?</a>
21+
<a class="link dim db lightest-purple pv1" href="#">Sign Up</a>
22+
<a class="link dim db lightest-purple pv1" href="#">Forgot Password?</a>
2323
</div>
2424

2525
</div>

0 commit comments

Comments
 (0)