bootswatch-rails 3.2.0 → 3.2.2
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.
- checksums.yaml +4 -4
- data/HISTORY.md +5 -0
- data/README.md +2 -0
- data/Rakefile +2 -1
- data/lib/bootswatch-rails/version.rb +1 -1
- data/rearranges +4 -4
- data/vendor/assets/stylesheets/bootswatch/amelia/_variables.scss +3 -3
- data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +30 -31
- data/vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +32 -16
- data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +36 -37
- data/vendor/assets/stylesheets/bootswatch/custom/_variables.scss +116 -116
- data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +2 -7
- data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +47 -48
- data/vendor/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +14 -10
- data/vendor/assets/stylesheets/bootswatch/darkly/_variables.scss +45 -46
- data/vendor/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +27 -17
- data/vendor/assets/stylesheets/bootswatch/flatly/_variables.scss +45 -48
- data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +30 -32
- data/vendor/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +34 -24
- data/vendor/assets/stylesheets/bootswatch/lumen/_variables.scss +135 -138
- data/vendor/assets/stylesheets/bootswatch/paper/_bootswatch.scss +420 -0
- data/vendor/assets/stylesheets/bootswatch/paper/_variables.scss +845 -0
- data/vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss +34 -23
- data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +45 -47
- data/vendor/assets/stylesheets/bootswatch/sandstone/_bootswatch.scss +200 -0
- data/vendor/assets/stylesheets/bootswatch/sandstone/_variables.scss +844 -0
- data/vendor/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +6 -0
- data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +49 -51
- data/vendor/assets/stylesheets/bootswatch/slate/_bootswatch.scss +13 -14
- data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +43 -46
- data/vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +3 -0
- data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +37 -39
- data/vendor/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +4 -4
- data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +139 -143
- data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +30 -31
- data/vendor/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +36 -35
- data/vendor/assets/stylesheets/bootswatch/yeti/_variables.scss +28 -26
- metadata +6 -2
@@ -1,22 +1,22 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
//== Custom 3.0.0
|
2
|
+
//== Variables
|
3
|
+
//##
|
4
4
|
|
5
5
|
|
6
|
-
|
7
|
-
|
6
|
+
//== Global values
|
7
|
+
//##
|
8
8
|
|
9
|
-
|
10
|
-
|
9
|
+
//== Grays
|
10
|
+
//##
|
11
11
|
|
12
|
+
$gray: lighten(#000, 33.5%); // #555
|
12
13
|
$gray-darker: lighten(#000, 13.5%); // #222
|
13
14
|
$gray-dark: lighten(#000, 20%); // #333
|
14
|
-
$gray: lighten(#000, 33.5%); // #555
|
15
15
|
$gray-light: lighten(#000, 60%); // #999
|
16
16
|
$gray-lighter: lighten(#000, 93.5%); // #eee
|
17
17
|
|
18
|
-
|
19
|
-
|
18
|
+
//== Brand colors
|
19
|
+
//##
|
20
20
|
|
21
21
|
$brand-primary: #428bca;
|
22
22
|
$brand-success: #5cb85c;
|
@@ -24,20 +24,20 @@ $brand-warning: #f0ad4e;
|
|
24
24
|
$brand-danger: #d9534f;
|
25
25
|
$brand-info: #5bc0de;
|
26
26
|
|
27
|
-
|
28
|
-
|
27
|
+
//== Scaffolding
|
28
|
+
//##
|
29
29
|
|
30
30
|
$body-bg: #fff;
|
31
31
|
$text-color: $gray-dark;
|
32
32
|
|
33
|
-
|
34
|
-
|
33
|
+
//== Links
|
34
|
+
//##
|
35
35
|
|
36
36
|
$link-color: $brand-primary;
|
37
37
|
$link-hover-color: darken($link-color, 15%);
|
38
38
|
|
39
|
-
|
40
|
-
|
39
|
+
//== Typography
|
40
|
+
//##
|
41
41
|
|
42
42
|
$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
43
43
|
$font-family-serif: Georgia, "Times New Roman", Times, serif;
|
@@ -55,16 +55,16 @@ $headings-font-family: $font-family-base;
|
|
55
55
|
$headings-font-weight: 500;
|
56
56
|
$headings-line-height: 1.1;
|
57
57
|
|
58
|
-
|
59
|
-
|
58
|
+
//== Iconography
|
59
|
+
//##
|
60
60
|
|
61
61
|
$icon-font-path: "../fonts/";
|
62
62
|
$icon-font-name: "glyphicons-halflings-regular";
|
63
63
|
|
64
64
|
|
65
|
-
|
66
|
-
|
67
|
-
|
65
|
+
//== Components
|
66
|
+
//##
|
67
|
+
//== Based on 14px font-size and 1.428 line-height (~20px to start)
|
68
68
|
|
69
69
|
$padding-base-vertical: 6px;
|
70
70
|
$padding-base-horizontal: 12px;
|
@@ -87,22 +87,22 @@ $component-active-bg: $brand-primary;
|
|
87
87
|
$caret-width-base: 4px;
|
88
88
|
$caret-width-large: 5px;
|
89
89
|
|
90
|
-
|
91
|
-
|
90
|
+
//== Tables
|
91
|
+
//##
|
92
92
|
|
93
93
|
$table-cell-padding: 8px;
|
94
94
|
$table-condensed-cell-padding: 5px;
|
95
95
|
|
96
|
-
$table-bg: hsla(0, 100%, 100%, 0);
|
97
|
-
$table-bg-accent: #f9f9f9;
|
96
|
+
$table-bg: hsla(0, 100%, 100%, 0); //== overall background-color
|
97
|
+
$table-bg-accent: #f9f9f9; //== for striping
|
98
98
|
$table-bg-hover: #f5f5f5;
|
99
99
|
$table-bg-active: $table-bg-hover;
|
100
100
|
|
101
|
-
$table-border-color: #ddd;
|
101
|
+
$table-border-color: #ddd; //== table and cell border
|
102
102
|
|
103
103
|
|
104
|
-
|
105
|
-
|
104
|
+
//== Buttons
|
105
|
+
//##
|
106
106
|
|
107
107
|
$btn-font-weight: normal;
|
108
108
|
|
@@ -133,8 +133,8 @@ $btn-info-border: darken($btn-info-bg, 5%);
|
|
133
133
|
$btn-link-disabled-color: $gray-light;
|
134
134
|
|
135
135
|
|
136
|
-
|
137
|
-
|
136
|
+
//== Forms
|
137
|
+
//##
|
138
138
|
|
139
139
|
$input-bg: #fff;
|
140
140
|
$input-bg-disabled: $gray-lighter;
|
@@ -157,8 +157,8 @@ $input-group-addon-bg: $gray-lighter;
|
|
157
157
|
$input-group-addon-border-color: $input-border;
|
158
158
|
|
159
159
|
|
160
|
-
|
161
|
-
|
160
|
+
//== Dropdowns
|
161
|
+
//##
|
162
162
|
|
163
163
|
$dropdown-bg: #fff;
|
164
164
|
$dropdown-border: rgba(0,0,0,.15);
|
@@ -179,14 +179,14 @@ $dropdown-header-color: $gray-light;
|
|
179
179
|
$dropdown-caret-color: #000;
|
180
180
|
|
181
181
|
|
182
|
-
|
183
|
-
|
182
|
+
//== COMPONENT VARIABLES
|
183
|
+
//##
|
184
184
|
|
185
185
|
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
186
|
+
//== Z-index master list
|
187
|
+
//##
|
188
|
+
//== Used for a bird's eye view of components dependent on the z-axis
|
189
|
+
//== Try to avoid customizing these :)
|
190
190
|
|
191
191
|
$zindex-navbar: 1000;
|
192
192
|
$zindex-dropdown: 1000;
|
@@ -196,46 +196,46 @@ $zindex-navbar-fixed: 1030;
|
|
196
196
|
$zindex-modal-background: 1040;
|
197
197
|
$zindex-modal: 1050;
|
198
198
|
|
199
|
-
|
200
|
-
|
199
|
+
//== Media queries breakpoints
|
200
|
+
//##
|
201
201
|
|
202
|
-
|
202
|
+
//== Extra small screen / phone
|
203
203
|
$screen-xs: 480px;
|
204
204
|
$screen-phone: $screen-xs;
|
205
205
|
|
206
|
-
|
206
|
+
//== Small screen / tablet
|
207
207
|
$screen-sm: 768px;
|
208
208
|
$screen-tablet: $screen-sm;
|
209
209
|
|
210
|
-
|
210
|
+
//== Medium screen / desktop
|
211
211
|
$screen-md: 992px;
|
212
212
|
$screen-desktop: $screen-md;
|
213
213
|
|
214
|
-
|
214
|
+
//== Large screen / wide desktop
|
215
215
|
$screen-lg: 1200px;
|
216
216
|
$screen-lg-desktop: $screen-lg;
|
217
217
|
|
218
|
-
|
218
|
+
//== So media queries don't overlap when required, provide a maximum
|
219
219
|
$screen-xs-max: ($screen-sm - 1);
|
220
220
|
$screen-sm-max: ($screen-md - 1);
|
221
221
|
$screen-md-max: ($screen-lg - 1);
|
222
222
|
|
223
223
|
|
224
|
-
|
225
|
-
|
224
|
+
//== Grid system
|
225
|
+
//##
|
226
226
|
|
227
|
-
|
227
|
+
//== Number of columns in the grid system
|
228
228
|
$grid-columns: 12;
|
229
|
-
|
229
|
+
//== Padding, to be divided by two and applied to the left and right of all columns
|
230
230
|
$grid-gutter-width: 30px;
|
231
|
-
|
231
|
+
//== Point at which the navbar stops collapsing
|
232
232
|
$grid-float-breakpoint: $screen-tablet;
|
233
233
|
|
234
234
|
|
235
|
-
|
236
|
-
|
235
|
+
//== Navbar
|
236
|
+
//##
|
237
237
|
|
238
|
-
|
238
|
+
//== Basics of a navbar
|
239
239
|
$navbar-height: 50px;
|
240
240
|
$navbar-margin-bottom: $line-height-computed;
|
241
241
|
$navbar-default-color: #777;
|
@@ -245,7 +245,7 @@ $navbar-border-radius: $border-radius-base;
|
|
245
245
|
$navbar-padding-horizontal: floor($grid-gutter-width / 2);
|
246
246
|
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2);
|
247
247
|
|
248
|
-
|
248
|
+
//== Navbar links
|
249
249
|
$navbar-default-link-color: #777;
|
250
250
|
$navbar-default-link-hover-color: #333;
|
251
251
|
$navbar-default-link-hover-bg: hsla(0, 100%, 100%, 0);
|
@@ -254,25 +254,25 @@ $navbar-default-link-active-bg: darken($navbar-default-bg, 6.5%);
|
|
254
254
|
$navbar-default-link-disabled-color: #ccc;
|
255
255
|
$navbar-default-link-disabled-bg: hsla(0, 100%, 100%, 0);
|
256
256
|
|
257
|
-
|
257
|
+
//== Navbar brand label
|
258
258
|
$navbar-default-brand-color: $navbar-default-link-color;
|
259
259
|
$navbar-default-brand-hover-color: darken($navbar-default-link-color, 10%);
|
260
260
|
$navbar-default-brand-hover-bg: hsla(0, 100%, 100%, 0);
|
261
261
|
|
262
|
-
|
262
|
+
//== Navbar toggle
|
263
263
|
$navbar-default-toggle-hover-bg: #ddd;
|
264
264
|
$navbar-default-toggle-icon-bar-bg: #ccc;
|
265
265
|
$navbar-default-toggle-border-color: #ddd;
|
266
266
|
|
267
267
|
|
268
|
-
|
268
|
+
//== Inverted navbar
|
269
269
|
//
|
270
|
-
|
270
|
+
//== Reset inverted navbar basics
|
271
271
|
$navbar-inverse-color: $gray-light;
|
272
272
|
$navbar-inverse-bg: #222;
|
273
273
|
$navbar-inverse-border: darken($navbar-inverse-bg, 10%);
|
274
274
|
|
275
|
-
|
275
|
+
//== Inverted navbar links
|
276
276
|
$navbar-inverse-link-color: $gray-light;
|
277
277
|
$navbar-inverse-link-hover-color: #fff;
|
278
278
|
$navbar-inverse-link-hover-bg: hsla(0, 100%, 100%, 0);
|
@@ -281,26 +281,26 @@ $navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 10%);
|
|
281
281
|
$navbar-inverse-link-disabled-color: #444;
|
282
282
|
$navbar-inverse-link-disabled-bg: hsla(0, 100%, 100%, 0);
|
283
283
|
|
284
|
-
|
284
|
+
//== Inverted navbar brand label
|
285
285
|
$navbar-inverse-brand-color: $navbar-inverse-link-color;
|
286
286
|
$navbar-inverse-brand-hover-color: #fff;
|
287
287
|
$navbar-inverse-brand-hover-bg: hsla(0, 100%, 100%, 0);
|
288
288
|
|
289
|
-
|
290
|
-
|
289
|
+
//== Inverted navbar search
|
290
|
+
//== Normal navbar needs no special styles or vars
|
291
291
|
$navbar-inverse-search-bg: lighten($navbar-inverse-bg, 25%);
|
292
292
|
$navbar-inverse-search-bg-focus: #fff;
|
293
293
|
$navbar-inverse-search-border: $navbar-inverse-bg;
|
294
294
|
$navbar-inverse-search-placeholder-color: #ccc;
|
295
295
|
|
296
|
-
|
296
|
+
//== Inverted navbar toggle
|
297
297
|
$navbar-inverse-toggle-hover-bg: #333;
|
298
298
|
$navbar-inverse-toggle-icon-bar-bg: #fff;
|
299
299
|
$navbar-inverse-toggle-border-color: #333;
|
300
300
|
|
301
301
|
|
302
|
-
|
303
|
-
|
302
|
+
//== Navs
|
303
|
+
//##
|
304
304
|
|
305
305
|
$nav-link-padding: 10px 15px;
|
306
306
|
$nav-link-hover-bg: $gray-lighter;
|
@@ -311,7 +311,7 @@ $nav-disabled-link-hover-color: $gray-light;
|
|
311
311
|
$nav-open-link-hover-color: #fff;
|
312
312
|
$nav-open-caret-border-color: #fff;
|
313
313
|
|
314
|
-
|
314
|
+
//== Tabs
|
315
315
|
$nav-tabs-border-color: #ddd;
|
316
316
|
|
317
317
|
$nav-tabs-link-hover-border-color: $gray-lighter;
|
@@ -323,13 +323,13 @@ $nav-tabs-active-link-hover-border-color: #ddd;
|
|
323
323
|
$nav-tabs-justified-link-border-color: #ddd;
|
324
324
|
$nav-tabs-justified-active-link-border-color: $body-bg;
|
325
325
|
|
326
|
-
|
326
|
+
//== Pills
|
327
327
|
$nav-pills-active-link-hover-bg: $component-active-bg;
|
328
328
|
$nav-pills-active-link-hover-color: #fff;
|
329
329
|
|
330
330
|
|
331
|
-
|
332
|
-
|
331
|
+
//== Pagination
|
332
|
+
//##
|
333
333
|
|
334
334
|
$pagination-bg: #fff;
|
335
335
|
$pagination-border: #ddd;
|
@@ -342,15 +342,15 @@ $pagination-active-color: #fff;
|
|
342
342
|
$pagination-disabled-color: $gray-light;
|
343
343
|
|
344
344
|
|
345
|
-
|
346
|
-
|
345
|
+
//== Pager
|
346
|
+
//##
|
347
347
|
|
348
348
|
$pager-border-radius: 15px;
|
349
349
|
$pager-disabled-color: $gray-light;
|
350
350
|
|
351
351
|
|
352
|
-
|
353
|
-
|
352
|
+
//== Jumbotron
|
353
|
+
//##
|
354
354
|
|
355
355
|
$jumbotron-padding: 30px;
|
356
356
|
$jumbotron-color: inherit;
|
@@ -359,8 +359,8 @@ $jumbotron-bg: $gray-lighter;
|
|
359
359
|
$jumbotron-heading-color: inherit;
|
360
360
|
|
361
361
|
|
362
|
-
|
363
|
-
|
362
|
+
//== Form states and alerts
|
363
|
+
//##
|
364
364
|
|
365
365
|
$state-warning-text: #c09853;
|
366
366
|
$state-warning-bg: #fcf8e3;
|
@@ -379,8 +379,8 @@ $state-info-bg: #d9edf7;
|
|
379
379
|
$state-info-border: darken(adjust-hue($state-info-bg, -10), 7%);
|
380
380
|
|
381
381
|
|
382
|
-
|
383
|
-
|
382
|
+
//== Tooltips
|
383
|
+
//##
|
384
384
|
$tooltip-max-width: 200px;
|
385
385
|
$tooltip-color: #fff;
|
386
386
|
$tooltip-bg: #000;
|
@@ -389,8 +389,8 @@ $tooltip-arrow-width: 5px;
|
|
389
389
|
$tooltip-arrow-color: $tooltip-bg;
|
390
390
|
|
391
391
|
|
392
|
-
|
393
|
-
|
392
|
+
//== Popovers
|
393
|
+
//##
|
394
394
|
$popover-bg: #fff;
|
395
395
|
$popover-max-width: 276px;
|
396
396
|
$popover-border-color: rgba(0,0,0,.2);
|
@@ -406,8 +406,8 @@ $popover-arrow-outer-color: rgba(0,0,0,.25);
|
|
406
406
|
$popover-arrow-outer-fallback-color: #999;
|
407
407
|
|
408
408
|
|
409
|
-
|
410
|
-
|
409
|
+
//== Labels
|
410
|
+
//##
|
411
411
|
|
412
412
|
$label-default-bg: $gray-light;
|
413
413
|
$label-primary-bg: $brand-primary;
|
@@ -420,8 +420,8 @@ $label-color: #fff;
|
|
420
420
|
$label-link-hover-color: #fff;
|
421
421
|
|
422
422
|
|
423
|
-
|
424
|
-
|
423
|
+
//== Modals
|
424
|
+
//##
|
425
425
|
$modal-inner-padding: 20px;
|
426
426
|
|
427
427
|
$modal-title-padding: 15px;
|
@@ -436,8 +436,8 @@ $modal-header-border-color: #e5e5e5;
|
|
436
436
|
$modal-footer-border-color: $modal-header-border-color;
|
437
437
|
|
438
438
|
|
439
|
-
|
440
|
-
|
439
|
+
//== Alerts
|
440
|
+
//##
|
441
441
|
$alert-padding: 15px;
|
442
442
|
$alert-border-radius: $border-radius-base;
|
443
443
|
$alert-link-font-weight: bold;
|
@@ -459,8 +459,8 @@ $alert-danger-text: $state-danger-text;
|
|
459
459
|
$alert-danger-border: $state-danger-border;
|
460
460
|
|
461
461
|
|
462
|
-
|
463
|
-
|
462
|
+
//== Progress bars
|
463
|
+
//##
|
464
464
|
$progress-bg: #f5f5f5;
|
465
465
|
$progress-bar-color: #fff;
|
466
466
|
|
@@ -471,8 +471,8 @@ $progress-bar-danger-bg: $brand-danger;
|
|
471
471
|
$progress-bar-info-bg: $brand-info;
|
472
472
|
|
473
473
|
|
474
|
-
|
475
|
-
|
474
|
+
//== List group
|
475
|
+
//##
|
476
476
|
$list-group-bg: #fff;
|
477
477
|
$list-group-border: #ddd;
|
478
478
|
$list-group-border-radius: $border-radius-base;
|
@@ -486,8 +486,8 @@ $list-group-link-color: #555;
|
|
486
486
|
$list-group-link-heading-color: #333;
|
487
487
|
|
488
488
|
|
489
|
-
|
490
|
-
|
489
|
+
//== Panels
|
490
|
+
//##
|
491
491
|
$panel-bg: #fff;
|
492
492
|
$panel-inner-border: #ddd;
|
493
493
|
$panel-border-radius: $border-radius-base;
|
@@ -518,8 +518,8 @@ $panel-info-border: $state-info-border;
|
|
518
518
|
$panel-info-heading-bg: $state-info-bg;
|
519
519
|
|
520
520
|
|
521
|
-
|
522
|
-
|
521
|
+
//== Thumbnails
|
522
|
+
//##
|
523
523
|
$thumbnail-padding: 4px;
|
524
524
|
$thumbnail-bg: $body-bg;
|
525
525
|
$thumbnail-border: #ddd;
|
@@ -529,13 +529,13 @@ $thumbnail-caption-color: $text-color;
|
|
529
529
|
$thumbnail-caption-padding: 9px;
|
530
530
|
|
531
531
|
|
532
|
-
|
533
|
-
|
532
|
+
//== Wells
|
533
|
+
//##
|
534
534
|
$well-bg: #f5f5f5;
|
535
535
|
|
536
536
|
|
537
|
-
|
538
|
-
|
537
|
+
//== Badges
|
538
|
+
//##
|
539
539
|
$badge-color: #fff;
|
540
540
|
$badge-link-hover-color: #fff;
|
541
541
|
$badge-bg: $gray-light;
|
@@ -548,15 +548,15 @@ $badge-line-height: 1;
|
|
548
548
|
$badge-border-radius: 10px;
|
549
549
|
|
550
550
|
|
551
|
-
|
552
|
-
|
551
|
+
//== Breadcrumbs
|
552
|
+
//##
|
553
553
|
$breadcrumb-bg: #f5f5f5;
|
554
554
|
$breadcrumb-color: #ccc;
|
555
555
|
$breadcrumb-active-color: $gray-light;
|
556
556
|
|
557
557
|
|
558
|
-
|
559
|
-
|
558
|
+
//== Carousel
|
559
|
+
//##
|
560
560
|
|
561
561
|
$carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
562
562
|
|
@@ -571,15 +571,15 @@ $carousel-indicator-border-color: #fff;
|
|
571
571
|
$carousel-caption-color: #fff;
|
572
572
|
|
573
573
|
|
574
|
-
|
575
|
-
|
574
|
+
//== Close
|
575
|
+
//##
|
576
576
|
$close-color: #000;
|
577
577
|
$close-font-weight: bold;
|
578
578
|
$close-text-shadow: 0 1px 0 #fff;
|
579
579
|
|
580
580
|
|
581
|
-
|
582
|
-
|
581
|
+
//== Code
|
582
|
+
//##
|
583
583
|
$code-color: #c7254e;
|
584
584
|
$code-bg: #f9f2f4;
|
585
585
|
|
@@ -588,8 +588,8 @@ $pre-color: $gray-dark;
|
|
588
588
|
$pre-border-color: #ccc;
|
589
589
|
$pre-scrollable-max-height: 340px;
|
590
590
|
|
591
|
-
|
592
|
-
|
591
|
+
//== Type
|
592
|
+
//##
|
593
593
|
$text-muted: $gray-light;
|
594
594
|
$abbr-border-color: $gray-light;
|
595
595
|
$headings-small-color: $gray-light;
|
@@ -597,24 +597,24 @@ $blockquote-small-color: $gray-light;
|
|
597
597
|
$blockquote-border-color: $gray-lighter;
|
598
598
|
$page-header-border-color: $gray-lighter;
|
599
599
|
|
600
|
-
|
601
|
-
|
600
|
+
//== Miscellaneous
|
601
|
+
//##
|
602
602
|
|
603
|
-
|
603
|
+
//== Hr border color
|
604
604
|
$hr-border: $gray-lighter;
|
605
605
|
|
606
|
-
|
606
|
+
//== Horizontal forms & lists
|
607
607
|
$component-offset-horizontal: 180px;
|
608
608
|
|
609
609
|
|
610
|
-
|
611
|
-
|
610
|
+
//== Container sizes
|
611
|
+
//##
|
612
612
|
|
613
|
-
|
613
|
+
//== Small screen / tablet
|
614
614
|
$container-tablet: ((720px + $grid-gutter-width));
|
615
615
|
|
616
|
-
|
616
|
+
//== Medium screen / desktop
|
617
617
|
$container-desktop: ((940px + $grid-gutter-width));
|
618
618
|
|
619
|
-
|
619
|
+
//== Large screen / wide desktop
|
620
620
|
$container-lg-desktop: ((1140px + $grid-gutter-width));
|