Skip to content

Commit 33a3efb

Browse files
author
mrmrs
committed
Add new component.
1 parent 661c1ea commit 33a3efb

File tree

1 file changed

+4
-30
lines changed

1 file changed

+4
-30
lines changed

components/footers/social-text/index.html

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@
4545
</svg>
4646
<small class="db tc">Dribbble</small>
4747
</a>
48-
<div class="mt4">
49-
<a href="#" class="f6 link dim gray dib mr3 mr4-ns">Help</a>
50-
<a href="#" class="f6 link dim gray dib mr3 mr4-ns">Send feedback</a>
51-
<a href="#" class="f6 link dim gray dib mr3 mr4-ns">Privacy</a>
52-
<a href="#" class="f6 link dim gray dib">Terms</a>
53-
</div>
5448
</footer>
5549

5650
<section data-name="component-info" class="pa3 pa5-ns bt b--black-10 black-70" style="background: #fafafa;">
@@ -90,12 +84,6 @@ <h2 class="f5">HTML</h2>
9084
&lt;/svg&gt;
9185
&lt;small class=&quot;db tc&quot;&gt;Dribbble&lt;/small&gt;
9286
&lt;/a&gt;
93-
&lt;div class=&quot;mt4&quot;&gt;
94-
&lt;a href=&quot;#&quot; class=&quot;f6 link dim gray dib mr3 mr4-ns&quot;&gt;Help&lt;/a&gt;
95-
&lt;a href=&quot;#&quot; class=&quot;f6 link dim gray dib mr3 mr4-ns&quot;&gt;Send feedback&lt;/a&gt;
96-
&lt;a href=&quot;#&quot; class=&quot;f6 link dim gray dib mr3 mr4-ns&quot;&gt;Privacy&lt;/a&gt;
97-
&lt;a href=&quot;#&quot; class=&quot;f6 link dim gray dib&quot;&gt;Terms&lt;/a&gt;
98-
&lt;/div&gt;
9987
&lt;/footer&gt;
10088

10189
</pre>
@@ -149,18 +137,10 @@ <h2 class="f5">CSS</h2>
149137
margin-right: 1rem;
150138
}
151139

152-
.mt4 {
153-
margin-top: 2rem;
154-
}
155-
156140
.tc {
157141
text-align: center;
158142
}
159143

160-
.f6 {
161-
font-size: .875rem;
162-
}
163-
164144
.dim {
165145
opacity: 1;
166146
transition: opacity .15s ease-in;
@@ -171,10 +151,6 @@ <h2 class="f5">CSS</h2>
171151
padding-left: 4rem;
172152
padding-right: 4rem;
173153
}
174-
175-
.mr4-ns {
176-
margin-right: 2rem;
177-
}
178154
}
179155

180156
</pre>
@@ -201,8 +177,6 @@ <h2 class="f5 mt4">Modules referenced</h2>
201177

202178
<li class="fl w-100 w-50-m w-33-ns"><a class="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-text-align">tachyons-text-align</a></li>
203179

204-
<li class="fl w-100 w-50-m w-33-ns"><a class="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-type-scale">tachyons-type-scale</a></li>
205-
206180
<li class="fl w-100 w-50-m w-33-ns"><a class="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-hovers">tachyons-hovers</a></li>
207181

208182
</ul>
@@ -211,15 +185,15 @@ <h2 class="f5 mt4">Modules referenced</h2>
211185
<h2 class="f5 mb3 mt4">CSS Stats for this Component</h2>
212186
<dl class="dib mr4 mt0">
213187
<dt class="db f6">Size (Gzipped)</dt>
214-
<dd class="ml0 b f3 f2-ns">332</dd>
188+
<dd class="ml0 b f3 f2-ns">296</dd>
215189
</dl>
216190
<dl class="dib mr4 mt0">
217191
<dt class="db f6">Selectors</dt>
218-
<dd class="ml0 b f3 f2-ns">17</dd>
192+
<dd class="ml0 b f3 f2-ns">14</dd>
219193
</dl>
220194
<dl class="dib mt0">
221195
<dt class="db f6">Declarations</dt>
222-
<dd class="ml0 b f3 f2-ns">22</dd>
196+
<dd class="ml0 b f3 f2-ns">19</dd>
223197
</dl>
224198
</div>
225199
</div>
@@ -228,7 +202,7 @@ <h2 class="f5 mb3 mt4">CSS Stats for this Component</h2>
228202

229203

230204
<h4 class="mt5">Install via npm <small class="fw2 f6 db mt1">Only installs the needed tachyons-modules for this component</small></h4>
231-
<code class="f6">npm i --save tachyons-border-radius tachyons-display tachyons-heights tachyons-links tachyons-widths tachyons-skins tachyons-spacing tachyons-text-align tachyons-type-scale tachyons-hovers</code>
205+
<code class="f6">npm i --save tachyons-border-radius tachyons-display tachyons-heights tachyons-links tachyons-widths tachyons-skins tachyons-spacing tachyons-text-align tachyons-hovers</code>
232206
<section class="bt b--black-10 mt5 pv4">
233207
<h1 class="f6 b ttu">Other Components</h1>
234208

0 commit comments

Comments
 (0)