Skip to content

Commit 578b5c6

Browse files
committed
update some styles
1 parent 8bbf1d1 commit 578b5c6

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

cargokit/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@import './colors';
22
@import './document';
3-
@import './typography';
43
@import './headings';
54

65
/* forms */

cargokit/typography.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ <h1>Input fields</h1>
7474
<input class="field large" placeholder="Input large">
7575
</section>
7676

77+
<hr>
78+
79+
<h4>Inputs also can have colors:</h4>
80+
<section class="demo">
81+
<input class="field secondary" placeholder="Input tiny">
82+
<input class="field quaternary" placeholder="Input small">
83+
<input class="field black" placeholder="Input">
84+
<input class="field midgray" placeholder="Input big">
85+
</section>
86+
7787
<h1>Font sizing</h1>
7888

7989
<section class="demo">
@@ -88,11 +98,13 @@ <h6>header 6</h6>
8898
<hr>
8999

90100
<h4>Additional sizes if needed:</h4>
91-
<p class="font-size-h7">header 7</p>
92-
<p class="font-size-h8">header 8</p>
93-
<p class="font-size-h9">header 9</p>
94-
<p class="font-size-h10">header 10</p>
95101

102+
<section class="demo">
103+
<p class="font-size-h7">header 7</p>
104+
<p class="font-size-h8">header 8</p>
105+
<p class="font-size-h9">header 9</p>
106+
<p class="font-size-h10">header 10</p>
107+
</section>
96108

97109
<script type="text/javascript" src="bundle.js"></script>
98110
</body>

0 commit comments

Comments
 (0)