skeleton-rails 0.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,296 +1,418 @@
1
1
  /*
2
- * Skeleton V1.2
3
- * Copyright 2011, Dave Gamache
2
+ * Skeleton V2.0.4
3
+ * Copyright 2014, Dave Gamache
4
4
  * www.getskeleton.com
5
5
  * Free to use under the MIT license.
6
6
  * http://www.opensource.org/licenses/mit-license.php
7
- * 6/20/2012
7
+ * 12/29/2014
8
8
  */
9
9
 
10
10
 
11
- /* Table of Contents
12
- ==================================================
13
- #Base 960 Grid
14
- #Big Screen
15
- #Tablet (Portrait)
16
- #Mobile (Portrait)
17
- #Mobile (Landscape)
18
- #Clearing */
19
-
20
-
21
-
22
- /* #Base 960 Grid
23
- ================================================== */
24
-
25
- .container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
26
- .container .column,
27
- .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
28
- .row { margin-bottom: 20px; }
29
-
30
- /* Nested Column Classes */
31
- .column.alpha, .columns.alpha { margin-left: 0; }
32
- .column.omega, .columns.omega { margin-right: 0; }
33
-
34
- /* Base Grid */
35
- .container .one.column,
36
- .container .one.columns { width: 40px; }
37
- .container .two.columns { width: 100px; }
38
- .container .three.columns { width: 160px; }
39
- .container .four.columns { width: 220px; }
40
- .container .five.columns { width: 280px; }
41
- .container .six.columns { width: 340px; }
42
- .container .seven.columns { width: 400px; }
43
- .container .eight.columns { width: 460px; }
44
- .container .nine.columns { width: 520px; }
45
- .container .ten.columns { width: 580px; }
46
- .container .eleven.columns { width: 640px; }
47
- .container .twelve.columns { width: 700px; }
48
- .container .thirteen.columns { width: 760px; }
49
- .container .fourteen.columns { width: 820px; }
50
- .container .fifteen.columns { width: 880px; }
51
- .container .sixteen.columns { width: 940px; }
52
-
53
- .container .one-third.column { width: 300px; }
54
- .container .two-thirds.column { width: 620px; }
55
-
56
- /* Offsets */
57
- .container .offset-by-one { padding-left: 60px; }
58
- .container .offset-by-two { padding-left: 120px; }
59
- .container .offset-by-three { padding-left: 180px; }
60
- .container .offset-by-four { padding-left: 240px; }
61
- .container .offset-by-five { padding-left: 300px; }
62
- .container .offset-by-six { padding-left: 360px; }
63
- .container .offset-by-seven { padding-left: 420px; }
64
- .container .offset-by-eight { padding-left: 480px; }
65
- .container .offset-by-nine { padding-left: 540px; }
66
- .container .offset-by-ten { padding-left: 600px; }
67
- .container .offset-by-eleven { padding-left: 660px; }
68
- .container .offset-by-twelve { padding-left: 720px; }
69
- .container .offset-by-thirteen { padding-left: 780px; }
70
- .container .offset-by-fourteen { padding-left: 840px; }
71
- .container .offset-by-fifteen { padding-left: 900px; }
72
-
73
-
74
-
75
- /* #Big Screen
76
- ================================================== */
77
-
78
- /* Note: Design for a width of 1344px */
79
-
80
- @media only screen and (min-width: 1344px) {
81
- .container { width: 1344px; }
82
- .container .column,
83
- .container .columns { margin-left: 12px; margin-right: 12px; }
84
- .column.alpha, .columns.alpha { margin-left: 0; margin-right: 12px; }
85
- .column.omega, .columns.omega { margin-right: 0; margin-left: 12px; }
86
- .alpha.omega { margin-left: 0; margin-right: 0; }
87
-
88
- .container .one.column,
89
- .container .one.columns { width: 60px; }
90
- .container .two.columns { width: 144px; }
91
- .container .three.columns { width: 228px; }
92
- .container .four.columns { width: 312px; }
93
- .container .five.columns { width: 396px; }
94
- .container .six.columns { width: 480px; }
95
- .container .seven.columns { width: 564px; }
96
- .container .eight.columns { width: 648px; }
97
- .container .nine.columns { width: 732px; }
98
- .container .ten.columns { width: 816px; }
99
- .container .eleven.columns { width: 900px; }
100
- .container .twelve.columns { width: 984px; }
101
- .container .thirteen.columns { width: 1068px; }
102
- .container .fourteen.columns { width: 1152px; }
103
- .container .fifteen.columns { width: 1236px; }
104
- .container .sixteen.columns { width: 1320px; }
105
-
106
- .container .one-third.column { width: 424px; }
107
- .container .two-thirds.column { width: 872px; }
108
-
109
- /* Offsets */
110
- .container .offset-by-one { padding-left: 84px; }
111
- .container .offset-by-two { padding-left: 168px; }
112
- .container .offset-by-three { padding-left: 252px; }
113
- .container .offset-by-four { padding-left: 336px; }
114
- .container .offset-by-five { padding-left: 420px; }
115
- .container .offset-by-six { padding-left: 504px; }
116
- .container .offset-by-seven { padding-left: 588px; }
117
- .container .offset-by-eight { padding-left: 672px; }
118
- .container .offset-by-nine { padding-left: 756px; }
119
- .container .offset-by-ten { padding-left: 840px; }
120
- .container .offset-by-eleven { padding-left: 924px; }
121
- .container .offset-by-twelve { padding-left: 1008px; }
122
- .container .offset-by-thirteen { padding-left: 1092px; }
123
- .container .offset-by-fourteen { padding-left: 1176px; }
124
- .container .offset-by-fifteen { padding-left: 1260px; }
125
- }
126
-
127
-
128
- /* #Tablet (Portrait)
129
- ================================================== */
130
-
131
- /* Note: Design for a width of 768px */
132
-
133
- @media only screen and (min-width: 768px) and (max-width: 959px) {
134
- .container { width: 768px; }
135
- .container .column,
136
- .container .columns { margin-left: 10px; margin-right: 10px; }
137
- .column.alpha, .columns.alpha { margin-left: 0; margin-right: 10px; }
138
- .column.omega, .columns.omega { margin-right: 0; margin-left: 10px; }
139
- .alpha.omega { margin-left: 0; margin-right: 0; }
140
-
141
- .container .one.column,
142
- .container .one.columns { width: 28px; }
143
- .container .two.columns { width: 76px; }
144
- .container .three.columns { width: 124px; }
145
- .container .four.columns { width: 172px; }
146
- .container .five.columns { width: 220px; }
147
- .container .six.columns { width: 268px; }
148
- .container .seven.columns { width: 316px; }
149
- .container .eight.columns { width: 364px; }
150
- .container .nine.columns { width: 412px; }
151
- .container .ten.columns { width: 460px; }
152
- .container .eleven.columns { width: 508px; }
153
- .container .twelve.columns { width: 556px; }
154
- .container .thirteen.columns { width: 604px; }
155
- .container .fourteen.columns { width: 652px; }
156
- .container .fifteen.columns { width: 700px; }
157
- .container .sixteen.columns { width: 748px; }
158
-
159
- .container .one-third.column { width: 236px; }
160
- .container .two-thirds.column { width: 492px; }
161
-
162
- /* Offsets */
163
- .container .offset-by-one { padding-left: 48px; }
164
- .container .offset-by-two { padding-left: 96px; }
165
- .container .offset-by-three { padding-left: 144px; }
166
- .container .offset-by-four { padding-left: 192px; }
167
- .container .offset-by-five { padding-left: 240px; }
168
- .container .offset-by-six { padding-left: 288px; }
169
- .container .offset-by-seven { padding-left: 336px; }
170
- .container .offset-by-eight { padding-left: 384px; }
171
- .container .offset-by-nine { padding-left: 432px; }
172
- .container .offset-by-ten { padding-left: 480px; }
173
- .container .offset-by-eleven { padding-left: 528px; }
174
- .container .offset-by-twelve { padding-left: 576px; }
175
- .container .offset-by-thirteen { padding-left: 624px; }
176
- .container .offset-by-fourteen { padding-left: 672px; }
177
- .container .offset-by-fifteen { padding-left: 720px; }
178
- }
179
-
180
-
181
- /* #Mobile (Portrait)
182
- ================================================== */
183
-
184
- /* Note: Design for a width of 320px */
185
-
186
- @media only screen and (max-width: 767px) {
187
- .container { width: 300px; }
188
- .container .columns,
189
- .container .column { margin: 0; }
190
-
191
- .container .one.column,
192
- .container .one.columns,
193
- .container .two.columns,
194
- .container .three.columns,
195
- .container .four.columns,
196
- .container .five.columns,
197
- .container .six.columns,
198
- .container .seven.columns,
199
- .container .eight.columns,
200
- .container .nine.columns,
201
- .container .ten.columns,
202
- .container .eleven.columns,
203
- .container .twelve.columns,
204
- .container .thirteen.columns,
205
- .container .fourteen.columns,
206
- .container .fifteen.columns,
207
- .container .sixteen.columns,
208
- .container .one-third.column,
209
- .container .two-thirds.column { width: 300px; }
210
-
211
- /* Offsets */
212
- .container .offset-by-one,
213
- .container .offset-by-two,
214
- .container .offset-by-three,
215
- .container .offset-by-four,
216
- .container .offset-by-five,
217
- .container .offset-by-six,
218
- .container .offset-by-seven,
219
- .container .offset-by-eight,
220
- .container .offset-by-nine,
221
- .container .offset-by-ten,
222
- .container .offset-by-eleven,
223
- .container .offset-by-twelve,
224
- .container .offset-by-thirteen,
225
- .container .offset-by-fourteen,
226
- .container .offset-by-fifteen { padding-left: 0; }
227
-
228
- }
229
-
230
-
231
- /* #Mobile (Landscape)
232
- ================================================== */
233
-
234
- /* Note: Design for a width of 480px */
235
-
236
- @media only screen and (min-width: 480px) and (max-width: 767px) {
237
- .container { width: 420px; }
238
- .container .columns,
239
- .container .column { margin: 0; }
240
-
241
- .container .one.column,
242
- .container .one.columns,
243
- .container .two.columns,
244
- .container .three.columns,
245
- .container .four.columns,
246
- .container .five.columns,
247
- .container .six.columns,
248
- .container .seven.columns,
249
- .container .eight.columns,
250
- .container .nine.columns,
251
- .container .ten.columns,
252
- .container .eleven.columns,
253
- .container .twelve.columns,
254
- .container .thirteen.columns,
255
- .container .fourteen.columns,
256
- .container .fifteen.columns,
257
- .container .sixteen.columns,
258
- .container .one-third.column,
259
- .container .two-thirds.column { width: 420px; }
260
- }
261
-
262
-
263
- /* #Clearing
264
- ================================================== */
265
-
266
- /* Self Clearing Goodness */
267
- .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
268
-
269
- /* Use clearfix class on parent to clear nested columns,
270
- or wrap each row of columns in a <div class="row"> */
271
- .clearfix:before,
272
- .clearfix:after,
273
- .row:before,
274
- .row:after {
275
- content: '\0020';
276
- display: block;
277
- overflow: hidden;
278
- visibility: hidden;
279
- width: 0;
280
- height: 0; }
281
- .row:after,
282
- .clearfix:after {
283
- clear: both; }
284
- .row,
285
- .clearfix {
286
- zoom: 1; }
287
-
288
- /* You can also use a <br class="clear" /> to clear columns */
289
- .clear {
290
- clear: both;
291
- display: block;
292
- overflow: hidden;
293
- visibility: hidden;
294
- width: 0;
295
- height: 0;
296
- }
11
+ /* Table of contents
12
+ ––––––––––––––––––––––––––––––––––––––––––––––––––
13
+ - Grid
14
+ - Base Styles
15
+ - Typography
16
+ - Links
17
+ - Buttons
18
+ - Forms
19
+ - Lists
20
+ - Code
21
+ - Tables
22
+ - Spacing
23
+ - Utilities
24
+ - Clearing
25
+ - Media Queries
26
+ */
27
+
28
+
29
+ /* Grid
30
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
31
+ .container {
32
+ position: relative;
33
+ width: 100%;
34
+ max-width: 960px;
35
+ margin: 0 auto;
36
+ padding: 0 20px;
37
+ box-sizing: border-box; }
38
+ .column,
39
+ .columns {
40
+ width: 100%;
41
+ float: left;
42
+ box-sizing: border-box; }
43
+
44
+ /* For devices larger than 400px */
45
+ @media (min-width: 400px) {
46
+ .container {
47
+ width: 85%;
48
+ padding: 0; }
49
+ }
50
+
51
+ /* For devices larger than 550px */
52
+ @media (min-width: 550px) {
53
+ .container {
54
+ width: 80%; }
55
+ .column,
56
+ .columns {
57
+ margin-left: 4%; }
58
+ .column:first-child,
59
+ .columns:first-child {
60
+ margin-left: 0; }
61
+
62
+ .one.column,
63
+ .one.columns { width: 4.66666666667%; }
64
+ .two.columns { width: 13.3333333333%; }
65
+ .three.columns { width: 22%; }
66
+ .four.columns { width: 30.6666666667%; }
67
+ .five.columns { width: 39.3333333333%; }
68
+ .six.columns { width: 48%; }
69
+ .seven.columns { width: 56.6666666667%; }
70
+ .eight.columns { width: 65.3333333333%; }
71
+ .nine.columns { width: 74.0%; }
72
+ .ten.columns { width: 82.6666666667%; }
73
+ .eleven.columns { width: 91.3333333333%; }
74
+ .twelve.columns { width: 100%; margin-left: 0; }
75
+
76
+ .one-third.column { width: 30.6666666667%; }
77
+ .two-thirds.column { width: 65.3333333333%; }
78
+
79
+ .one-half.column { width: 48%; }
80
+
81
+ /* Offsets */
82
+ .offset-by-one.column,
83
+ .offset-by-one.columns { margin-left: 8.66666666667%; }
84
+ .offset-by-two.column,
85
+ .offset-by-two.columns { margin-left: 17.3333333333%; }
86
+ .offset-by-three.column,
87
+ .offset-by-three.columns { margin-left: 26%; }
88
+ .offset-by-four.column,
89
+ .offset-by-four.columns { margin-left: 34.6666666667%; }
90
+ .offset-by-five.column,
91
+ .offset-by-five.columns { margin-left: 43.3333333333%; }
92
+ .offset-by-six.column,
93
+ .offset-by-six.columns { margin-left: 52%; }
94
+ .offset-by-seven.column,
95
+ .offset-by-seven.columns { margin-left: 60.6666666667%; }
96
+ .offset-by-eight.column,
97
+ .offset-by-eight.columns { margin-left: 69.3333333333%; }
98
+ .offset-by-nine.column,
99
+ .offset-by-nine.columns { margin-left: 78.0%; }
100
+ .offset-by-ten.column,
101
+ .offset-by-ten.columns { margin-left: 86.6666666667%; }
102
+ .offset-by-eleven.column,
103
+ .offset-by-eleven.columns { margin-left: 95.3333333333%; }
104
+
105
+ .offset-by-one-third.column,
106
+ .offset-by-one-third.columns { margin-left: 34.6666666667%; }
107
+ .offset-by-two-thirds.column,
108
+ .offset-by-two-thirds.columns { margin-left: 69.3333333333%; }
109
+
110
+ .offset-by-one-half.column,
111
+ .offset-by-one-half.columns { margin-left: 52%; }
112
+
113
+ }
114
+
115
+
116
+ /* Base Styles
117
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
118
+ /* NOTE
119
+ html is set to 62.5% so that all the REM measurements throughout Skeleton
120
+ are based on 10px sizing. So basically 1.5rem = 15px :) */
121
+ html {
122
+ font-size: 62.5%; }
123
+ body {
124
+ font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
125
+ line-height: 1.6;
126
+ font-weight: 400;
127
+ font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
128
+ color: #222; }
129
+
130
+
131
+ /* Typography
132
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
133
+ h1, h2, h3, h4, h5, h6 {
134
+ margin-top: 0;
135
+ margin-bottom: 2rem;
136
+ font-weight: 300; }
137
+ h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
138
+ h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
139
+ h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
140
+ h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
141
+ h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
142
+ h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
143
+
144
+ /* Larger than phablet */
145
+ @media (min-width: 550px) {
146
+ h1 { font-size: 5.0rem; }
147
+ h2 { font-size: 4.2rem; }
148
+ h3 { font-size: 3.6rem; }
149
+ h4 { font-size: 3.0rem; }
150
+ h5 { font-size: 2.4rem; }
151
+ h6 { font-size: 1.5rem; }
152
+ }
153
+
154
+ p {
155
+ margin-top: 0; }
156
+
157
+
158
+ /* Links
159
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
160
+ a {
161
+ color: #1EAEDB; }
162
+ a:hover {
163
+ color: #0FA0CE; }
164
+
165
+
166
+ /* Buttons
167
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
168
+ .button,
169
+ button,
170
+ input[type="submit"],
171
+ input[type="reset"],
172
+ input[type="button"] {
173
+ display: inline-block;
174
+ height: 38px;
175
+ padding: 0 30px;
176
+ color: #555;
177
+ text-align: center;
178
+ font-size: 11px;
179
+ font-weight: 600;
180
+ line-height: 38px;
181
+ letter-spacing: .1rem;
182
+ text-transform: uppercase;
183
+ text-decoration: none;
184
+ white-space: nowrap;
185
+ background-color: transparent;
186
+ border-radius: 4px;
187
+ border: 1px solid #bbb;
188
+ cursor: pointer;
189
+ box-sizing: border-box; }
190
+ .button:hover,
191
+ button:hover,
192
+ input[type="submit"]:hover,
193
+ input[type="reset"]:hover,
194
+ input[type="button"]:hover,
195
+ .button:focus,
196
+ button:focus,
197
+ input[type="submit"]:focus,
198
+ input[type="reset"]:focus,
199
+ input[type="button"]:focus {
200
+ color: #333;
201
+ border-color: #888;
202
+ outline: 0; }
203
+ .button.button-primary,
204
+ button.button-primary,
205
+ input[type="submit"].button-primary,
206
+ input[type="reset"].button-primary,
207
+ input[type="button"].button-primary {
208
+ color: #FFF;
209
+ background-color: #33C3F0;
210
+ border-color: #33C3F0; }
211
+ .button.button-primary:hover,
212
+ button.button-primary:hover,
213
+ input[type="submit"].button-primary:hover,
214
+ input[type="reset"].button-primary:hover,
215
+ input[type="button"].button-primary:hover,
216
+ .button.button-primary:focus,
217
+ button.button-primary:focus,
218
+ input[type="submit"].button-primary:focus,
219
+ input[type="reset"].button-primary:focus,
220
+ input[type="button"].button-primary:focus {
221
+ color: #FFF;
222
+ background-color: #1EAEDB;
223
+ border-color: #1EAEDB; }
224
+
225
+
226
+ /* Forms
227
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
228
+ input[type="email"],
229
+ input[type="number"],
230
+ input[type="search"],
231
+ input[type="text"],
232
+ input[type="tel"],
233
+ input[type="url"],
234
+ input[type="password"],
235
+ textarea,
236
+ select {
237
+ height: 38px;
238
+ padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
239
+ background-color: #fff;
240
+ border: 1px solid #D1D1D1;
241
+ border-radius: 4px;
242
+ box-shadow: none;
243
+ box-sizing: border-box; }
244
+ /* Removes awkward default styles on some inputs for iOS */
245
+ input[type="email"],
246
+ input[type="number"],
247
+ input[type="search"],
248
+ input[type="text"],
249
+ input[type="tel"],
250
+ input[type="url"],
251
+ input[type="password"],
252
+ textarea {
253
+ -webkit-appearance: none;
254
+ -moz-appearance: none;
255
+ appearance: none; }
256
+ textarea {
257
+ min-height: 65px;
258
+ padding-top: 6px;
259
+ padding-bottom: 6px; }
260
+ input[type="email"]:focus,
261
+ input[type="number"]:focus,
262
+ input[type="search"]:focus,
263
+ input[type="text"]:focus,
264
+ input[type="tel"]:focus,
265
+ input[type="url"]:focus,
266
+ input[type="password"]:focus,
267
+ textarea:focus,
268
+ select:focus {
269
+ border: 1px solid #33C3F0;
270
+ outline: 0; }
271
+ label,
272
+ legend {
273
+ display: block;
274
+ margin-bottom: .5rem;
275
+ font-weight: 600; }
276
+ fieldset {
277
+ padding: 0;
278
+ border-width: 0; }
279
+ input[type="checkbox"],
280
+ input[type="radio"] {
281
+ display: inline; }
282
+ label > .label-body {
283
+ display: inline-block;
284
+ margin-left: .5rem;
285
+ font-weight: normal; }
286
+
287
+
288
+ /* Lists
289
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
290
+ ul {
291
+ list-style: circle inside; }
292
+ ol {
293
+ list-style: decimal inside; }
294
+ ol, ul {
295
+ padding-left: 0;
296
+ margin-top: 0; }
297
+ ul ul,
298
+ ul ol,
299
+ ol ol,
300
+ ol ul {
301
+ margin: 1.5rem 0 1.5rem 3rem;
302
+ font-size: 90%; }
303
+ li {
304
+ margin-bottom: 1rem; }
305
+
306
+
307
+ /* Code
308
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
309
+ code {
310
+ padding: .2rem .5rem;
311
+ margin: 0 .2rem;
312
+ font-size: 90%;
313
+ white-space: nowrap;
314
+ background: #F1F1F1;
315
+ border: 1px solid #E1E1E1;
316
+ border-radius: 4px; }
317
+ pre > code {
318
+ display: block;
319
+ padding: 1rem 1.5rem;
320
+ white-space: pre; }
321
+
322
+
323
+ /* Tables
324
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
325
+ th,
326
+ td {
327
+ padding: 12px 15px;
328
+ text-align: left;
329
+ border-bottom: 1px solid #E1E1E1; }
330
+ th:first-child,
331
+ td:first-child {
332
+ padding-left: 0; }
333
+ th:last-child,
334
+ td:last-child {
335
+ padding-right: 0; }
336
+
337
+
338
+ /* Spacing
339
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
340
+ button,
341
+ .button {
342
+ margin-bottom: 1rem; }
343
+ input,
344
+ textarea,
345
+ select,
346
+ fieldset {
347
+ margin-bottom: 1.5rem; }
348
+ pre,
349
+ blockquote,
350
+ dl,
351
+ figure,
352
+ table,
353
+ p,
354
+ ul,
355
+ ol,
356
+ form {
357
+ margin-bottom: 2.5rem; }
358
+
359
+
360
+ /* Utilities
361
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
362
+ .u-full-width {
363
+ width: 100%;
364
+ box-sizing: border-box; }
365
+ .u-max-full-width {
366
+ max-width: 100%;
367
+ box-sizing: border-box; }
368
+ .u-pull-right {
369
+ float: right; }
370
+ .u-pull-left {
371
+ float: left; }
372
+
373
+
374
+ /* Misc
375
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
376
+ hr {
377
+ margin-top: 3rem;
378
+ margin-bottom: 3.5rem;
379
+ border-width: 0;
380
+ border-top: 1px solid #E1E1E1; }
381
+
382
+
383
+ /* Clearing
384
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
385
+
386
+ /* Self Clearing Goodness */
387
+ .container:after,
388
+ .row:after,
389
+ .u-cf {
390
+ content: "";
391
+ display: table;
392
+ clear: both; }
393
+
394
+
395
+ /* Media Queries
396
+ –––––––––––––––––––––––––––––––––––––––––––––––––– */
397
+ /*
398
+ Note: The best way to structure the use of media queries is to create the queries
399
+ near the relevant code. For example, if you wanted to change the styles for buttons
400
+ on small devices, paste the mobile query code up in the buttons section and style it
401
+ there.
402
+ */
403
+
404
+
405
+ /* Larger than mobile */
406
+ @media (min-width: 400px) {}
407
+
408
+ /* Larger than phablet (also point when grid becomes active) */
409
+ @media (min-width: 550px) {}
410
+
411
+ /* Larger than tablet */
412
+ @media (min-width: 750px) {}
413
+
414
+ /* Larger than desktop */
415
+ @media (min-width: 1000px) {}
416
+
417
+ /* Larger than Desktop HD */
418
+ @media (min-width: 1200px) {}