Skip to content

Commit d912bfc

Browse files
author
mrmrs
committed
update docs
1 parent fb6a3dc commit d912bfc

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

components/forms/sign-up/index.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</head>
2525
<body class="w-100 sans-serif bg-white">
2626
<main>
27-
<article class="pa4 bg-black-05 black-70">
27+
<article class="pa4 black-80">
2828
<form action="sign-up_submit" method="get" accept-charset="utf-8">
2929
<fieldset id="sign_up" class="ba b--transparent ph0 mh0">
3030
<legend class="ph0 mh0 fw6 clip">Sign Up</legend>
@@ -48,7 +48,7 @@ <h1 class="f4 f3-ns mt4">Sign Up</h1>
4848
<h2 class="f5">HTML</h2>
4949
<p class="f5 black-70"></p>
5050
<pre class="pa3 ba br2 b--black-10 h5 bg-white-20" id="html">
51-
&lt;article class=&quot;pa4 bg-black-05 black-70&quot;&gt;
51+
&lt;article class=&quot;pa4 black-80&quot;&gt;
5252
&lt;form action=&quot;sign-up_submit&quot; method=&quot;get&quot; accept-charset=&quot;utf-8&quot;&gt;
5353
&lt;fieldset id=&quot;sign_up&quot; class=&quot;ba b--transparent ph0 mh0&quot;&gt;
5454
&lt;legend class=&quot;ph0 mh0 fw6 clip&quot;&gt;Sign Up&lt;/legend&gt;
@@ -111,12 +111,8 @@ <h2 class="f5">css</h2>
111111
width: 100%;
112112
}
113113

114-
.black-70 {
115-
color: rgba(0, 0, 0, .7);
116-
}
117-
118-
.bg-black-05 {
119-
background-color: rgba(0, 0, 0, .05);
114+
.black-80 {
115+
color: rgba(0, 0, 0, .8);
120116
}
121117

122118
.bg-transparent {
@@ -197,16 +193,16 @@ <h2 class="f5">css</h2>
197193
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
198194
<dl class="dib mr4 mt0">
199195
<dt class="db f6">Gzipped Size</dt>
200-
<dd class="ml0 b f3 f2-ns">555<small class="f6">B</small>
196+
<dd class="ml0 b f3 f2-ns">541<small class="f6">B</small>
201197
</dd>
202198
</dl>
203199
<dl class="dib mr4 mt0">
204200
<dt class="db f6">Selectors</dt>
205-
<dd class="ml0 b f3 f2-ns">28</dd>
201+
<dd class="ml0 b f3 f2-ns">27</dd>
206202
</dl>
207203
<dl class="dib mt0">
208204
<dt class="db f6">Declarations</dt>
209-
<dd class="ml0 b f3 f2-ns">39</dd>
205+
<dd class="ml0 b f3 f2-ns">38</dd>
210206
</dl>
211207
</div>
212208
<div class="fl w-100">

src/components/forms/sign-up.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"bodyClass" : "bg-white"
33
}}}
44

5-
<article class="pa4 bg-black-05 black-70">
5+
<article class="pa4 black-80">
66
<form action="sign-up_submit" method="get" accept-charset="utf-8">
77
<fieldset id="sign_up" class="ba b--transparent ph0 mh0">
88
<legend class="ph0 mh0 fw6 clip">Sign Up</legend>

0 commit comments

Comments
 (0)