bootswatch-rails 3.1.1.1 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/HISTORY.md +4 -0
  3. data/README.md +4 -3
  4. data/converter +9 -0
  5. data/lib/bootswatch-rails/version.rb +1 -1
  6. data/vendor/assets/stylesheets/bootswatch/amelia/_bootswatch.scss +16 -4
  7. data/vendor/assets/stylesheets/bootswatch/amelia/_variables.scss +80 -63
  8. data/vendor/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +5 -5
  9. data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +53 -38
  10. data/vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +16 -13
  11. data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +55 -40
  12. data/vendor/assets/stylesheets/bootswatch/custom/_variables.scss +7 -7
  13. data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +18 -11
  14. data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +64 -49
  15. data/vendor/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +6 -1
  16. data/vendor/assets/stylesheets/bootswatch/darkly/_variables.scss +68 -53
  17. data/vendor/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +15 -9
  18. data/vendor/assets/stylesheets/bootswatch/flatly/_variables.scss +66 -49
  19. data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +4 -3
  20. data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +53 -37
  21. data/vendor/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +27 -10
  22. data/vendor/assets/stylesheets/bootswatch/lumen/_variables.scss +164 -147
  23. data/vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss +15 -11
  24. data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +66 -50
  25. data/vendor/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +1 -1
  26. data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +64 -48
  27. data/vendor/assets/stylesheets/bootswatch/slate/_bootswatch.scss +22 -9
  28. data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +179 -168
  29. data/vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +3 -3
  30. data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +59 -43
  31. data/vendor/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +25 -12
  32. data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +182 -169
  33. data/vendor/assets/stylesheets/bootswatch/united/_bootswatch.scss +1 -1
  34. data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +53 -38
  35. data/vendor/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +9 -4
  36. data/vendor/assets/stylesheets/bootswatch/yeti/_variables.scss +64 -47
  37. metadata +2 -2
@@ -1,4 +1,4 @@
1
- // Readable 3.1.1
1
+ // Readable 3.2.0
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -13,7 +13,7 @@
13
13
  .navbar-nav > li > a {
14
14
  padding: $padding-base-vertical $padding-base-horizontal;
15
15
  margin: 12px 6px;
16
- border: 1px solid transparent;
16
+ border: 1px solid hsla(0, 100%, 100%, 0);
17
17
  border-radius: $border-radius-base;
18
18
 
19
19
  &:hover {
@@ -73,7 +73,6 @@ legend {
73
73
  }
74
74
 
75
75
  .pagination {
76
-
77
76
  font-family: $headings-font-family;
78
77
  }
79
78
 
@@ -91,7 +90,7 @@ legend {
91
90
  }
92
91
 
93
92
  a:hover {
94
- border-color: transparent;
93
+ border-color: hsla(0, 100%, 100%, 0);
95
94
  color: #fff;
96
95
  }
97
96
 
@@ -110,15 +109,20 @@ legend {
110
109
  }
111
110
 
112
111
  .close {
113
- color: #fff;
114
112
  text-decoration: none;
115
- opacity: 0.4;
113
+ }
114
+ }
116
115
 
117
- &:hover,
118
- &:focus {
119
- color: #fff;
120
- opacity: 1;
121
- }
116
+
117
+ .close {
118
+ color: #fff;
119
+ text-decoration: none;
120
+ opacity: 0.4;
121
+
122
+ &:hover,
123
+ &:focus {
124
+ color: #fff;
125
+ opacity: 1;
122
126
  }
123
127
  }
124
128
 
@@ -1,4 +1,4 @@
1
- // Readable 3.1.1
1
+ // Readable 3.2.0
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -22,7 +22,7 @@ $brand-danger: #d9534f !default;
22
22
 
23
23
  //== Scaffolding
24
24
  //
25
- // ## Settings for some of the most global styles.
25
+ //## Settings for some of the most global styles.
26
26
 
27
27
  //** Background color for `<body>`.
28
28
  $body-bg: #fff !default;
@@ -68,10 +68,23 @@ $headings-line-height: 1.1 !default;
68
68
  $headings-color: inherit !default;
69
69
 
70
70
 
71
+ //== Iconography
72
+ //
73
+ //## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
74
+
75
+ //** Load fonts from this directory.
76
+ //** File name for all font files.
77
+ $icon-font-name: "glyphicons-halflings-regular" !default;
78
+ //** Element ID within SVG icon file.
79
+ $icon-font-svg-id: "glyphicons_halflingsregular" !default;
80
+
81
+
71
82
  //== Type
72
83
  //
73
84
  //##
74
85
 
86
+ //** Horizontal offset for forms and lists.
87
+ $component-offset-horizontal: 180px !default;
75
88
  //** Text muted color
76
89
  $text-muted: $gray-light !default;
77
90
  //** Abbreviations and acronyms border color
@@ -86,26 +99,11 @@ $blockquote-font-size: ($font-size-base * 1.25) !default;
86
99
  $blockquote-border-color: $brand-primary !default;
87
100
  //** Page header border color
88
101
  $page-header-border-color: $gray-lighter !default;
89
-
90
-
91
- //== Miscellaneous
92
- //
93
- //##
94
-
102
+ //** Width of horizontal description list titles
103
+ $dl-horizontal-offset: $component-offset-horizontal !default;
95
104
  //** Horizontal line color.
96
105
  $hr-border: $gray-lighter !default;
97
106
 
98
- //** Horizontal offset for forms and lists.
99
- $component-offset-horizontal: 180px !default;
100
-
101
-
102
- //-- Iconography
103
- //
104
- //## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
105
-
106
-
107
- $icon-font-name: "glyphicons-halflings-regular" !default;
108
- $icon-font-svg-id: "glyphicons_halflingsregular" !default;
109
107
 
110
108
  //== Components
111
109
  //
@@ -151,7 +149,7 @@ $table-cell-padding: 8px !default;
151
149
  $table-condensed-cell-padding: 5px !default;
152
150
 
153
151
  //** Default background color used for all tables.
154
- $table-bg: transparent !default;
152
+ $table-bg: hsla(0, 100%, 100%, 0) !default;
155
153
  //** Background color used for `.table-striped`.
156
154
  $table-bg-accent: #f9f9f9 !default;
157
155
  //** Background color used for `.table-hover`.
@@ -245,25 +243,25 @@ $dropdown-fallback-border: #ccc !default;
245
243
  //** Divider color for between dropdown items.
246
244
  $dropdown-divider-bg: #e5e5e5 !default;
247
245
 
248
- //** Active dropdown menu item text color.
249
- $dropdown-link-active-color: #fff !default;
250
- //** Active dropdown menu item background color.
251
- $dropdown-link-active-bg: $component-active-bg !default;
252
-
253
246
  //** Dropdown link text color.
254
247
  $dropdown-link-color: $gray-dark !default;
255
248
  //** Hover color for dropdown links.
256
249
  $dropdown-link-hover-color: #fff !default;
250
+ //** Active dropdown menu item background color.
251
+ $dropdown-link-active-bg: $component-active-bg !default;
257
252
  //** Hover background for dropdown links.
258
253
  $dropdown-link-hover-bg: $dropdown-link-active-bg !default;
259
254
 
255
+ //** Active dropdown menu item text color.
256
+ $dropdown-link-active-color: #fff !default;
257
+
260
258
  //** Disabled dropdown menu item background color.
261
259
  $dropdown-link-disabled-color: $text-muted !default;
262
260
 
263
261
  //** Text color for headers within dropdown menus.
264
262
  $dropdown-header-color: $text-muted !default;
265
263
 
266
- // Note: Deprecated @dropdown-caret-color as of v3.1.0
264
+ //** Deprecated `@dropdown-caret-color` as of v3.1.0
267
265
  $dropdown-caret-color: #000 !default;
268
266
 
269
267
 
@@ -276,8 +274,8 @@ $dropdown-caret-color: #000 !default;
276
274
 
277
275
  $zindex-navbar: 1000 !default;
278
276
  $zindex-dropdown: 1000 !default;
279
- $zindex-popover: 1010 !default;
280
- $zindex-tooltip: 1030 !default;
277
+ $zindex-popover: 1060 !default;
278
+ $zindex-tooltip: 1070 !default;
281
279
  $zindex-navbar-fixed: 1030 !default;
282
280
  $zindex-modal-background: 1040 !default;
283
281
  $zindex-modal: 1050 !default;
@@ -288,27 +286,32 @@ $zindex-modal: 1050 !default;
288
286
  //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
289
287
 
290
288
  // Extra small screen / phone
291
- // Note: Deprecated @screen-xs and @screen-phone as of v3.0.1
289
+ //** Deprecated `@screen-xs` as of v3.0.1
292
290
  $screen-xs: 480px !default;
291
+ //** Deprecated `@screen-xs-min` as of v3.2.0
293
292
  $screen-xs-min: $screen-xs !default;
293
+ //** Deprecated `@screen-phone` as of v3.0.1
294
294
  $screen-phone: $screen-xs-min !default;
295
295
 
296
296
  // Small screen / tablet
297
- // Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1
297
+ //** Deprecated `@screen-sm` as of v3.0.1
298
298
  $screen-sm: 768px !default;
299
299
  $screen-sm-min: $screen-sm !default;
300
+ //** Deprecated `@screen-tablet` as of v3.0.1
300
301
  $screen-tablet: $screen-sm-min !default;
301
302
 
302
303
  // Medium screen / desktop
303
- // Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
304
+ //** Deprecated `@screen-md` as of v3.0.1
304
305
  $screen-md: 992px !default;
305
306
  $screen-md-min: $screen-md !default;
307
+ //** Deprecated `@screen-desktop` as of v3.0.1
306
308
  $screen-desktop: $screen-md-min !default;
307
309
 
308
310
  // Large screen / wide desktop
309
- // Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
311
+ //** Deprecated `@screen-lg` as of v3.0.1
310
312
  $screen-lg: 1200px !default;
311
313
  $screen-lg-min: $screen-lg !default;
314
+ //** Deprecated `@screen-lg-desktop` as of v3.0.1
312
315
  $screen-lg-desktop: $screen-lg-min !default;
313
316
 
314
317
  // So media queries don't overlap when required, provide a maximum
@@ -366,21 +369,21 @@ $navbar-collapse-max-height: 340px !default;
366
369
 
367
370
  $navbar-default-color: $text-color !default;
368
371
  $navbar-default-bg: $body-bg !default;
369
- $navbar-default-border: transparent !default;
372
+ $navbar-default-border: hsla(0, 100%, 100%, 0) !default;
370
373
 
371
374
  // Navbar links
372
375
  $navbar-default-link-color: $link-color !default;
373
376
  $navbar-default-link-hover-color: $link-color !default;
374
- $navbar-default-link-hover-bg: transparent !default;
377
+ $navbar-default-link-hover-bg: hsla(0, 100%, 100%, 0) !default;
375
378
  $navbar-default-link-active-color: $navbar-default-link-color !default;
376
- $navbar-default-link-active-bg: transparent !default;
379
+ $navbar-default-link-active-bg: hsla(0, 100%, 100%, 0) !default;
377
380
  $navbar-default-link-disabled-color: #333 !default;
378
- $navbar-default-link-disabled-bg: transparent !default;
381
+ $navbar-default-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
379
382
 
380
383
  // Navbar brand label
381
384
  $navbar-default-brand-color: $navbar-default-link-color !default;
382
385
  $navbar-default-brand-hover-color: $navbar-default-link-hover-color !default;
383
- $navbar-default-brand-hover-bg: transparent !default;
386
+ $navbar-default-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
384
387
 
385
388
  // Navbar toggle
386
389
  $navbar-default-toggle-hover-bg: #ddd !default;
@@ -392,21 +395,21 @@ $navbar-default-toggle-border-color: #ddd !default;
392
395
  // Reset inverted navbar basics
393
396
  $navbar-inverse-color: $text-color !default;
394
397
  $navbar-inverse-bg: $body-bg !default;
395
- $navbar-inverse-border: transparent !default;
398
+ $navbar-inverse-border: hsla(0, 100%, 100%, 0) !default;
396
399
 
397
400
  // Inverted navbar links
398
401
  $navbar-inverse-link-color: $text-color !default;
399
402
  $navbar-inverse-link-hover-color: $text-color !default;
400
- $navbar-inverse-link-hover-bg: transparent !default;
403
+ $navbar-inverse-link-hover-bg: hsla(0, 100%, 100%, 0) !default;
401
404
  $navbar-inverse-link-active-color: $text-color !default;
402
- $navbar-inverse-link-active-bg: transparent !default;
405
+ $navbar-inverse-link-active-bg: hsla(0, 100%, 100%, 0) !default;
403
406
  $navbar-inverse-link-disabled-color: #ccc !default;
404
- $navbar-inverse-link-disabled-bg: transparent !default;
407
+ $navbar-inverse-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
405
408
 
406
409
  // Inverted navbar brand label
407
410
  $navbar-inverse-brand-color: $navbar-inverse-link-color !default;
408
411
  $navbar-inverse-brand-hover-color: $navbar-inverse-link-hover-color !default;
409
- $navbar-inverse-brand-hover-bg: transparent !default;
412
+ $navbar-inverse-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
410
413
 
411
414
  // Inverted navbar toggle
412
415
  $navbar-inverse-toggle-hover-bg: #ddd !default;
@@ -674,17 +677,26 @@ $list-group-border: #ddd !default;
674
677
  //** List group border radius
675
678
  $list-group-border-radius: $border-radius-base !default;
676
679
 
677
- //** Background color of single list elements on hover
680
+ //** Background color of single list items on hover
678
681
  $list-group-hover-bg: #f5f5f5 !default;
679
- //** Text color of active list elements
682
+ //** Text color of active list items
680
683
  $list-group-active-color: $component-active-color !default;
681
- //** Background color of active list elements
684
+ //** Background color of active list items
682
685
  $list-group-active-bg: $component-active-bg !default;
683
686
  //** Border color of active list elements
684
687
  $list-group-active-border: $list-group-active-bg !default;
688
+ //** Text color for content within active list items
685
689
  $list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
686
690
 
691
+ //** Text color of disabled list items
692
+ $list-group-disabled-color: $gray-light !default;
693
+ //** Background color of disabled list items
694
+ $list-group-disabled-bg: $gray-lighter !default;
695
+ //** Text color for content within disabled list items
696
+ $list-group-disabled-text-color: $list-group-disabled-color !default;
697
+
687
698
  $list-group-link-color: #555 !default;
699
+ $list-group-link-hover-color: $list-group-link-color !default;
688
700
  $list-group-link-heading-color: #333 !default;
689
701
 
690
702
 
@@ -694,6 +706,8 @@ $list-group-link-heading-color: #333 !default;
694
706
 
695
707
  $panel-bg: #fff !default;
696
708
  $panel-body-padding: 15px !default;
709
+ $panel-heading-padding: 10px 15px !default;
710
+ $panel-footer-padding: $panel-heading-padding !default;
697
711
  $panel-border-radius: $border-radius-base !default;
698
712
 
699
713
  //** Border color for elements within panels
@@ -705,23 +719,23 @@ $panel-default-border: #ddd !default;
705
719
  $panel-default-heading-bg: #f5f5f5 !default;
706
720
 
707
721
  $panel-primary-text: #fff !default;
708
- $panel-primary-border: transparent !default;
722
+ $panel-primary-border: hsla(0, 100%, 100%, 0) !default;
709
723
  $panel-primary-heading-bg: $brand-primary !default;
710
724
 
711
725
  $panel-success-text: $state-success-text !default;
712
- $panel-success-border: transparent !default;
726
+ $panel-success-border: hsla(0, 100%, 100%, 0) !default;
713
727
  $panel-success-heading-bg: $state-success-border !default;
714
728
 
715
729
  $panel-info-text: $state-info-text !default;
716
- $panel-info-border: transparent !default;
730
+ $panel-info-border: hsla(0, 100%, 100%, 0) !default;
717
731
  $panel-info-heading-bg: $state-info-border !default;
718
732
 
719
733
  $panel-warning-text: $state-warning-text !default;
720
- $panel-warning-border: transparent !default;
734
+ $panel-warning-border: hsla(0, 100%, 100%, 0) !default;
721
735
  $panel-warning-heading-bg: $state-warning-border !default;
722
736
 
723
737
  $panel-danger-text: $state-danger-text !default;
724
- $panel-danger-border: transparent !default;
738
+ $panel-danger-border: hsla(0, 100%, 100%, 0) !default;
725
739
  $panel-danger-heading-bg: $state-danger-border !default;
726
740
 
727
741
 
@@ -827,3 +841,5 @@ $pre-bg: #f5f5f5 !default;
827
841
  $pre-color: $gray-dark !default;
828
842
  $pre-border-color: #ccc !default;
829
843
  $pre-scrollable-max-height: 340px !default;
844
+
845
+
@@ -1,4 +1,4 @@
1
- // Simplex 3.1.1
1
+ // Simplex 3.2.0
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,4 +1,4 @@
1
- // Simplex 3.1.1
1
+ // Simplex 3.2.0
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -22,7 +22,7 @@ $brand-danger: #D9831F !default;
22
22
 
23
23
  //== Scaffolding
24
24
  //
25
- // ## Settings for some of the most global styles.
25
+ //## Settings for some of the most global styles.
26
26
 
27
27
  //** Background color for `<body>`.
28
28
  $body-bg: #FCFCFC !default;
@@ -68,10 +68,23 @@ $headings-line-height: 1.1 !default;
68
68
  $headings-color: $gray-dark !default;
69
69
 
70
70
 
71
+ //== Iconography
72
+ //
73
+ //## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
74
+
75
+ //** Load fonts from this directory.
76
+ //** File name for all font files.
77
+ $icon-font-name: "glyphicons-halflings-regular" !default;
78
+ //** Element ID within SVG icon file.
79
+ $icon-font-svg-id: "glyphicons_halflingsregular" !default;
80
+
81
+
71
82
  //== Type
72
83
  //
73
84
  //##
74
85
 
86
+ //** Horizontal offset for forms and lists.
87
+ $component-offset-horizontal: 180px !default;
75
88
  //** Text muted color
76
89
  $text-muted: $gray-light !default;
77
90
  //** Abbreviations and acronyms border color
@@ -86,26 +99,11 @@ $blockquote-font-size: ($font-size-base * 1.25) !default;
86
99
  $blockquote-border-color: $gray-lighter !default;
87
100
  //** Page header border color
88
101
  $page-header-border-color: $gray-lighter !default;
89
-
90
-
91
- //== Miscellaneous
92
- //
93
- //##
94
-
102
+ //** Width of horizontal description list titles
103
+ $dl-horizontal-offset: $component-offset-horizontal !default;
95
104
  //** Horizontal line color.
96
105
  $hr-border: $gray-lighter !default;
97
106
 
98
- //** Horizontal offset for forms and lists.
99
- $component-offset-horizontal: 180px !default;
100
-
101
-
102
- //-- Iconography
103
- //
104
- //## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
105
-
106
-
107
- $icon-font-name: "glyphicons-halflings-regular" !default;
108
- $icon-font-svg-id: "glyphicons_halflingsregular" !default;
109
107
 
110
108
  //== Components
111
109
  //
@@ -151,7 +149,7 @@ $table-cell-padding: 8px !default;
151
149
  $table-condensed-cell-padding: 5px !default;
152
150
 
153
151
  //** Default background color used for all tables.
154
- $table-bg: transparent !default;
152
+ $table-bg: hsla(0, 100%, 100%, 0) !default;
155
153
  //** Background color used for `.table-striped`.
156
154
  $table-bg-accent: #f9f9f9 !default;
157
155
  //** Background color used for `.table-hover`.
@@ -245,25 +243,25 @@ $dropdown-fallback-border: #ccc !default;
245
243
  //** Divider color for between dropdown items.
246
244
  $dropdown-divider-bg: #e5e5e5 !default;
247
245
 
248
- //** Active dropdown menu item text color.
249
- $dropdown-link-active-color: #fff !default;
250
- //** Active dropdown menu item background color.
251
- $dropdown-link-active-bg: $component-active-bg !default;
252
-
253
246
  //** Dropdown link text color.
254
247
  $dropdown-link-color: $gray-dark !default;
255
248
  //** Hover color for dropdown links.
256
249
  $dropdown-link-hover-color: #fff !default;
250
+ //** Active dropdown menu item background color.
251
+ $dropdown-link-active-bg: $component-active-bg !default;
257
252
  //** Hover background for dropdown links.
258
253
  $dropdown-link-hover-bg: $dropdown-link-active-bg !default;
259
254
 
255
+ //** Active dropdown menu item text color.
256
+ $dropdown-link-active-color: #fff !default;
257
+
260
258
  //** Disabled dropdown menu item background color.
261
259
  $dropdown-link-disabled-color: $text-muted !default;
262
260
 
263
261
  //** Text color for headers within dropdown menus.
264
262
  $dropdown-header-color: $text-muted !default;
265
263
 
266
- // Note: Deprecated @dropdown-caret-color as of v3.1.0
264
+ //** Deprecated `@dropdown-caret-color` as of v3.1.0
267
265
  $dropdown-caret-color: #000 !default;
268
266
 
269
267
 
@@ -276,8 +274,8 @@ $dropdown-caret-color: #000 !default;
276
274
 
277
275
  $zindex-navbar: 1000 !default;
278
276
  $zindex-dropdown: 1000 !default;
279
- $zindex-popover: 1010 !default;
280
- $zindex-tooltip: 1030 !default;
277
+ $zindex-popover: 1060 !default;
278
+ $zindex-tooltip: 1070 !default;
281
279
  $zindex-navbar-fixed: 1030 !default;
282
280
  $zindex-modal-background: 1040 !default;
283
281
  $zindex-modal: 1050 !default;
@@ -288,27 +286,32 @@ $zindex-modal: 1050 !default;
288
286
  //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
289
287
 
290
288
  // Extra small screen / phone
291
- // Note: Deprecated @screen-xs and @screen-phone as of v3.0.1
289
+ //** Deprecated `@screen-xs` as of v3.0.1
292
290
  $screen-xs: 480px !default;
291
+ //** Deprecated `@screen-xs-min` as of v3.2.0
293
292
  $screen-xs-min: $screen-xs !default;
293
+ //** Deprecated `@screen-phone` as of v3.0.1
294
294
  $screen-phone: $screen-xs-min !default;
295
295
 
296
296
  // Small screen / tablet
297
- // Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1
297
+ //** Deprecated `@screen-sm` as of v3.0.1
298
298
  $screen-sm: 768px !default;
299
299
  $screen-sm-min: $screen-sm !default;
300
+ //** Deprecated `@screen-tablet` as of v3.0.1
300
301
  $screen-tablet: $screen-sm-min !default;
301
302
 
302
303
  // Medium screen / desktop
303
- // Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
304
+ //** Deprecated `@screen-md` as of v3.0.1
304
305
  $screen-md: 992px !default;
305
306
  $screen-md-min: $screen-md !default;
307
+ //** Deprecated `@screen-desktop` as of v3.0.1
306
308
  $screen-desktop: $screen-md-min !default;
307
309
 
308
310
  // Large screen / wide desktop
309
- // Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
311
+ //** Deprecated `@screen-lg` as of v3.0.1
310
312
  $screen-lg: 1200px !default;
311
313
  $screen-lg-min: $screen-lg !default;
314
+ //** Deprecated `@screen-lg-desktop` as of v3.0.1
312
315
  $screen-lg-desktop: $screen-lg-min !default;
313
316
 
314
317
  // So media queries don't overlap when required, provide a maximum
@@ -371,16 +374,16 @@ $navbar-default-border: darken($navbar-default-bg, 6.5%) !default;
371
374
  // Navbar links
372
375
  $navbar-default-link-color: $headings-color !default;
373
376
  $navbar-default-link-hover-color: $brand-primary !default;
374
- $navbar-default-link-hover-bg: transparent !default;
377
+ $navbar-default-link-hover-bg: hsla(0, 100%, 100%, 0) !default;
375
378
  $navbar-default-link-active-color: $navbar-default-link-hover-color !default;
376
- $navbar-default-link-active-bg: transparent !default;
379
+ $navbar-default-link-active-bg: hsla(0, 100%, 100%, 0) !default;
377
380
  $navbar-default-link-disabled-color: #444 !default;
378
- $navbar-default-link-disabled-bg: transparent !default;
381
+ $navbar-default-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
379
382
 
380
383
  // Navbar brand label
381
384
  $navbar-default-brand-color: $navbar-default-link-color !default;
382
385
  $navbar-default-brand-hover-color: $navbar-default-link-hover-color !default;
383
- $navbar-default-brand-hover-bg: transparent !default;
386
+ $navbar-default-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
384
387
 
385
388
  // Navbar toggle
386
389
  $navbar-default-toggle-hover-bg: #ddd !default;
@@ -397,16 +400,16 @@ $navbar-inverse-border: darken($navbar-inverse-bg, 10%) !def
397
400
  // Inverted navbar links
398
401
  $navbar-inverse-link-color: #fff !default;
399
402
  $navbar-inverse-link-hover-color: lighten($brand-primary, 40%) !default;
400
- $navbar-inverse-link-hover-bg: transparent !default;
403
+ $navbar-inverse-link-hover-bg: hsla(0, 100%, 100%, 0) !default;
401
404
  $navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
402
- $navbar-inverse-link-active-bg: transparent !default;
405
+ $navbar-inverse-link-active-bg: hsla(0, 100%, 100%, 0) !default;
403
406
  $navbar-inverse-link-disabled-color: #ccc !default;
404
- $navbar-inverse-link-disabled-bg: transparent !default;
407
+ $navbar-inverse-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
405
408
 
406
409
  // Inverted navbar brand label
407
410
  $navbar-inverse-brand-color: $navbar-inverse-link-color !default;
408
411
  $navbar-inverse-brand-hover-color: #fff !default;
409
- $navbar-inverse-brand-hover-bg: transparent !default;
412
+ $navbar-inverse-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
410
413
 
411
414
  // Inverted navbar toggle
412
415
  $navbar-inverse-toggle-hover-bg: darken($navbar-inverse-bg, 10%) !default;
@@ -674,17 +677,26 @@ $list-group-border: #ddd !default;
674
677
  //** List group border radius
675
678
  $list-group-border-radius: $border-radius-base !default;
676
679
 
677
- //** Background color of single list elements on hover
680
+ //** Background color of single list items on hover
678
681
  $list-group-hover-bg: #f5f5f5 !default;
679
- //** Text color of active list elements
682
+ //** Text color of active list items
680
683
  $list-group-active-color: $component-active-color !default;
681
- //** Background color of active list elements
684
+ //** Background color of active list items
682
685
  $list-group-active-bg: $component-active-bg !default;
683
686
  //** Border color of active list elements
684
687
  $list-group-active-border: $list-group-active-bg !default;
688
+ //** Text color for content within active list items
685
689
  $list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
686
690
 
691
+ //** Text color of disabled list items
692
+ $list-group-disabled-color: $gray-light !default;
693
+ //** Background color of disabled list items
694
+ $list-group-disabled-bg: $gray-lighter !default;
695
+ //** Text color for content within disabled list items
696
+ $list-group-disabled-text-color: $list-group-disabled-color !default;
697
+
687
698
  $list-group-link-color: #555 !default;
699
+ $list-group-link-hover-color: $list-group-link-color !default;
688
700
  $list-group-link-heading-color: #333 !default;
689
701
 
690
702
 
@@ -694,16 +706,18 @@ $list-group-link-heading-color: #333 !default;
694
706
 
695
707
  $panel-bg: #fff !default;
696
708
  $panel-body-padding: 15px !default;
709
+ $panel-heading-padding: 10px 15px !default;
710
+ $panel-footer-padding: $panel-heading-padding !default;
697
711
  $panel-border-radius: $border-radius-base !default;
698
712
 
699
713
  //** Border color for elements within panels
700
- $panel-default-text: $gray-dark !default;
701
- $panel-default-border: #ddd !default;
702
- $panel-default-heading-bg: $body-bg !default;
703
-
704
714
  $panel-inner-border: #ddd !default;
715
+ $panel-default-heading-bg: $body-bg !default;
705
716
  $panel-footer-bg: $panel-default-heading-bg !default;
706
717
 
718
+ $panel-default-text: $gray-dark !default;
719
+ $panel-default-border: #ddd !default;
720
+
707
721
  $panel-primary-text: #fff !default;
708
722
  $panel-primary-border: $brand-primary !default;
709
723
  $panel-primary-heading-bg: $brand-primary !default;
@@ -778,7 +792,7 @@ $badge-border-radius: 10px !default;
778
792
  $breadcrumb-padding-vertical: 8px !default;
779
793
  $breadcrumb-padding-horizontal: 15px !default;
780
794
  //** Breadcrumb background color
781
- $breadcrumb-bg: transparent !default;
795
+ $breadcrumb-bg: hsla(0, 100%, 100%, 0) !default;
782
796
  //** Breadcrumb text color
783
797
  $breadcrumb-color: #ccc !default;
784
798
  //** Text color of current page in the breadcrumb
@@ -827,3 +841,5 @@ $pre-bg: #f5f5f5 !default;
827
841
  $pre-color: $gray-dark !default;
828
842
  $pre-border-color: #ccc !default;
829
843
  $pre-scrollable-max-height: 340px !default;
844
+
845
+