Skip to content

Commit 09f143a

Browse files
author
mrmrs
committed
Consistent type scale
1 parent f703981 commit 09f143a

File tree

2 files changed

+18
-28
lines changed

2 files changed

+18
-28
lines changed

components/lists/slab-stat-large/index.html

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@ <h3 class="f6 ttu tracked">Today</h3>
3333
</dl>
3434
<dl class="db dib-l w-auto-l lh-title mr6-l">
3535
<dd class="f6 fw4 ml0">Open Issues</dd>
36-
<dd class="f3 f2-m f-subheadline-l fw6 ml0">993</dd>
36+
<dd class="f2 f-subheadline-l fw6 ml0">993</dd>
3737
</dl>
3838
<dl class="db dib-l w-auto-l lh-title mr6-l">
3939
<dd class="f6 fw4 ml0">Next Release</dd>
40-
<dd class="f3 f2-m f-subheadline-l fw6 ml0">10-22</dd>
40+
<dd class="f2 f-subheadline-l fw6 ml0">10-22</dd>
4141
</dl>
4242
<dl class="db dib-l w-auto-l lh-title mr6-l">
4343
<dd class="f6 fw4 ml0">Days Left</dd>
44-
<dd class="f3 f2-m f-subheadline-l fw6 ml0">4</dd>
44+
<dd class="f2 f-subheadline-l fw6 ml0">4</dd>
4545
</dl>
4646
<dl class="db dib-l w-auto-l lh-title mr6-l">
4747
<dd class="f6 fw4 ml0">Favorite Cat</dd>
48-
<dd class="f3 f2-m f-subheadline-l fw6 ml0">All of Them</dd>
48+
<dd class="f2 f-subheadline-l fw6 ml0">All of Them</dd>
4949
</dl>
5050
<dl class="db dib-l w-auto-l lh-title">
5151
<dd class="f6 fw4 ml0">App Downloads</dd>
52-
<dd class="f3 f2-m f-subheadline-l fw6 ml0">1,200</dd>
52+
<dd class="f2 f-subheadline-l fw6 ml0">1,200</dd>
5353
</dl>
5454
</div>
5555
</article>
@@ -70,23 +70,23 @@ <h2 class="f5">HTML</h2>
7070
&lt;/dl&gt;
7171
&lt;dl class=&quot;db dib-l w-auto-l lh-title mr6-l&quot;&gt;
7272
&lt;dd class=&quot;f6 fw4 ml0&quot;&gt;Open Issues&lt;/dd&gt;
73-
&lt;dd class=&quot;f3 f2-m f-subheadline-l fw6 ml0&quot;&gt;993&lt;/dd&gt;
73+
&lt;dd class=&quot;f2 f-subheadline-l fw6 ml0&quot;&gt;993&lt;/dd&gt;
7474
&lt;/dl&gt;
7575
&lt;dl class=&quot;db dib-l w-auto-l lh-title mr6-l&quot;&gt;
7676
&lt;dd class=&quot;f6 fw4 ml0&quot;&gt;Next Release&lt;/dd&gt;
77-
&lt;dd class=&quot;f3 f2-m f-subheadline-l fw6 ml0&quot;&gt;10-22&lt;/dd&gt;
77+
&lt;dd class=&quot;f2 f-subheadline-l fw6 ml0&quot;&gt;10-22&lt;/dd&gt;
7878
&lt;/dl&gt;
7979
&lt;dl class=&quot;db dib-l w-auto-l lh-title mr6-l&quot;&gt;
8080
&lt;dd class=&quot;f6 fw4 ml0&quot;&gt;Days Left&lt;/dd&gt;
81-
&lt;dd class=&quot;f3 f2-m f-subheadline-l fw6 ml0&quot;&gt;4&lt;/dd&gt;
81+
&lt;dd class=&quot;f2 f-subheadline-l fw6 ml0&quot;&gt;4&lt;/dd&gt;
8282
&lt;/dl&gt;
8383
&lt;dl class=&quot;db dib-l w-auto-l lh-title mr6-l&quot;&gt;
8484
&lt;dd class=&quot;f6 fw4 ml0&quot;&gt;Favorite Cat&lt;/dd&gt;
85-
&lt;dd class=&quot;f3 f2-m f-subheadline-l fw6 ml0&quot;&gt;All of Them&lt;/dd&gt;
85+
&lt;dd class=&quot;f2 f-subheadline-l fw6 ml0&quot;&gt;All of Them&lt;/dd&gt;
8686
&lt;/dl&gt;
8787
&lt;dl class=&quot;db dib-l w-auto-l lh-title&quot;&gt;
8888
&lt;dd class=&quot;f6 fw4 ml0&quot;&gt;App Downloads&lt;/dd&gt;
89-
&lt;dd class=&quot;f3 f2-m f-subheadline-l fw6 ml0&quot;&gt;1,200&lt;/dd&gt;
89+
&lt;dd class=&quot;f2 f-subheadline-l fw6 ml0&quot;&gt;1,200&lt;/dd&gt;
9090
&lt;/dl&gt;
9191
&lt;/div&gt;
9292
&lt;/article&gt;
@@ -144,10 +144,6 @@ <h2 class="f5">css</h2>
144144
font-size: 2.25rem;
145145
}
146146

147-
.f3 {
148-
font-size: 1.5rem;
149-
}
150-
151147
.f6 {
152148
font-size: .875rem;
153149
}
@@ -158,12 +154,6 @@ <h2 class="f5">css</h2>
158154
}
159155
}
160156

161-
@media screen and (min-width: 30em) and (max-width: 60em) {
162-
.f2-m {
163-
font-size: 2.25rem;
164-
}
165-
}
166-
167157
@media screen and (min-width: 60em) {
168158
.dib-l {
169159
display: inline-block;
@@ -190,16 +180,16 @@ <h2 class="f5">css</h2>
190180
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
191181
<dl class="dib mr4 mt0">
192182
<dt class="db f6">Gzipped Size</dt>
193-
<dd class="ml0 b f3 f2-ns">373<small class="f6">B</small>
183+
<dd class="ml0 b f3 f2-ns">353<small class="f6">B</small>
194184
</dd>
195185
</dl>
196186
<dl class="dib mr4 mt0">
197187
<dt class="db f6">Selectors</dt>
198-
<dd class="ml0 b f3 f2-ns">21</dd>
188+
<dd class="ml0 b f3 f2-ns">19</dd>
199189
</dl>
200190
<dl class="dib mt0">
201191
<dt class="db f6">Declarations</dt>
202-
<dd class="ml0 b f3 f2-ns">21</dd>
192+
<dd class="ml0 b f3 f2-ns">19</dd>
203193
</dl>
204194
</div>
205195
<div class="fl w-100">

src/components/lists/slab-stat-large.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ <h3 class="f6 ttu tracked">Today</h3>
1010
</dl>
1111
<dl class="db dib-l w-auto-l lh-title mr6-l">
1212
<dd class="f6 fw4 ml0">Open Issues</dd>
13-
<dd class="f3 f2-m f-subheadline-l fw6 ml0">993</dd>
13+
<dd class="f2 f-subheadline-l fw6 ml0">993</dd>
1414
</dl>
1515
<dl class="db dib-l w-auto-l lh-title mr6-l">
1616
<dd class="f6 fw4 ml0">Next Release</dd>
17-
<dd class="f3 f2-m f-subheadline-l fw6 ml0">10-22</dd>
17+
<dd class="f2 f-subheadline-l fw6 ml0">10-22</dd>
1818
</dl>
1919
<dl class="db dib-l w-auto-l lh-title mr6-l">
2020
<dd class="f6 fw4 ml0">Days Left</dd>
21-
<dd class="f3 f2-m f-subheadline-l fw6 ml0">4</dd>
21+
<dd class="f2 f-subheadline-l fw6 ml0">4</dd>
2222
</dl>
2323
<dl class="db dib-l w-auto-l lh-title mr6-l">
2424
<dd class="f6 fw4 ml0">Favorite Cat</dd>
25-
<dd class="f3 f2-m f-subheadline-l fw6 ml0">All of Them</dd>
25+
<dd class="f2 f-subheadline-l fw6 ml0">All of Them</dd>
2626
</dl>
2727
<dl class="db dib-l w-auto-l lh-title">
2828
<dd class="f6 fw4 ml0">App Downloads</dd>
29-
<dd class="f3 f2-m f-subheadline-l fw6 ml0">1,200</dd>
29+
<dd class="f2 f-subheadline-l fw6 ml0">1,200</dd>
3030
</dl>
3131
</div>
3232
</article>

0 commit comments

Comments
 (0)