File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
1
@import './colors' ;
2
2
@import './document' ;
3
- @import './typography' ;
4
3
@import './headings' ;
5
4
6
5
/* forms */
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -74,6 +74,16 @@ <h1>Input fields</h1>
74
74
< input class ="field large " placeholder ="Input large ">
75
75
</ section >
76
76
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
+
77
87
< h1 > Font sizing</ h1 >
78
88
79
89
< section class ="demo ">
@@ -88,11 +98,13 @@ <h6>header 6</h6>
88
98
< hr >
89
99
90
100
< 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 >
95
101
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 >
96
108
97
109
< script type ="text/javascript " src ="bundle.js "> </ script >
98
110
</ body >
You can’t perform that action at this time.
0 commit comments