@@ -12,25 +12,25 @@ layout: drizzle
12
12
<p >Most grid layouts are going to use either a two, three, or four column layout. The basic grid system includes all of the classes needed to create a simple layout with class names that are spelled out and easy to read.</p >
13
13
14
14
<div class =" o-grid" >
15
- <div class =" o-grid__full" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
15
+ <div class =" o-grid__full drizzle-grid-example " ></div >
16
16
17
- <div class =" o-grid__half" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
18
- <div class =" o-grid__half" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
17
+ <div class =" o-grid__half drizzle-grid-example " ></div >
18
+ <div class =" o-grid__half drizzle-grid-example " ></div >
19
19
20
- <div class =" o-grid__third" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
21
- <div class =" o-grid__third" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
22
- <div class =" o-grid__third" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
20
+ <div class =" o-grid__third drizzle-grid-example " ></div >
21
+ <div class =" o-grid__third drizzle-grid-example " ></div >
22
+ <div class =" o-grid__third drizzle-grid-example " ></div >
23
23
24
- <div class =" o-grid__quarter" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
25
- <div class =" o-grid__quarter" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
26
- <div class =" o-grid__quarter" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
27
- <div class =" o-grid__quarter" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
24
+ <div class =" o-grid__quarter drizzle-grid-example " ></div >
25
+ <div class =" o-grid__quarter drizzle-grid-example " ></div >
26
+ <div class =" o-grid__quarter drizzle-grid-example " ></div >
27
+ <div class =" o-grid__quarter drizzle-grid-example " ></div >
28
28
29
- <div class =" o-grid__third" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
30
- <div class =" o-grid__two-third" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
29
+ <div class =" o-grid__third drizzle-grid-example " ></div >
30
+ <div class =" o-grid__two-third drizzle-grid-example " ></div >
31
31
32
- <div class =" o-grid__quarter" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
33
- <div class =" o-grid__three-quarter" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #003763; " ></div >
32
+ <div class =" o-grid__quarter drizzle-grid-example " ></div >
33
+ <div class =" o-grid__three-quarter drizzle-grid-example " ></div >
34
34
</div >
35
35
36
36
<pre class =" drizzle-u-borderTop drizzle-u-pad" >
@@ -99,13 +99,13 @@ layout: drizzle
99
99
<p >To adjust a the width of a column at different breakpoints you can add <code class =" language-css" >@sm</code >, <code class =" language-css" >@md</code >, <code class =" language-css" >@lg</code >, <code class =" language-css" >@xl</code > after any of the grid classes:</p >
100
100
101
101
<div class =" o-grid" >
102
- <div class =" o-grid__half o-grid__third@sm" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #F7A700; " ></div >
103
- <div class =" o-grid__half o-grid__third@sm" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #F7A700; " ></div >
104
- <div class =" o-grid__full o-grid__third@sm" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #F7A700; " ></div >
102
+ <div class =" o-grid__half o-grid__third@sm drizzle-grid-example " ></div >
103
+ <div class =" o-grid__half o-grid__third@sm drizzle-grid-example " ></div >
104
+ <div class =" o-grid__full o-grid__third@sm drizzle-grid-example " ></div >
105
105
106
- <div class =" o-grid__full o-grid__quarter@md" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #F7A700; " ></div >
107
- <div class =" o-grid__full o-grid__half@md" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #F7A700; " ></div >
108
- <div class =" o-grid__full o-grid__quarter@md" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #F7A700; " ></div >
106
+ <div class =" o-grid__full o-grid__quarter@md drizzle-grid-example " ></div >
107
+ <div class =" o-grid__full o-grid__half@md drizzle-grid-example " ></div >
108
+ <div class =" o-grid__full o-grid__quarter@md drizzle-grid-example " ></div >
109
109
</div >
110
110
111
111
<pre class =" drizzle-u-borderTop drizzle-u-pad" >
@@ -128,23 +128,23 @@ layout: drizzle
128
128
129
129
130
130
<div class =" o-grid" >
131
- <div class =" o-grid__1-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
132
- <div class =" o-grid__11-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
131
+ <div class =" o-grid__1-12 drizzle-grid-example " ></div >
132
+ <div class =" o-grid__11-12 drizzle-grid-example " ></div >
133
133
134
- <div class =" o-grid__2-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
135
- <div class =" o-grid__10-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
134
+ <div class =" o-grid__2-12 drizzle-grid-example " ></div >
135
+ <div class =" o-grid__10-12 drizzle-grid-example " ></div >
136
136
137
- <div class =" o-grid__3-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
138
- <div class =" o-grid__9-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
137
+ <div class =" o-grid__3-12 drizzle-grid-example " ></div >
138
+ <div class =" o-grid__9-12 drizzle-grid-example " ></div >
139
139
140
- <div class =" o-grid__4-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
141
- <div class =" o-grid__8-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
140
+ <div class =" o-grid__4-12 drizzle-grid-example " ></div >
141
+ <div class =" o-grid__8-12 drizzle-grid-example " ></div >
142
142
143
- <div class =" o-grid__5-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
144
- <div class =" o-grid__7-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
143
+ <div class =" o-grid__5-12 drizzle-grid-example " ></div >
144
+ <div class =" o-grid__7-12 drizzle-grid-example " ></div >
145
145
146
- <div class =" o-grid__6-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
147
- <div class =" o-grid__6-12" style = " box-shadow: inset 0 0 0px 2px white;height: 100px; background: #9FB4CE; " ></div >
146
+ <div class =" o-grid__6-12 drizzle-grid-example " ></div >
147
+ <div class =" o-grid__6-12 drizzle-grid-example " ></div >
148
148
</div >
149
149
150
150
<pre class =" drizzle-u-borderTop drizzle-u-pad" >
0 commit comments