You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/forms/password/index.html
+18-6
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,10 @@
28
28
<divclass="measure-narrow">
29
29
<labelfor="" class="f6 b db mb2">Password</label>
30
30
<inputclass="input-reset ba b--black-20 pa2 mb2 db w-100" type="password">
31
-
<smallclass="f6 black-60 db mb2">Must be 9 characters long and contain a number and an uppercase character and the last names of three american presidents.</small>
31
+
<smallclass="f6 lh-copy black-60 db mb2">
32
+
Must be 9 characters long and contain both a number and an uppercase
33
+
character.
34
+
</small>
32
35
</div>
33
36
</form>
34
37
@@ -43,7 +46,10 @@ <h2 class="f5">HTML</h2>
43
46
<div class="measure-narrow">
44
47
<label for="" class="f6 b db mb2">Password</label>
45
48
<input class="input-reset ba b--black-20 pa2 mb2 db w-100" type="password">
46
-
<small class="f6 black-60 db mb2">Must be 9 characters long and contain a number and an uppercase character and the last names of three american presidents.</small>
49
+
<small class="f6 lh-copy black-60 db mb2">
50
+
Must be 9 characters long and contain both a number and an uppercase
51
+
character.
52
+
</small>
47
53
</div>
48
54
</form>
49
55
@@ -78,6 +84,10 @@ <h2 class="f5">css</h2>
78
84
padding: 0;
79
85
}
80
86
87
+
.lh-copy {
88
+
line-height: 1.5;
89
+
}
90
+
81
91
.w-100 {
82
92
width: 100%;
83
93
}
@@ -118,16 +128,16 @@ <h2 class="f5">css</h2>
118
128
<h2class="f5 mb3 mt4">Css stats for this component</h2>
119
129
<dlclass="dib mr4 mt0">
120
130
<dtclass="db f6">Gzipped Size</dt>
121
-
<ddclass="ml0 b f3 f2-ns">287<smallclass="f6">B</small>
131
+
<ddclass="ml0 b f3 f2-ns">304<smallclass="f6">B</small>
<liclass="fl w-100 w-50-m w-33-ns"><aclass="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-forms">tachyons-forms</a></li>
146
156
157
+
<liclass="fl w-100 w-50-m w-33-ns"><aclass="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-line-height">tachyons-line-height</a></li>
158
+
147
159
<liclass="fl w-100 w-50-m w-33-ns"><aclass="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-widths">tachyons-widths</a></li>
148
160
149
161
<liclass="fl w-100 w-50-m w-33-ns"><aclass="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-skins">tachyons-skins</a></li>
0 commit comments