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
|
-
// Lumen 3.
|
1
|
+
// Lumen 3.2.0
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
@@ -97,6 +97,7 @@
|
|
97
97
|
@include box-shadow(none);
|
98
98
|
}
|
99
99
|
|
100
|
+
|
100
101
|
.navbar-btn {
|
101
102
|
&:hover {
|
102
103
|
margin-top: 8px
|
@@ -180,7 +181,7 @@ table,
|
|
180
181
|
> thead > tr > td,
|
181
182
|
> tbody > tr > td,
|
182
183
|
> tfoot > tr > td {
|
183
|
-
border-color:
|
184
|
+
border-color: hsla(0, 100%, 100%, 0);
|
184
185
|
}
|
185
186
|
}
|
186
187
|
|
@@ -206,6 +207,10 @@ label {
|
|
206
207
|
border: 1px solid $brand-warning;
|
207
208
|
@include box-shadow(inset 0 2px 0 rgba(0, 0, 0, 0.075));
|
208
209
|
}
|
210
|
+
|
211
|
+
.input-group-addon {
|
212
|
+
border: 1px solid $brand-warning;
|
213
|
+
}
|
209
214
|
}
|
210
215
|
|
211
216
|
.has-error {
|
@@ -220,6 +225,10 @@ label {
|
|
220
225
|
border: 1px solid $brand-danger;
|
221
226
|
@include box-shadow(inset 0 2px 0 rgba(0, 0, 0, 0.075));
|
222
227
|
}
|
228
|
+
|
229
|
+
.input-group-addon {
|
230
|
+
border: 1px solid $brand-danger;
|
231
|
+
}
|
223
232
|
}
|
224
233
|
|
225
234
|
.has-success {
|
@@ -234,6 +243,10 @@ label {
|
|
234
243
|
border: 1px solid $brand-success;
|
235
244
|
@include box-shadow(inset 0 2px 0 rgba(0, 0, 0, 0.075));
|
236
245
|
}
|
246
|
+
|
247
|
+
.input-group-addon {
|
248
|
+
border: 1px solid $brand-success;
|
249
|
+
}
|
237
250
|
}
|
238
251
|
|
239
252
|
// Navs =======================================================================
|
@@ -242,7 +255,7 @@ label {
|
|
242
255
|
.open > a,
|
243
256
|
.open > a:hover,
|
244
257
|
.open > a:focus {
|
245
|
-
border-color:
|
258
|
+
border-color: hsla(0, 100%, 100%, 0);
|
246
259
|
}
|
247
260
|
}
|
248
261
|
|
@@ -363,15 +376,19 @@ label {
|
|
363
376
|
}
|
364
377
|
|
365
378
|
.close {
|
366
|
-
color: #fff;
|
367
379
|
text-decoration: none;
|
368
|
-
|
380
|
+
}
|
381
|
+
}
|
369
382
|
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
383
|
+
.close {
|
384
|
+
color: #fff;
|
385
|
+
text-decoration: none;
|
386
|
+
opacity: 0.4;
|
387
|
+
|
388
|
+
&:hover,
|
389
|
+
&:focus {
|
390
|
+
color: #fff;
|
391
|
+
opacity: 1;
|
375
392
|
}
|
376
393
|
}
|
377
394
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// Lumen 3.
|
1
|
+
// Lumen 3.2.0
|
2
2
|
// Variables
|
3
3
|
// --------------------------------------------------
|
4
4
|
|
@@ -18,11 +18,12 @@ $brand-success: #28B62C !default;
|
|
18
18
|
$brand-info: #75CAEB !default;
|
19
19
|
$brand-warning: #FF851B !default;
|
20
20
|
$brand-danger: #FF4136 !default;
|
21
|
-
|
21
|
+
$navbar-default-bg: #f8f8f8 !default;
|
22
|
+
$navbar-default-border: darken($navbar-default-bg, 6.5%) !default;
|
22
23
|
|
23
24
|
//== Scaffolding
|
24
25
|
//
|
25
|
-
|
26
|
+
//## Settings for some of the most global styles.
|
26
27
|
|
27
28
|
//** Background color for `<body>`.
|
28
29
|
$body-bg: #fff !default;
|
@@ -68,14 +69,25 @@ $headings-line-height: 1.1 !default;
|
|
68
69
|
$headings-color: $gray-dark !default;
|
69
70
|
|
70
71
|
|
71
|
-
|
72
|
+
//== Iconography
|
72
73
|
//
|
73
|
-
//## Specify custom
|
74
|
-
|
74
|
+
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
75
75
|
|
76
|
+
//** Load fonts from this directory.
|
77
|
+
//** File name for all font files.
|
76
78
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
79
|
+
//** Element ID within SVG icon file.
|
77
80
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
78
81
|
|
82
|
+
|
83
|
+
//== Wells
|
84
|
+
//
|
85
|
+
//##
|
86
|
+
|
87
|
+
$well-bg: #fafafa !default;
|
88
|
+
$well-border: darken($well-bg, 7%) !default;
|
89
|
+
|
90
|
+
|
79
91
|
//== Components
|
80
92
|
//
|
81
93
|
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
@@ -120,7 +132,7 @@ $table-cell-padding: 8px !default;
|
|
120
132
|
$table-condensed-cell-padding: 5px !default;
|
121
133
|
|
122
134
|
//** Default background color used for all tables.
|
123
|
-
$table-bg:
|
135
|
+
$table-bg: hsla(0, 100%, 100%, 0) !default;
|
124
136
|
//** Background color used for `.table-striped`.
|
125
137
|
$table-bg-accent: #f9f9f9 !default;
|
126
138
|
//** Background color used for `.table-hover`.
|
@@ -164,117 +176,6 @@ $btn-danger-border: darken($btn-danger-bg, 5%) !default;
|
|
164
176
|
$btn-link-disabled-color: $gray-light !default;
|
165
177
|
|
166
178
|
|
167
|
-
//== Media queries breakpoints
|
168
|
-
//
|
169
|
-
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
170
|
-
|
171
|
-
// Extra small screen / phone
|
172
|
-
// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1
|
173
|
-
$screen-xs: 480px !default;
|
174
|
-
$screen-xs-min: $screen-xs !default;
|
175
|
-
$screen-phone: $screen-xs-min !default;
|
176
|
-
|
177
|
-
// Small screen / tablet
|
178
|
-
// Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1
|
179
|
-
$screen-sm: 768px !default;
|
180
|
-
$screen-sm-min: $screen-sm !default;
|
181
|
-
$screen-tablet: $screen-sm-min !default;
|
182
|
-
|
183
|
-
// Medium screen / desktop
|
184
|
-
// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
|
185
|
-
$screen-md: 992px !default;
|
186
|
-
$screen-md-min: $screen-md !default;
|
187
|
-
$screen-desktop: $screen-md-min !default;
|
188
|
-
|
189
|
-
// Large screen / wide desktop
|
190
|
-
// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
|
191
|
-
$screen-lg: 1200px !default;
|
192
|
-
$screen-lg-min: $screen-lg !default;
|
193
|
-
$screen-lg-desktop: $screen-lg-min !default;
|
194
|
-
|
195
|
-
// So media queries don't overlap when required, provide a maximum
|
196
|
-
$screen-xs-max: ($screen-sm-min - 1) !default;
|
197
|
-
$screen-sm-max: ($screen-md-min - 1) !default;
|
198
|
-
$screen-md-max: ($screen-lg-min - 1) !default;
|
199
|
-
|
200
|
-
|
201
|
-
//== Grid system
|
202
|
-
//
|
203
|
-
//## Define your custom responsive grid.
|
204
|
-
|
205
|
-
//** Number of columns in the grid.
|
206
|
-
$grid-columns: 12 !default;
|
207
|
-
//** Padding between columns. Gets divided in half for the left and right.
|
208
|
-
$grid-gutter-width: 30px !default;
|
209
|
-
// Navbar collapse
|
210
|
-
//** Point at which the navbar becomes uncollapsed.
|
211
|
-
$grid-float-breakpoint: $screen-sm-min !default;
|
212
|
-
//** Point at which the navbar begins collapsing.
|
213
|
-
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
|
214
|
-
|
215
|
-
|
216
|
-
//== Navbar
|
217
|
-
//
|
218
|
-
//##
|
219
|
-
|
220
|
-
// Basics of a navbar
|
221
|
-
$navbar-height: 50px !default;
|
222
|
-
$navbar-margin-bottom: $line-height-computed !default;
|
223
|
-
$navbar-border-radius: $border-radius-base !default;
|
224
|
-
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
|
225
|
-
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
|
226
|
-
$navbar-collapse-max-height: 340px !default;
|
227
|
-
|
228
|
-
$navbar-default-color: $text-color !default;
|
229
|
-
$navbar-default-bg: #f8f8f8 !default;
|
230
|
-
$navbar-default-border: darken($navbar-default-bg, 6.5%) !default;
|
231
|
-
|
232
|
-
// Navbar links
|
233
|
-
$navbar-default-link-color: $gray-light !default;
|
234
|
-
$navbar-default-link-hover-color: $gray-dark !default;
|
235
|
-
$navbar-default-link-hover-bg: transparent !default;
|
236
|
-
$navbar-default-link-active-color: $navbar-default-link-hover-color !default;
|
237
|
-
$navbar-default-link-active-bg: transparent !default;
|
238
|
-
$navbar-default-link-disabled-color: $gray-lighter !default;
|
239
|
-
$navbar-default-link-disabled-bg: transparent !default;
|
240
|
-
|
241
|
-
// Navbar brand label
|
242
|
-
$navbar-default-brand-color: $navbar-default-link-hover-color !default;
|
243
|
-
$navbar-default-brand-hover-color: $navbar-default-link-hover-color !default;
|
244
|
-
$navbar-default-brand-hover-bg: transparent !default;
|
245
|
-
|
246
|
-
// Navbar toggle
|
247
|
-
$navbar-default-toggle-hover-bg: #fff !default;
|
248
|
-
$navbar-default-toggle-icon-bar-bg: $gray-light !default;
|
249
|
-
$navbar-default-toggle-border-color: $gray-lighter !default;
|
250
|
-
|
251
|
-
|
252
|
-
// Inverted navbar
|
253
|
-
// Reset inverted navbar basics
|
254
|
-
$navbar-inverse-color: $gray-light !default;
|
255
|
-
$navbar-inverse-bg: #fff !default;
|
256
|
-
$navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default;
|
257
|
-
|
258
|
-
// Inverted navbar links
|
259
|
-
$navbar-inverse-link-color: $gray-light !default;
|
260
|
-
$navbar-inverse-link-hover-color: $gray-dark !default;
|
261
|
-
$navbar-inverse-link-hover-bg: transparent !default;
|
262
|
-
$navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
|
263
|
-
$navbar-inverse-link-active-bg: transparent !default;
|
264
|
-
$navbar-inverse-link-disabled-color: $gray-lighter !default;
|
265
|
-
$navbar-inverse-link-disabled-bg: transparent !default;
|
266
|
-
|
267
|
-
// Inverted navbar brand label
|
268
|
-
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
269
|
-
$navbar-inverse-brand-hover-color: $navbar-inverse-link-hover-color !default;
|
270
|
-
$navbar-inverse-brand-hover-bg: transparent !default;
|
271
|
-
|
272
|
-
// Inverted navbar toggle
|
273
|
-
$navbar-inverse-toggle-hover-bg: $gray-lighter !default;
|
274
|
-
$navbar-inverse-toggle-icon-bar-bg: $gray-light !default;
|
275
|
-
$navbar-inverse-toggle-border-color: $gray-lighter !default;
|
276
|
-
|
277
|
-
|
278
179
|
//== Forms
|
279
180
|
//
|
280
181
|
//##
|
@@ -330,7 +231,7 @@ $dropdown-link-color: $gray-light !default;
|
|
330
231
|
//** Hover color for dropdown links.
|
331
232
|
$dropdown-link-hover-color: $gray-dark !default;
|
332
233
|
//** Hover background for dropdown links.
|
333
|
-
$dropdown-link-hover-bg:
|
234
|
+
$dropdown-link-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
334
235
|
|
335
236
|
//** Active dropdown menu item text color.
|
336
237
|
$dropdown-link-active-color: $component-active-color !default;
|
@@ -343,7 +244,7 @@ $dropdown-link-disabled-color: $gray-lighter !default;
|
|
343
244
|
//** Text color for headers within dropdown menus.
|
344
245
|
$dropdown-header-color: $gray-light !default;
|
345
246
|
|
346
|
-
|
247
|
+
//** Deprecated `@dropdown-caret-color` as of v3.1.0
|
347
248
|
$dropdown-caret-color: #000 !default;
|
348
249
|
|
349
250
|
|
@@ -356,13 +257,67 @@ $dropdown-caret-color: #000 !default;
|
|
356
257
|
|
357
258
|
$zindex-navbar: 1000 !default;
|
358
259
|
$zindex-dropdown: 1000 !default;
|
359
|
-
$zindex-popover:
|
360
|
-
$zindex-tooltip:
|
260
|
+
$zindex-popover: 1060 !default;
|
261
|
+
$zindex-tooltip: 1070 !default;
|
361
262
|
$zindex-navbar-fixed: 1030 !default;
|
362
263
|
$zindex-modal-background: 1040 !default;
|
363
264
|
$zindex-modal: 1050 !default;
|
364
265
|
|
365
266
|
|
267
|
+
//== Media queries breakpoints
|
268
|
+
//
|
269
|
+
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
270
|
+
|
271
|
+
// Extra small screen / phone
|
272
|
+
//** Deprecated `@screen-xs` as of v3.0.1
|
273
|
+
$screen-xs: 480px !default;
|
274
|
+
//** Deprecated `@screen-xs-min` as of v3.2.0
|
275
|
+
$screen-xs-min: $screen-xs !default;
|
276
|
+
//** Deprecated `@screen-phone` as of v3.0.1
|
277
|
+
$screen-phone: $screen-xs-min !default;
|
278
|
+
|
279
|
+
// Small screen / tablet
|
280
|
+
//** Deprecated `@screen-sm` as of v3.0.1
|
281
|
+
$screen-sm: 768px !default;
|
282
|
+
$screen-sm-min: $screen-sm !default;
|
283
|
+
//** Deprecated `@screen-tablet` as of v3.0.1
|
284
|
+
$screen-tablet: $screen-sm-min !default;
|
285
|
+
|
286
|
+
// Medium screen / desktop
|
287
|
+
//** Deprecated `@screen-md` as of v3.0.1
|
288
|
+
$screen-md: 992px !default;
|
289
|
+
$screen-md-min: $screen-md !default;
|
290
|
+
//** Deprecated `@screen-desktop` as of v3.0.1
|
291
|
+
$screen-desktop: $screen-md-min !default;
|
292
|
+
|
293
|
+
// Large screen / wide desktop
|
294
|
+
//** Deprecated `@screen-lg` as of v3.0.1
|
295
|
+
$screen-lg: 1200px !default;
|
296
|
+
$screen-lg-min: $screen-lg !default;
|
297
|
+
//** Deprecated `@screen-lg-desktop` as of v3.0.1
|
298
|
+
$screen-lg-desktop: $screen-lg-min !default;
|
299
|
+
|
300
|
+
// So media queries don't overlap when required, provide a maximum
|
301
|
+
$screen-xs-max: ($screen-sm-min - 1) !default;
|
302
|
+
$screen-sm-max: ($screen-md-min - 1) !default;
|
303
|
+
$screen-md-max: ($screen-lg-min - 1) !default;
|
304
|
+
|
305
|
+
|
306
|
+
//== Grid system
|
307
|
+
//
|
308
|
+
//## Define your custom responsive grid.
|
309
|
+
|
310
|
+
//** Number of columns in the grid.
|
311
|
+
$grid-columns: 12 !default;
|
312
|
+
//** Padding between columns. Gets divided in half for the left and right.
|
313
|
+
$grid-gutter-width: 30px !default;
|
314
|
+
// Navbar collapse
|
315
|
+
//** Point at which the navbar becomes uncollapsed.
|
316
|
+
$grid-float-breakpoint: $screen-sm-min !default;
|
317
|
+
//** Point at which the navbar begins collapsing.
|
318
|
+
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
|
319
|
+
|
320
|
+
|
366
321
|
//== Container sizes
|
367
322
|
//
|
368
323
|
//## Define the maximum width of `.container` for different screen sizes.
|
@@ -382,6 +337,67 @@ $container-large-desktop: ((1140px + $grid-gutter-width)) !default;
|
|
382
337
|
//** For `@screen-lg-min` and up.
|
383
338
|
$container-lg: $container-large-desktop !default;
|
384
339
|
|
340
|
+
|
341
|
+
//== Navbar
|
342
|
+
//
|
343
|
+
//##
|
344
|
+
|
345
|
+
// Basics of a navbar
|
346
|
+
$navbar-height: 50px !default;
|
347
|
+
$navbar-margin-bottom: $line-height-computed !default;
|
348
|
+
$navbar-border-radius: $border-radius-base !default;
|
349
|
+
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
|
350
|
+
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
|
351
|
+
$navbar-collapse-max-height: 340px !default;
|
352
|
+
|
353
|
+
$navbar-default-color: $text-color !default;
|
354
|
+
|
355
|
+
// Navbar links
|
356
|
+
$navbar-default-link-color: $gray-light !default;
|
357
|
+
$navbar-default-link-hover-color: $gray-dark !default;
|
358
|
+
$navbar-default-link-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
359
|
+
$navbar-default-link-active-color: $navbar-default-link-hover-color !default;
|
360
|
+
$navbar-default-link-active-bg: hsla(0, 100%, 100%, 0) !default;
|
361
|
+
$navbar-default-link-disabled-color: $gray-lighter !default;
|
362
|
+
$navbar-default-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
|
363
|
+
|
364
|
+
// Navbar brand label
|
365
|
+
$navbar-default-brand-color: $navbar-default-link-hover-color !default;
|
366
|
+
$navbar-default-brand-hover-color: $navbar-default-link-hover-color !default;
|
367
|
+
$navbar-default-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
368
|
+
|
369
|
+
// Navbar toggle
|
370
|
+
$navbar-default-toggle-hover-bg: #fff !default;
|
371
|
+
$navbar-default-toggle-icon-bar-bg: $gray-light !default;
|
372
|
+
$navbar-default-toggle-border-color: $gray-lighter !default;
|
373
|
+
|
374
|
+
|
375
|
+
// Inverted navbar
|
376
|
+
// Reset inverted navbar basics
|
377
|
+
$navbar-inverse-color: $gray-light !default;
|
378
|
+
$navbar-inverse-bg: #fff !default;
|
379
|
+
$navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default;
|
380
|
+
|
381
|
+
// Inverted navbar links
|
382
|
+
$navbar-inverse-link-color: $gray-light !default;
|
383
|
+
$navbar-inverse-link-hover-color: $gray-dark !default;
|
384
|
+
$navbar-inverse-link-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
385
|
+
$navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
|
386
|
+
$navbar-inverse-link-active-bg: hsla(0, 100%, 100%, 0) !default;
|
387
|
+
$navbar-inverse-link-disabled-color: $gray-lighter !default;
|
388
|
+
$navbar-inverse-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
|
389
|
+
|
390
|
+
// Inverted navbar brand label
|
391
|
+
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
392
|
+
$navbar-inverse-brand-hover-color: $navbar-inverse-link-hover-color !default;
|
393
|
+
$navbar-inverse-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
394
|
+
|
395
|
+
// Inverted navbar toggle
|
396
|
+
$navbar-inverse-toggle-hover-bg: $gray-lighter !default;
|
397
|
+
$navbar-inverse-toggle-icon-bar-bg: $gray-light !default;
|
398
|
+
$navbar-inverse-toggle-border-color: $gray-lighter !default;
|
399
|
+
|
400
|
+
|
385
401
|
//== Navs
|
386
402
|
//
|
387
403
|
//##
|
@@ -450,13 +466,6 @@ $pager-active-color: $pagination-active-color !default;
|
|
450
466
|
$pager-disabled-color: $pagination-disabled-color !default;
|
451
467
|
|
452
468
|
|
453
|
-
//== Wells
|
454
|
-
//
|
455
|
-
//##
|
456
|
-
|
457
|
-
$well-bg: #fafafa !default;
|
458
|
-
$well-border: darken($well-bg, 7%) !default;
|
459
|
-
|
460
469
|
//== Jumbotron
|
461
470
|
//
|
462
471
|
//##
|
@@ -649,17 +658,26 @@ $list-group-border: #ddd !default;
|
|
649
658
|
//** List group border radius
|
650
659
|
$list-group-border-radius: $border-radius-base !default;
|
651
660
|
|
652
|
-
//** Background color of single list
|
661
|
+
//** Background color of single list items on hover
|
653
662
|
$list-group-hover-bg: #f5f5f5 !default;
|
654
|
-
//** Text color of active list
|
663
|
+
//** Text color of active list items
|
655
664
|
$list-group-active-color: $component-active-color !default;
|
656
665
|
//** Background color of active list elements
|
657
666
|
$list-group-active-bg: $component-active-bg !default;
|
658
|
-
//**
|
667
|
+
//** Background color of active list items
|
659
668
|
$list-group-active-border: $list-group-active-bg !default;
|
669
|
+
//** Text color for content within active list items
|
660
670
|
$list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
|
661
671
|
|
672
|
+
//** Text color of disabled list items
|
673
|
+
$list-group-disabled-color: $gray-light !default;
|
674
|
+
//** Background color of disabled list items
|
675
|
+
$list-group-disabled-bg: $gray-lighter !default;
|
676
|
+
//** Text color for content within disabled list items
|
677
|
+
$list-group-disabled-text-color: $list-group-disabled-color !default;
|
678
|
+
|
662
679
|
$list-group-link-color: #555 !default;
|
680
|
+
$list-group-link-hover-color: $list-group-link-color !default;
|
663
681
|
$list-group-link-heading-color: #333 !default;
|
664
682
|
|
665
683
|
|
@@ -669,34 +687,36 @@ $list-group-link-heading-color: #333 !default;
|
|
669
687
|
|
670
688
|
$panel-bg: #fff !default;
|
671
689
|
$panel-body-padding: 15px !default;
|
690
|
+
$panel-heading-padding: 10px 15px !default;
|
691
|
+
$panel-footer-padding: $panel-heading-padding !default;
|
672
692
|
$panel-border-radius: $border-radius-base !default;
|
673
693
|
|
674
694
|
//** Border color for elements within panels
|
675
|
-
$panel-inner-border:
|
695
|
+
$panel-inner-border: hsla(0, 100%, 100%, 0) !default;
|
676
696
|
$panel-footer-bg: #f5f5f5 !default;
|
677
697
|
|
678
698
|
$panel-default-text: $gray-dark !default;
|
679
|
-
$panel-default-border:
|
699
|
+
$panel-default-border: hsla(0, 100%, 100%, 0) !default;
|
680
700
|
$panel-default-heading-bg: #f5f5f5 !default;
|
681
701
|
|
682
702
|
$panel-primary-text: #fff !default;
|
683
|
-
$panel-primary-border:
|
703
|
+
$panel-primary-border: hsla(0, 100%, 100%, 0) !default;
|
684
704
|
$panel-primary-heading-bg: $brand-primary !default;
|
685
705
|
|
686
706
|
$panel-success-text: $state-success-text !default;
|
687
|
-
$panel-success-border:
|
707
|
+
$panel-success-border: hsla(0, 100%, 100%, 0) !default;
|
688
708
|
$panel-success-heading-bg: $state-success-bg !default;
|
689
709
|
|
690
710
|
$panel-info-text: $state-info-text !default;
|
691
|
-
$panel-info-border:
|
711
|
+
$panel-info-border: hsla(0, 100%, 100%, 0) !default;
|
692
712
|
$panel-info-heading-bg: $state-info-bg !default;
|
693
713
|
|
694
714
|
$panel-warning-text: $state-warning-text !default;
|
695
|
-
$panel-warning-border:
|
715
|
+
$panel-warning-border: hsla(0, 100%, 100%, 0) !default;
|
696
716
|
$panel-warning-heading-bg: $state-warning-bg !default;
|
697
717
|
|
698
718
|
$panel-danger-text: $state-danger-text !default;
|
699
|
-
$panel-danger-border:
|
719
|
+
$panel-danger-border: hsla(0, 100%, 100%, 0) !default;
|
700
720
|
$panel-danger-heading-bg: $state-danger-bg !default;
|
701
721
|
|
702
722
|
|
@@ -800,6 +820,8 @@ $pre-scrollable-max-height: 340px !default;
|
|
800
820
|
//
|
801
821
|
//##
|
802
822
|
|
823
|
+
//** Horizontal offset for forms and lists.
|
824
|
+
$component-offset-horizontal: 180px !default;
|
803
825
|
//** Text muted color
|
804
826
|
$text-muted: $gray-light !default;
|
805
827
|
//** Abbreviations and acronyms border color
|
@@ -814,14 +836,9 @@ $blockquote-font-size: ($font-size-base * 1.25) !default;
|
|
814
836
|
$blockquote-border-color: $gray-lighter !default;
|
815
837
|
//** Page header border color
|
816
838
|
$page-header-border-color: $gray-lighter !default;
|
817
|
-
|
818
|
-
|
819
|
-
//== Miscellaneous
|
820
|
-
//
|
821
|
-
//##
|
822
|
-
|
839
|
+
//** Width of horizontal description list titles
|
840
|
+
$dl-horizontal-offset: $component-offset-horizontal !default;
|
823
841
|
//** Horizontal line color.
|
824
842
|
$hr-border: $gray-lighter !default;
|
825
843
|
|
826
|
-
|
827
|
-
$component-offset-horizontal: 180px !default;
|
844
|
+
|