bootswatch-rails 3.1.1.1 → 3.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.
- checksums.yaml +4 -4
- data/HISTORY.md +4 -0
- data/README.md +4 -3
- data/converter +9 -0
- data/lib/bootswatch-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/bootswatch/amelia/_bootswatch.scss +16 -4
- data/vendor/assets/stylesheets/bootswatch/amelia/_variables.scss +80 -63
- data/vendor/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +5 -5
- data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +53 -38
- data/vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +16 -13
- data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +55 -40
- data/vendor/assets/stylesheets/bootswatch/custom/_variables.scss +7 -7
- data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +18 -11
- data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +64 -49
- data/vendor/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +6 -1
- data/vendor/assets/stylesheets/bootswatch/darkly/_variables.scss +68 -53
- data/vendor/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +15 -9
- data/vendor/assets/stylesheets/bootswatch/flatly/_variables.scss +66 -49
- data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +4 -3
- data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +53 -37
- data/vendor/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +27 -10
- data/vendor/assets/stylesheets/bootswatch/lumen/_variables.scss +164 -147
- data/vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss +15 -11
- data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +66 -50
- data/vendor/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +64 -48
- data/vendor/assets/stylesheets/bootswatch/slate/_bootswatch.scss +22 -9
- data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +179 -168
- data/vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +3 -3
- data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +59 -43
- data/vendor/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +25 -12
- data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +182 -169
- data/vendor/assets/stylesheets/bootswatch/united/_bootswatch.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +53 -38
- data/vendor/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +9 -4
- data/vendor/assets/stylesheets/bootswatch/yeti/_variables.scss +64 -47
- metadata +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// United 3.
|
1
|
+
// United 3.2.0
|
2
2
|
// Variables
|
3
3
|
// --------------------------------------------------
|
4
4
|
|
@@ -22,7 +22,7 @@ $brand-danger: #DF382C !default;
|
|
22
22
|
|
23
23
|
//== Scaffolding
|
24
24
|
//
|
25
|
-
|
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,22 @@ $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
|
+
|
71
81
|
//== Type
|
72
82
|
//
|
73
83
|
//##
|
74
84
|
|
85
|
+
//** Horizontal offset for forms and lists.
|
86
|
+
$component-offset-horizontal: 180px !default;
|
75
87
|
//** Text muted color
|
76
88
|
$text-muted: $gray-light !default;
|
77
89
|
//** Abbreviations and acronyms border color
|
@@ -86,27 +98,11 @@ $blockquote-font-size: ($font-size-base * 1.25) !default;
|
|
86
98
|
$blockquote-border-color: $gray-lighter !default;
|
87
99
|
//** Page header border color
|
88
100
|
$page-header-border-color: $gray-lighter !default;
|
89
|
-
|
90
|
-
|
91
|
-
//== Miscellaneous
|
92
|
-
//
|
93
|
-
//##
|
94
|
-
|
101
|
+
//** Width of horizontal description list titles
|
102
|
+
$dl-horizontal-offset: $component-offset-horizontal !default;
|
95
103
|
//** Horizontal line color.
|
96
104
|
$hr-border: $gray-lighter !default;
|
97
105
|
|
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
|
-
|
110
106
|
//== Components
|
111
107
|
//
|
112
108
|
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
@@ -151,7 +147,7 @@ $table-cell-padding: 8px !default;
|
|
151
147
|
$table-condensed-cell-padding: 5px !default;
|
152
148
|
|
153
149
|
//** Default background color used for all tables.
|
154
|
-
$table-bg:
|
150
|
+
$table-bg: hsla(0, 100%, 100%, 0) !default;
|
155
151
|
//** Background color used for `.table-striped`.
|
156
152
|
$table-bg-accent: #f9f9f9 !default;
|
157
153
|
//** Background color used for `.table-hover`.
|
@@ -245,25 +241,25 @@ $dropdown-fallback-border: #ccc !default;
|
|
245
241
|
//** Divider color for between dropdown items.
|
246
242
|
$dropdown-divider-bg: #e5e5e5 !default;
|
247
243
|
|
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
244
|
//** Dropdown link text color.
|
254
245
|
$dropdown-link-color: $gray-dark !default;
|
255
246
|
//** Hover color for dropdown links.
|
256
247
|
$dropdown-link-hover-color: #fff !default;
|
248
|
+
//** Active dropdown menu item background color.
|
249
|
+
$dropdown-link-active-bg: $component-active-bg !default;
|
257
250
|
//** Hover background for dropdown links.
|
258
251
|
$dropdown-link-hover-bg: $dropdown-link-active-bg !default;
|
259
252
|
|
253
|
+
//** Active dropdown menu item text color.
|
254
|
+
$dropdown-link-active-color: #fff !default;
|
255
|
+
|
260
256
|
//** Disabled dropdown menu item background color.
|
261
257
|
$dropdown-link-disabled-color: $text-muted !default;
|
262
258
|
|
263
259
|
//** Text color for headers within dropdown menus.
|
264
260
|
$dropdown-header-color: $text-muted !default;
|
265
261
|
|
266
|
-
|
262
|
+
//** Deprecated `@dropdown-caret-color` as of v3.1.0
|
267
263
|
$dropdown-caret-color: #000 !default;
|
268
264
|
|
269
265
|
|
@@ -276,8 +272,8 @@ $dropdown-caret-color: #000 !default;
|
|
276
272
|
|
277
273
|
$zindex-navbar: 1000 !default;
|
278
274
|
$zindex-dropdown: 1000 !default;
|
279
|
-
$zindex-popover:
|
280
|
-
$zindex-tooltip:
|
275
|
+
$zindex-popover: 1060 !default;
|
276
|
+
$zindex-tooltip: 1070 !default;
|
281
277
|
$zindex-navbar-fixed: 1030 !default;
|
282
278
|
$zindex-modal-background: 1040 !default;
|
283
279
|
$zindex-modal: 1050 !default;
|
@@ -288,27 +284,32 @@ $zindex-modal: 1050 !default;
|
|
288
284
|
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
289
285
|
|
290
286
|
// Extra small screen / phone
|
291
|
-
|
287
|
+
//** Deprecated `@screen-xs` as of v3.0.1
|
292
288
|
$screen-xs: 480px !default;
|
289
|
+
//** Deprecated `@screen-xs-min` as of v3.2.0
|
293
290
|
$screen-xs-min: $screen-xs !default;
|
291
|
+
//** Deprecated `@screen-phone` as of v3.0.1
|
294
292
|
$screen-phone: $screen-xs-min !default;
|
295
293
|
|
296
294
|
// Small screen / tablet
|
297
|
-
|
295
|
+
//** Deprecated `@screen-sm` as of v3.0.1
|
298
296
|
$screen-sm: 768px !default;
|
299
297
|
$screen-sm-min: $screen-sm !default;
|
298
|
+
//** Deprecated `@screen-tablet` as of v3.0.1
|
300
299
|
$screen-tablet: $screen-sm-min !default;
|
301
300
|
|
302
301
|
// Medium screen / desktop
|
303
|
-
|
302
|
+
//** Deprecated `@screen-md` as of v3.0.1
|
304
303
|
$screen-md: 992px !default;
|
305
304
|
$screen-md-min: $screen-md !default;
|
305
|
+
//** Deprecated `@screen-desktop` as of v3.0.1
|
306
306
|
$screen-desktop: $screen-md-min !default;
|
307
307
|
|
308
308
|
// Large screen / wide desktop
|
309
|
-
|
309
|
+
//** Deprecated `@screen-lg` as of v3.0.1
|
310
310
|
$screen-lg: 1200px !default;
|
311
311
|
$screen-lg-min: $screen-lg !default;
|
312
|
+
//** Deprecated `@screen-lg-desktop` as of v3.0.1
|
312
313
|
$screen-lg-desktop: $screen-lg-min !default;
|
313
314
|
|
314
315
|
// So media queries don't overlap when required, provide a maximum
|
@@ -375,7 +376,7 @@ $navbar-default-link-hover-bg: darken($navbar-default-bg, 15%) !defa
|
|
375
376
|
$navbar-default-link-active-color: #fff !default;
|
376
377
|
$navbar-default-link-active-bg: darken($navbar-default-bg, 10%) !default;
|
377
378
|
$navbar-default-link-disabled-color: #ccc !default;
|
378
|
-
$navbar-default-link-disabled-bg:
|
379
|
+
$navbar-default-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
|
379
380
|
|
380
381
|
// Navbar brand label
|
381
382
|
$navbar-default-brand-color: $navbar-default-link-color !default;
|
@@ -401,7 +402,7 @@ $navbar-inverse-link-hover-bg: darken($navbar-inverse-bg, 15%) !def
|
|
401
402
|
$navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
|
402
403
|
$navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 10%) !default;
|
403
404
|
$navbar-inverse-link-disabled-color: #ccc !default;
|
404
|
-
$navbar-inverse-link-disabled-bg:
|
405
|
+
$navbar-inverse-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
|
405
406
|
|
406
407
|
// Inverted navbar brand label
|
407
408
|
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
@@ -674,17 +675,26 @@ $list-group-border: #ddd !default;
|
|
674
675
|
//** List group border radius
|
675
676
|
$list-group-border-radius: $border-radius-base !default;
|
676
677
|
|
677
|
-
//** Background color of single list
|
678
|
+
//** Background color of single list items on hover
|
678
679
|
$list-group-hover-bg: #f5f5f5 !default;
|
679
|
-
//** Text color of active list
|
680
|
+
//** Text color of active list items
|
680
681
|
$list-group-active-color: $component-active-color !default;
|
681
|
-
//** Background color of active list
|
682
|
+
//** Background color of active list items
|
682
683
|
$list-group-active-bg: $component-active-bg !default;
|
683
684
|
//** Border color of active list elements
|
684
685
|
$list-group-active-border: $list-group-active-bg !default;
|
686
|
+
//** Text color for content within active list items
|
685
687
|
$list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
|
686
688
|
|
689
|
+
//** Text color of disabled list items
|
690
|
+
$list-group-disabled-color: $gray-light !default;
|
691
|
+
//** Background color of disabled list items
|
692
|
+
$list-group-disabled-bg: $gray-lighter !default;
|
693
|
+
//** Text color for content within disabled list items
|
694
|
+
$list-group-disabled-text-color: $list-group-disabled-color !default;
|
695
|
+
|
687
696
|
$list-group-link-color: #555 !default;
|
697
|
+
$list-group-link-hover-color: $list-group-link-color !default;
|
688
698
|
$list-group-link-heading-color: #333 !default;
|
689
699
|
|
690
700
|
|
@@ -694,6 +704,8 @@ $list-group-link-heading-color: #333 !default;
|
|
694
704
|
|
695
705
|
$panel-bg: #fff !default;
|
696
706
|
$panel-body-padding: 15px !default;
|
707
|
+
$panel-heading-padding: 10px 15px !default;
|
708
|
+
$panel-footer-padding: $panel-heading-padding !default;
|
697
709
|
$panel-border-radius: $border-radius-base !default;
|
698
710
|
|
699
711
|
//** Border color for elements within panels
|
@@ -827,3 +839,6 @@ $pre-bg: #f5f5f5 !default;
|
|
827
839
|
$pre-color: $gray-dark !default;
|
828
840
|
$pre-border-color: #ccc !default;
|
829
841
|
$pre-scrollable-max-height: 340px !default;
|
842
|
+
|
843
|
+
|
844
|
+
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// Yeti 3.
|
1
|
+
// Yeti 3.2.0
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
@@ -25,7 +25,7 @@
|
|
25
25
|
|
26
26
|
> li > a,
|
27
27
|
> li > a:focus {
|
28
|
-
background-color:
|
28
|
+
background-color: hsla(0, 100%, 100%, 0);
|
29
29
|
font-size: 13px;
|
30
30
|
font-weight: 300;
|
31
31
|
}
|
@@ -77,22 +77,25 @@
|
|
77
77
|
@include box-shadow(none);
|
78
78
|
}
|
79
79
|
|
80
|
+
|
80
81
|
// Buttons ====================================================================
|
81
82
|
|
82
83
|
.btn {
|
83
84
|
padding: 14px 28px;
|
84
85
|
}
|
86
|
+
|
85
87
|
.btn-lg {
|
86
88
|
padding: 16px 32px;
|
87
89
|
}
|
90
|
+
|
88
91
|
.btn-sm {
|
89
92
|
padding: 8px 16px;
|
90
93
|
}
|
94
|
+
|
91
95
|
.btn-xs {
|
92
96
|
padding: 4px 8px;
|
93
97
|
}
|
94
98
|
|
95
|
-
|
96
99
|
.btn-group {
|
97
100
|
|
98
101
|
.btn ~ .dropdown-toggle {
|
@@ -250,7 +253,7 @@ label,
|
|
250
253
|
.open > a,
|
251
254
|
.open > a:hover,
|
252
255
|
.open > a:focus {
|
253
|
-
border-color:
|
256
|
+
border-color: hsla(0, 100%, 100%, 0);
|
254
257
|
}
|
255
258
|
}
|
256
259
|
|
@@ -306,7 +309,9 @@ label,
|
|
306
309
|
border-radius: 3px;
|
307
310
|
}
|
308
311
|
}
|
312
|
+
|
309
313
|
}
|
314
|
+
|
310
315
|
.pagination-lg > li > a {
|
311
316
|
padding-left: 22px;
|
312
317
|
padding-right: 22px;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// Yeti 3.
|
1
|
+
// Yeti 3.2.0
|
2
2
|
// Variables
|
3
3
|
// --------------------------------------------------
|
4
4
|
|
@@ -19,9 +19,10 @@ $brand-info: #5bc0de !default;
|
|
19
19
|
$brand-warning: #E99002 !default;
|
20
20
|
$brand-danger: #F04124 !default;
|
21
21
|
|
22
|
+
|
22
23
|
//== Scaffolding
|
23
24
|
//
|
24
|
-
|
25
|
+
//## Settings for some of the most global styles.
|
25
26
|
|
26
27
|
//** Background color for `<body>`.
|
27
28
|
$body-bg: #fff !default;
|
@@ -67,14 +68,17 @@ $headings-line-height: 1.1 !default;
|
|
67
68
|
$headings-color: inherit !default;
|
68
69
|
|
69
70
|
|
70
|
-
|
71
|
+
//== Iconography
|
71
72
|
//
|
72
|
-
//## Specify custom
|
73
|
-
|
73
|
+
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
74
74
|
|
75
|
+
//** Load fonts from this directory.
|
76
|
+
//** File name for all font files.
|
75
77
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
78
|
+
//** Element ID within SVG icon file.
|
76
79
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
77
80
|
|
81
|
+
|
78
82
|
//== Components
|
79
83
|
//
|
80
84
|
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
@@ -119,7 +123,7 @@ $table-cell-padding: 8px !default;
|
|
119
123
|
$table-condensed-cell-padding: 5px !default;
|
120
124
|
|
121
125
|
//** Default background color used for all tables.
|
122
|
-
$table-bg:
|
126
|
+
$table-bg: hsla(0, 100%, 100%, 0) !default;
|
123
127
|
//** Background color used for `.table-striped`.
|
124
128
|
$table-bg-accent: #f9f9f9 !default;
|
125
129
|
//** Background color used for `.table-hover`.
|
@@ -231,7 +235,7 @@ $dropdown-link-disabled-color: $gray-light !default;
|
|
231
235
|
//** Text color for headers within dropdown menus.
|
232
236
|
$dropdown-header-color: $gray-light !default;
|
233
237
|
|
234
|
-
|
238
|
+
//** Deprecated `@dropdown-caret-color` as of v3.1.0
|
235
239
|
$dropdown-caret-color: #000 !default;
|
236
240
|
|
237
241
|
|
@@ -244,8 +248,8 @@ $dropdown-caret-color: #000 !default;
|
|
244
248
|
|
245
249
|
$zindex-navbar: 1000 !default;
|
246
250
|
$zindex-dropdown: 1000 !default;
|
247
|
-
$zindex-popover:
|
248
|
-
$zindex-tooltip:
|
251
|
+
$zindex-popover: 1060 !default;
|
252
|
+
$zindex-tooltip: 1070 !default;
|
249
253
|
$zindex-navbar-fixed: 1030 !default;
|
250
254
|
$zindex-modal-background: 1040 !default;
|
251
255
|
$zindex-modal: 1050 !default;
|
@@ -256,27 +260,32 @@ $zindex-modal: 1050 !default;
|
|
256
260
|
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
257
261
|
|
258
262
|
// Extra small screen / phone
|
259
|
-
|
263
|
+
//** Deprecated `@screen-xs` as of v3.0.1
|
260
264
|
$screen-xs: 480px !default;
|
265
|
+
//** Deprecated `@screen-xs-min` as of v3.2.0
|
261
266
|
$screen-xs-min: $screen-xs !default;
|
267
|
+
//** Deprecated `@screen-phone` as of v3.0.1
|
262
268
|
$screen-phone: $screen-xs-min !default;
|
263
269
|
|
264
270
|
// Small screen / tablet
|
265
|
-
|
271
|
+
//** Deprecated `@screen-sm` as of v3.0.1
|
266
272
|
$screen-sm: 768px !default;
|
267
273
|
$screen-sm-min: $screen-sm !default;
|
274
|
+
//** Deprecated `@screen-tablet` as of v3.0.1
|
268
275
|
$screen-tablet: $screen-sm-min !default;
|
269
276
|
|
270
277
|
// Medium screen / desktop
|
271
|
-
|
278
|
+
//** Deprecated `@screen-md` as of v3.0.1
|
272
279
|
$screen-md: 992px !default;
|
273
280
|
$screen-md-min: $screen-md !default;
|
281
|
+
//** Deprecated `@screen-desktop` as of v3.0.1
|
274
282
|
$screen-desktop: $screen-md-min !default;
|
275
283
|
|
276
284
|
// Large screen / wide desktop
|
277
|
-
|
285
|
+
//** Deprecated `@screen-lg` as of v3.0.1
|
278
286
|
$screen-lg: 1200px !default;
|
279
287
|
$screen-lg-min: $screen-lg !default;
|
288
|
+
//** Deprecated `@screen-lg-desktop` as of v3.0.1
|
280
289
|
$screen-lg-desktop: $screen-lg-min !default;
|
281
290
|
|
282
291
|
// So media queries don't overlap when required, provide a maximum
|
@@ -343,17 +352,17 @@ $navbar-default-link-hover-bg: #272727 !default;
|
|
343
352
|
$navbar-default-link-active-color: #fff !default;
|
344
353
|
$navbar-default-link-active-bg: #272727 !default;
|
345
354
|
$navbar-default-link-disabled-color: #ccc !default;
|
346
|
-
$navbar-default-link-disabled-bg:
|
355
|
+
$navbar-default-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
|
347
356
|
|
348
357
|
// Navbar brand label
|
349
358
|
$navbar-default-brand-color: $navbar-default-link-color !default;
|
350
359
|
$navbar-default-brand-hover-color: $navbar-default-brand-color !default;
|
351
|
-
$navbar-default-brand-hover-bg:
|
360
|
+
$navbar-default-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
352
361
|
|
353
362
|
// Navbar toggle
|
354
|
-
$navbar-default-toggle-hover-bg:
|
363
|
+
$navbar-default-toggle-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
355
364
|
$navbar-default-toggle-icon-bar-bg: #fff !default;
|
356
|
-
$navbar-default-toggle-border-color:
|
365
|
+
$navbar-default-toggle-border-color: hsla(0, 100%, 100%, 0) !default;
|
357
366
|
|
358
367
|
|
359
368
|
// Inverted navbar
|
@@ -369,17 +378,17 @@ $navbar-inverse-link-hover-bg: darken($navbar-inverse-bg, 10%) !def
|
|
369
378
|
$navbar-inverse-link-active-color: #fff !default;
|
370
379
|
$navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 10%) !default;
|
371
380
|
$navbar-inverse-link-disabled-color: #444 !default;
|
372
|
-
$navbar-inverse-link-disabled-bg:
|
381
|
+
$navbar-inverse-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
|
373
382
|
|
374
383
|
// Inverted navbar brand label
|
375
384
|
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
376
385
|
$navbar-inverse-brand-hover-color: #fff !default;
|
377
|
-
$navbar-inverse-brand-hover-bg:
|
386
|
+
$navbar-inverse-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
378
387
|
|
379
388
|
// Inverted navbar toggle
|
380
|
-
$navbar-inverse-toggle-hover-bg:
|
389
|
+
$navbar-inverse-toggle-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
381
390
|
$navbar-inverse-toggle-icon-bar-bg: #fff !default;
|
382
|
-
$navbar-inverse-toggle-border-color:
|
391
|
+
$navbar-inverse-toggle-border-color: hsla(0, 100%, 100%, 0) !default;
|
383
392
|
|
384
393
|
|
385
394
|
//== Navs
|
@@ -418,20 +427,20 @@ $nav-pills-active-link-hover-color: $component-active-color !default;
|
|
418
427
|
//##
|
419
428
|
|
420
429
|
$pagination-color: $link-color !default;
|
421
|
-
$pagination-bg:
|
422
|
-
$pagination-border:
|
430
|
+
$pagination-bg: hsla(0, 100%, 100%, 0) !default;
|
431
|
+
$pagination-border: hsla(0, 100%, 100%, 0) !default;
|
423
432
|
|
424
433
|
$pagination-hover-color: $link-hover-color !default;
|
425
434
|
$pagination-hover-bg: $gray-lighter !default;
|
426
|
-
$pagination-hover-border:
|
435
|
+
$pagination-hover-border: hsla(0, 100%, 100%, 0) !default;
|
427
436
|
|
428
437
|
$pagination-active-color: #fff !default;
|
429
438
|
$pagination-active-bg: $brand-primary !default;
|
430
|
-
$pagination-active-border:
|
439
|
+
$pagination-active-border: hsla(0, 100%, 100%, 0) !default;
|
431
440
|
|
432
441
|
$pagination-disabled-color: $gray-light !default;
|
433
442
|
$pagination-disabled-bg: #fff !default;
|
434
|
-
$pagination-disabled-border:
|
443
|
+
$pagination-disabled-border: hsla(0, 100%, 100%, 0) !default;
|
435
444
|
|
436
445
|
|
437
446
|
//== Pager
|
@@ -509,7 +518,7 @@ $popover-bg: $gray-dark !default;
|
|
509
518
|
//** Popover maximum width
|
510
519
|
$popover-max-width: 276px !default;
|
511
520
|
//** Popover border color
|
512
|
-
$popover-border-color:
|
521
|
+
$popover-border-color: hsla(0, 100%, 100%, 0) !default;
|
513
522
|
//** Popover fallback border color
|
514
523
|
$popover-fallback-border-color: $gray-dark !default;
|
515
524
|
|
@@ -642,17 +651,26 @@ $list-group-border: #ddd !default;
|
|
642
651
|
//** List group border radius
|
643
652
|
$list-group-border-radius: $border-radius-base !default;
|
644
653
|
|
645
|
-
//** Background color of single list
|
654
|
+
//** Background color of single list items on hover
|
646
655
|
$list-group-hover-bg: #f5f5f5 !default;
|
647
|
-
//** Text color of active list
|
656
|
+
//** Text color of active list items
|
648
657
|
$list-group-active-color: $component-active-color !default;
|
649
|
-
//** Background color of active list
|
658
|
+
//** Background color of active list items
|
650
659
|
$list-group-active-bg: $component-active-bg !default;
|
651
660
|
//** Border color of active list elements
|
652
661
|
$list-group-active-border: $list-group-active-bg !default;
|
662
|
+
//** Text color for content within active list items
|
653
663
|
$list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
|
654
664
|
|
665
|
+
//** Text color of disabled list items
|
666
|
+
$list-group-disabled-color: $gray-light !default;
|
667
|
+
//** Background color of disabled list items
|
668
|
+
$list-group-disabled-bg: $gray-lighter !default;
|
669
|
+
//** Text color for content within disabled list items
|
670
|
+
$list-group-disabled-text-color: $list-group-disabled-color !default;
|
671
|
+
|
655
672
|
$list-group-link-color: #555 !default;
|
673
|
+
$list-group-link-hover-color: $list-group-link-color !default;
|
656
674
|
$list-group-link-heading-color: #333 !default;
|
657
675
|
|
658
676
|
|
@@ -662,6 +680,8 @@ $list-group-link-heading-color: #333 !default;
|
|
662
680
|
|
663
681
|
$panel-bg: #fff !default;
|
664
682
|
$panel-body-padding: 15px !default;
|
683
|
+
$panel-heading-padding: 10px 15px !default;
|
684
|
+
$panel-footer-padding: $panel-heading-padding !default;
|
665
685
|
$panel-border-radius: $border-radius-base !default;
|
666
686
|
|
667
687
|
//** Border color for elements within panels
|
@@ -676,21 +696,21 @@ $panel-primary-text: #fff !default;
|
|
676
696
|
$panel-primary-border: $brand-primary !default;
|
677
697
|
$panel-primary-heading-bg: $brand-primary !default;
|
678
698
|
|
679
|
-
$panel-success-text:
|
699
|
+
$panel-success-text: #fff !default;
|
680
700
|
$panel-success-border: $state-success-border !default;
|
681
|
-
$panel-success-heading-bg: $
|
701
|
+
$panel-success-heading-bg: $brand-success !default;
|
682
702
|
|
683
|
-
$panel-info-text:
|
703
|
+
$panel-info-text: #fff !default;
|
684
704
|
$panel-info-border: $state-info-border !default;
|
685
|
-
$panel-info-heading-bg: $
|
705
|
+
$panel-info-heading-bg: $brand-info !default;
|
686
706
|
|
687
|
-
$panel-warning-text:
|
707
|
+
$panel-warning-text: #fff !default;
|
688
708
|
$panel-warning-border: $state-warning-border !default;
|
689
|
-
$panel-warning-heading-bg: $
|
709
|
+
$panel-warning-heading-bg: $brand-warning !default;
|
690
710
|
|
691
|
-
$panel-danger-text:
|
711
|
+
$panel-danger-text: #fff !default;
|
692
712
|
$panel-danger-border: $state-danger-border !default;
|
693
|
-
$panel-danger-heading-bg: $
|
713
|
+
$panel-danger-heading-bg: $brand-danger !default;
|
694
714
|
|
695
715
|
|
696
716
|
//== Thumbnails
|
@@ -777,7 +797,7 @@ $carousel-caption-color: #fff !default;
|
|
777
797
|
//##
|
778
798
|
|
779
799
|
$close-font-weight: bold !default;
|
780
|
-
$close-color: #
|
800
|
+
$close-color: #fff !default;
|
781
801
|
$close-text-shadow: 0 1px 0 #fff !default;
|
782
802
|
|
783
803
|
|
@@ -796,20 +816,14 @@ $pre-color: $gray-dark !default;
|
|
796
816
|
$pre-border-color: #ccc !default;
|
797
817
|
$pre-scrollable-max-height: 340px !default;
|
798
818
|
|
799
|
-
|
819
|
+
|
820
|
+
//== Type
|
800
821
|
//
|
801
822
|
//##
|
802
|
-
|
803
823
|
//** Horizontal line color.
|
804
824
|
$hr-border: #ddd !default;
|
805
|
-
|
806
825
|
//** Horizontal offset for forms and lists.
|
807
826
|
$component-offset-horizontal: 180px !default;
|
808
|
-
|
809
|
-
//== Type
|
810
|
-
//
|
811
|
-
//##
|
812
|
-
|
813
827
|
//** Text muted color
|
814
828
|
$text-muted: $gray-light !default;
|
815
829
|
//** Abbreviations and acronyms border color
|
@@ -824,3 +838,6 @@ $blockquote-font-size: ($font-size-base * 1.25) !default;
|
|
824
838
|
$blockquote-border-color: $hr-border !default;
|
825
839
|
//** Page header border color
|
826
840
|
$page-header-border-color: $hr-border !default;
|
841
|
+
//** Width of horizontal description list titles
|
842
|
+
$dl-horizontal-offset: $component-offset-horizontal !default;
|
843
|
+
|