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
@@ -9,7 +9,6 @@
|
|
9
9
|
.navbar {
|
10
10
|
border-width: 0;
|
11
11
|
}
|
12
|
-
|
13
12
|
.navbar-default {
|
14
13
|
|
15
14
|
.badge {
|
@@ -29,7 +28,6 @@
|
|
29
28
|
.navbar-brand {
|
30
29
|
padding: 18.5px 15px 20.5px;
|
31
30
|
}
|
32
|
-
|
33
31
|
// Buttons ====================================================================
|
34
32
|
|
35
33
|
.btn:active {
|
@@ -72,7 +70,7 @@
|
|
72
70
|
table,
|
73
71
|
.table {
|
74
72
|
|
75
|
-
a {
|
73
|
+
a:not(.btn) {
|
76
74
|
text-decoration: underline;
|
77
75
|
}
|
78
76
|
|
@@ -95,6 +93,7 @@ table,
|
|
95
93
|
> tfoot > tr > td {
|
96
94
|
border: none;
|
97
95
|
}
|
96
|
+
|
98
97
|
}
|
99
98
|
|
100
99
|
.table-bordered > thead > tr > th,
|
@@ -187,7 +186,7 @@ input, {
|
|
187
186
|
.open > a,
|
188
187
|
.open > a:hover,
|
189
188
|
.open > a:focus {
|
190
|
-
border-color:
|
189
|
+
border-color: transparent;
|
191
190
|
}
|
192
191
|
}
|
193
192
|
|
@@ -209,19 +208,6 @@ input, {
|
|
209
208
|
|
210
209
|
// Indicators =================================================================
|
211
210
|
|
212
|
-
.alert {
|
213
|
-
|
214
|
-
a,
|
215
|
-
.alert-link {
|
216
|
-
color: #fff;
|
217
|
-
text-decoration: underline;
|
218
|
-
}
|
219
|
-
|
220
|
-
.close {
|
221
|
-
text-decoration: none;
|
222
|
-
}
|
223
|
-
}
|
224
|
-
|
225
211
|
.close {
|
226
212
|
color: #fff;
|
227
213
|
text-decoration: none;
|
@@ -234,6 +220,14 @@ input, {
|
|
234
220
|
}
|
235
221
|
}
|
236
222
|
|
223
|
+
.alert {
|
224
|
+
|
225
|
+
.alert-link {
|
226
|
+
color: #fff;
|
227
|
+
text-decoration: underline;
|
228
|
+
}
|
229
|
+
}
|
230
|
+
|
237
231
|
// Progress bars ==============================================================
|
238
232
|
|
239
233
|
.progress {
|
@@ -250,3 +244,19 @@ input, {
|
|
250
244
|
.well {
|
251
245
|
@include box-shadow(none);
|
252
246
|
}
|
247
|
+
|
248
|
+
.panel-default {
|
249
|
+
.close {
|
250
|
+
color: $text-color;
|
251
|
+
}
|
252
|
+
}
|
253
|
+
|
254
|
+
.modal {
|
255
|
+
.close {
|
256
|
+
color: $text-color;
|
257
|
+
}
|
258
|
+
}
|
259
|
+
|
260
|
+
.popover {
|
261
|
+
color: $text-color;
|
262
|
+
}
|
@@ -7,9 +7,9 @@
|
|
7
7
|
//
|
8
8
|
//## Gray and brand colors for use across Bootstrap.
|
9
9
|
|
10
|
+
$gray: #95a5a6 !default; // #555
|
10
11
|
$gray-darker: lighten(#000, 13.5%) !default; // #222
|
11
12
|
$gray-dark: #7b8a8b !default; // #333
|
12
|
-
$gray: #95a5a6 !default; // #555
|
13
13
|
$gray-light: #b4bcc2 !default; // #999
|
14
14
|
$gray-lighter: #ecf0f1 !default; // #eee
|
15
15
|
|
@@ -79,34 +79,6 @@ $icon-font-name: "glyphicons-halflings-regular" !default;
|
|
79
79
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
80
80
|
|
81
81
|
|
82
|
-
|
83
|
-
//== Type
|
84
|
-
//
|
85
|
-
//##
|
86
|
-
|
87
|
-
//** Horizontal offset for forms and lists.
|
88
|
-
$component-offset-horizontal: 180px !default;
|
89
|
-
//** Text muted color
|
90
|
-
$text-muted: $gray-light !default;
|
91
|
-
//** Abbreviations and acronyms border color
|
92
|
-
$abbr-border-color: $gray-light !default;
|
93
|
-
//** Headings small color
|
94
|
-
$headings-small-color: $gray-light !default;
|
95
|
-
//** Blockquote small color
|
96
|
-
$blockquote-small-color: $gray-light !default;
|
97
|
-
//** Blockquote font size
|
98
|
-
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
99
|
-
//** Blockquote border color
|
100
|
-
$blockquote-border-color: $gray-lighter !default;
|
101
|
-
//** Page header border color
|
102
|
-
$page-header-border-color: hsla(0, 100%, 100%, 0) !default;
|
103
|
-
//** Width of horizontal description list titles
|
104
|
-
$dl-horizontal-offset: $component-offset-horizontal !default;
|
105
|
-
//** Horizontal line color.
|
106
|
-
$hr-border: $gray-lighter !default;
|
107
|
-
|
108
|
-
|
109
|
-
|
110
82
|
//== Components
|
111
83
|
//
|
112
84
|
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
@@ -151,7 +123,7 @@ $table-cell-padding: 8px !default;
|
|
151
123
|
$table-condensed-cell-padding: 5px !default;
|
152
124
|
|
153
125
|
//** Default background color used for all tables.
|
154
|
-
$table-bg:
|
126
|
+
$table-bg: transparent !default;
|
155
127
|
//** Background color used for `.table-striped`.
|
156
128
|
$table-bg-accent: #f9f9f9 !default;
|
157
129
|
//** Background color used for `.table-hover`.
|
@@ -224,13 +196,37 @@ $input-height-large: (ceil($font-size-large * $line-height-large) +
|
|
224
196
|
$input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
|
225
197
|
|
226
198
|
$legend-color: $text-color !default;
|
227
|
-
$legend-border-color:
|
199
|
+
$legend-border-color: transparent !default;
|
228
200
|
|
229
201
|
//** Background color for textual input addons
|
230
202
|
$input-group-addon-bg: $gray-lighter !default;
|
231
203
|
//** Border color for textual input addons
|
232
204
|
$input-group-addon-border-color: $input-border !default;
|
233
205
|
|
206
|
+
//== Type
|
207
|
+
//
|
208
|
+
//##
|
209
|
+
|
210
|
+
//** Horizontal offset for forms and lists.
|
211
|
+
$component-offset-horizontal: 180px !default;
|
212
|
+
//** Text muted color
|
213
|
+
$text-muted: $gray-light !default;
|
214
|
+
//** Abbreviations and acronyms border color
|
215
|
+
$abbr-border-color: $gray-light !default;
|
216
|
+
//** Headings small color
|
217
|
+
$headings-small-color: $gray-light !default;
|
218
|
+
//** Blockquote small color
|
219
|
+
$blockquote-small-color: $gray-light !default;
|
220
|
+
//** Blockquote font size
|
221
|
+
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
222
|
+
//** Blockquote border color
|
223
|
+
$blockquote-border-color: $gray-lighter !default;
|
224
|
+
//** Page header border color
|
225
|
+
$page-header-border-color: transparent !default;
|
226
|
+
//** Width of horizontal description list titles
|
227
|
+
$dl-horizontal-offset: $component-offset-horizontal !default;
|
228
|
+
//** Horizontal line color.
|
229
|
+
$hr-border: $gray-lighter !default;
|
234
230
|
|
235
231
|
//== Dropdowns
|
236
232
|
//
|
@@ -245,14 +241,14 @@ $dropdown-fallback-border: #ccc !default;
|
|
245
241
|
//** Divider color for between dropdown items.
|
246
242
|
$dropdown-divider-bg: #e5e5e5 !default;
|
247
243
|
|
248
|
-
//** Dropdown link text color.
|
249
|
-
$dropdown-link-color: $gray-dark !default;
|
250
|
-
//** Hover color for dropdown links.
|
251
|
-
$dropdown-link-hover-color: #fff !default;
|
252
244
|
//** Active dropdown menu item background color.
|
253
245
|
$dropdown-link-active-bg: $component-active-bg !default;
|
254
246
|
//** Hover background for dropdown links.
|
255
247
|
$dropdown-link-hover-bg: $dropdown-link-active-bg !default;
|
248
|
+
//** Dropdown link text color.
|
249
|
+
$dropdown-link-color: $gray-dark !default;
|
250
|
+
//** Hover color for dropdown links.
|
251
|
+
$dropdown-link-hover-color: #fff !default;
|
256
252
|
|
257
253
|
//** Active dropdown menu item text color.
|
258
254
|
$dropdown-link-active-color: #fff !default;
|
@@ -371,21 +367,21 @@ $navbar-collapse-max-height: 340px !default;
|
|
371
367
|
|
372
368
|
$navbar-default-color: #777 !default;
|
373
369
|
$navbar-default-bg: $brand-primary !default;
|
374
|
-
$navbar-default-border:
|
370
|
+
$navbar-default-border: transparent !default;
|
375
371
|
|
376
372
|
// Navbar links
|
377
373
|
$navbar-default-link-color: #fff !default;
|
378
374
|
$navbar-default-link-hover-color: $brand-success !default;
|
379
|
-
$navbar-default-link-hover-bg:
|
375
|
+
$navbar-default-link-hover-bg: transparent !default;
|
380
376
|
$navbar-default-link-active-color: #fff !default;
|
381
377
|
$navbar-default-link-active-bg: darken($navbar-default-bg, 10%) !default;
|
382
378
|
$navbar-default-link-disabled-color: #ccc !default;
|
383
|
-
$navbar-default-link-disabled-bg:
|
379
|
+
$navbar-default-link-disabled-bg: transparent !default;
|
384
380
|
|
385
381
|
// Navbar brand label
|
386
382
|
$navbar-default-brand-color: $navbar-default-link-color !default;
|
387
383
|
$navbar-default-brand-hover-color: $navbar-default-link-hover-color !default;
|
388
|
-
$navbar-default-brand-hover-bg:
|
384
|
+
$navbar-default-brand-hover-bg: transparent !default;
|
389
385
|
|
390
386
|
// Navbar toggle
|
391
387
|
$navbar-default-toggle-hover-bg: darken($navbar-default-bg, 10%) !default;
|
@@ -397,21 +393,21 @@ $navbar-default-toggle-border-color: darken($navbar-default-bg, 10%) !defa
|
|
397
393
|
// Reset inverted navbar basics
|
398
394
|
$navbar-inverse-color: #fff !default;
|
399
395
|
$navbar-inverse-bg: $brand-success !default;
|
400
|
-
$navbar-inverse-border:
|
396
|
+
$navbar-inverse-border: transparent !default;
|
401
397
|
|
402
398
|
// Inverted navbar links
|
403
399
|
$navbar-inverse-link-color: #fff !default;
|
404
400
|
$navbar-inverse-link-hover-color: $brand-primary !default;
|
405
|
-
$navbar-inverse-link-hover-bg:
|
401
|
+
$navbar-inverse-link-hover-bg: transparent !default;
|
406
402
|
$navbar-inverse-link-active-color: #fff !default;
|
407
403
|
$navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 5%) !default;
|
408
404
|
$navbar-inverse-link-disabled-color: #ccc !default;
|
409
|
-
$navbar-inverse-link-disabled-bg:
|
405
|
+
$navbar-inverse-link-disabled-bg: transparent !default;
|
410
406
|
|
411
407
|
// Inverted navbar brand label
|
412
408
|
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
413
409
|
$navbar-inverse-brand-hover-color: $navbar-inverse-link-hover-color !default;
|
414
|
-
$navbar-inverse-brand-hover-bg:
|
410
|
+
$navbar-inverse-brand-hover-bg: transparent !default;
|
415
411
|
|
416
412
|
// Inverted navbar toggle
|
417
413
|
$navbar-inverse-toggle-hover-bg: darken($navbar-inverse-bg, 10%) !default;
|
@@ -456,19 +452,19 @@ $nav-pills-active-link-hover-color: $component-active-color !default;
|
|
456
452
|
|
457
453
|
$pagination-color: #fff !default;
|
458
454
|
$pagination-bg: $brand-success !default;
|
459
|
-
$pagination-border:
|
455
|
+
$pagination-border: transparent !default;
|
460
456
|
|
461
457
|
$pagination-hover-color: #fff !default;
|
462
458
|
$pagination-hover-bg: darken($brand-success, 15%) !default;
|
463
|
-
$pagination-hover-border:
|
459
|
+
$pagination-hover-border: transparent !default;
|
464
460
|
|
465
461
|
$pagination-active-color: #fff !default;
|
466
462
|
$pagination-active-bg: darken($brand-success, 15%) !default;
|
467
|
-
$pagination-active-border:
|
463
|
+
$pagination-active-border: transparent !default;
|
468
464
|
|
469
465
|
$pagination-disabled-color: $gray-lighter !default;
|
470
466
|
$pagination-disabled-bg: lighten($brand-success, 15%) !default;;
|
471
|
-
$pagination-disabled-border:
|
467
|
+
$pagination-disabled-border: transparent !default;
|
472
468
|
|
473
469
|
|
474
470
|
//== Pager
|
@@ -765,7 +761,7 @@ $thumbnail-caption-padding: 9px !default;
|
|
765
761
|
//##
|
766
762
|
|
767
763
|
$well-bg: $gray-lighter !default;
|
768
|
-
$well-border:
|
764
|
+
$well-border: transparent !default;
|
769
765
|
|
770
766
|
|
771
767
|
//== Badges
|
@@ -844,3 +840,4 @@ $pre-color: $gray-dark !default;
|
|
844
840
|
$pre-border-color: #ccc !default;
|
845
841
|
$pre-scrollable-max-height: 340px !default;
|
846
842
|
|
843
|
+
|
@@ -7,9 +7,9 @@
|
|
7
7
|
//
|
8
8
|
//## Gray and brand colors for use across Bootstrap.
|
9
9
|
|
10
|
+
$gray: #777 !default; // #555
|
10
11
|
$gray-darker: lighten(#000, 13.5%) !default; // #222
|
11
12
|
$gray-dark: lighten(#000, 20%) !default; // #333
|
12
|
-
$gray: #777 !default; // #555
|
13
13
|
$gray-light: lighten(#000, 60%) !default; // #999
|
14
14
|
$gray-lighter: lighten(#000, 93.5%) !default; // #eee
|
15
15
|
|
@@ -79,32 +79,6 @@ $icon-font-name: "glyphicons-halflings-regular" !default;
|
|
79
79
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
80
80
|
|
81
81
|
|
82
|
-
//== Type
|
83
|
-
//
|
84
|
-
//##
|
85
|
-
|
86
|
-
//** Horizontal offset for forms and lists.
|
87
|
-
$component-offset-horizontal: 180px !default;
|
88
|
-
//** Text muted color
|
89
|
-
$text-muted: $gray-light !default;
|
90
|
-
//** Abbreviations and acronyms border color
|
91
|
-
$abbr-border-color: $gray-light !default;
|
92
|
-
//** Headings small color
|
93
|
-
$headings-small-color: $gray-light !default;
|
94
|
-
//** Blockquote small color
|
95
|
-
$blockquote-small-color: $gray-light !default;
|
96
|
-
//** Blockquote font size
|
97
|
-
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
98
|
-
//** Blockquote border color
|
99
|
-
$blockquote-border-color: $gray-lighter !default;
|
100
|
-
//** Page header border color
|
101
|
-
$page-header-border-color: $gray-lighter !default;
|
102
|
-
//** Width of horizontal description list titles
|
103
|
-
$dl-horizontal-offset: $component-offset-horizontal !default;
|
104
|
-
//** Horizontal line color.
|
105
|
-
$hr-border: $gray-lighter !default;
|
106
|
-
|
107
|
-
|
108
82
|
//== Components
|
109
83
|
//
|
110
84
|
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
@@ -149,7 +123,7 @@ $table-cell-padding: 8px !default;
|
|
149
123
|
$table-condensed-cell-padding: 5px !default;
|
150
124
|
|
151
125
|
//** Default background color used for all tables.
|
152
|
-
$table-bg:
|
126
|
+
$table-bg: transparent !default;
|
153
127
|
//** Background color used for `.table-striped`.
|
154
128
|
$table-bg-accent: #f9f9f9 !default;
|
155
129
|
//** Background color used for `.table-hover`.
|
@@ -229,6 +203,30 @@ $input-group-addon-bg: $gray-lighter !default;
|
|
229
203
|
//** Border color for textual input addons
|
230
204
|
$input-group-addon-border-color: $input-border !default;
|
231
205
|
|
206
|
+
//== Type
|
207
|
+
//
|
208
|
+
//##
|
209
|
+
|
210
|
+
//** Horizontal offset for forms and lists.
|
211
|
+
$component-offset-horizontal: 180px !default;
|
212
|
+
//** Text muted color
|
213
|
+
$text-muted: $gray-light !default;
|
214
|
+
//** Abbreviations and acronyms border color
|
215
|
+
$abbr-border-color: $gray-light !default;
|
216
|
+
//** Headings small color
|
217
|
+
$headings-small-color: $gray-light !default;
|
218
|
+
//** Blockquote small color
|
219
|
+
$blockquote-small-color: $gray-light !default;
|
220
|
+
//** Blockquote font size
|
221
|
+
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
222
|
+
//** Blockquote border color
|
223
|
+
$blockquote-border-color: $gray-lighter !default;
|
224
|
+
//** Page header border color
|
225
|
+
$page-header-border-color: $gray-lighter !default;
|
226
|
+
//** Width of horizontal description list titles
|
227
|
+
$dl-horizontal-offset: $component-offset-horizontal !default;
|
228
|
+
//** Horizontal line color.
|
229
|
+
$hr-border: $gray-lighter !default;
|
232
230
|
|
233
231
|
//== Dropdowns
|
234
232
|
//
|
@@ -243,12 +241,12 @@ $dropdown-fallback-border: #ccc !default;
|
|
243
241
|
//** Divider color for between dropdown items.
|
244
242
|
$dropdown-divider-bg: #e5e5e5 !default;
|
245
243
|
|
244
|
+
//** Active dropdown menu item background color.
|
245
|
+
$dropdown-link-active-bg: $component-active-bg !default;
|
246
246
|
//** Dropdown link text color.
|
247
247
|
$dropdown-link-color: $gray-dark !default;
|
248
248
|
//** Hover color for dropdown links.
|
249
249
|
$dropdown-link-hover-color: #fff !default;
|
250
|
-
//** Active dropdown menu item background color.
|
251
|
-
$dropdown-link-active-bg: $component-active-bg !default;
|
252
250
|
//** Hover background for dropdown links.
|
253
251
|
$dropdown-link-hover-bg: $dropdown-link-active-bg !default;
|
254
252
|
|
@@ -378,7 +376,7 @@ $navbar-default-link-hover-bg: darken($navbar-default-bg, 6.5%) !def
|
|
378
376
|
$navbar-default-link-active-color: #000 !default;
|
379
377
|
$navbar-default-link-active-bg: darken($navbar-default-bg, 6.5%) !default;
|
380
378
|
$navbar-default-link-disabled-color: #ccc !default;
|
381
|
-
$navbar-default-link-disabled-bg:
|
379
|
+
$navbar-default-link-disabled-bg: transparent !default;
|
382
380
|
|
383
381
|
// Navbar brand label
|
384
382
|
$navbar-default-brand-color: $navbar-default-link-color !default;
|
@@ -404,7 +402,7 @@ $navbar-inverse-link-hover-bg: darken($navbar-inverse-bg, 6.5%) !de
|
|
404
402
|
$navbar-inverse-link-active-color: #fff !default;
|
405
403
|
$navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 6.5%) !default;
|
406
404
|
$navbar-inverse-link-disabled-color: #444 !default;
|
407
|
-
$navbar-inverse-link-disabled-bg:
|
405
|
+
$navbar-inverse-link-disabled-bg: transparent !default;
|
408
406
|
|
409
407
|
// Inverted navbar brand label
|
410
408
|
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
@@ -17,7 +17,7 @@
|
|
17
17
|
// Buttons ====================================================================
|
18
18
|
|
19
19
|
.btn {
|
20
|
-
padding:
|
20
|
+
padding: $padding-base-vertical+2 $padding-base-horizontal $padding-base-vertical;
|
21
21
|
@include shadow();
|
22
22
|
font-size: 12px;
|
23
23
|
font-weight: bold;
|
@@ -37,18 +37,18 @@
|
|
37
37
|
|
38
38
|
.btn-lg,
|
39
39
|
.btn-group-lg > .btn {
|
40
|
-
padding:
|
40
|
+
padding: $padding-large-vertical+2 $padding-large-horizontal $padding-large-vertical;
|
41
41
|
line-height: 15px;
|
42
42
|
}
|
43
43
|
|
44
44
|
.btn-sm,
|
45
45
|
.btn-group-sm > .btn {
|
46
|
-
padding:
|
46
|
+
padding: $padding-small-vertical+2 $padding-small-horizontal $padding-small-vertical;
|
47
47
|
}
|
48
48
|
|
49
49
|
.btn-xs,
|
50
50
|
.btn-group-xs > .btn {
|
51
|
-
padding: $padding-xs-vertical $padding-xs-horizontal;
|
51
|
+
padding: $padding-xs-vertical+2 $padding-xs-horizontal $padding-xs-vertical;
|
52
52
|
}
|
53
53
|
|
54
54
|
.btn-default:hover,
|
@@ -97,7 +97,6 @@
|
|
97
97
|
@include box-shadow(none);
|
98
98
|
}
|
99
99
|
|
100
|
-
|
101
100
|
.navbar-btn {
|
102
101
|
&:hover {
|
103
102
|
margin-top: 8px
|
@@ -160,7 +159,7 @@
|
|
160
159
|
table,
|
161
160
|
.table {
|
162
161
|
|
163
|
-
a {
|
162
|
+
a:not(.btn) {
|
164
163
|
text-decoration: underline;
|
165
164
|
}
|
166
165
|
|
@@ -170,7 +169,7 @@ table,
|
|
170
169
|
.info {
|
171
170
|
color: #fff;
|
172
171
|
|
173
|
-
a {
|
172
|
+
a:not(.btn) {
|
174
173
|
color: #fff;
|
175
174
|
}
|
176
175
|
}
|
@@ -181,7 +180,7 @@ table,
|
|
181
180
|
> thead > tr > td,
|
182
181
|
> tbody > tr > td,
|
183
182
|
> tfoot > tr > td {
|
184
|
-
border-color:
|
183
|
+
border-color: transparent;
|
185
184
|
}
|
186
185
|
}
|
187
186
|
|
@@ -255,7 +254,7 @@ label {
|
|
255
254
|
.open > a,
|
256
255
|
.open > a:hover,
|
257
256
|
.open > a:focus {
|
258
|
-
border-color:
|
257
|
+
border-color: transparent;
|
259
258
|
}
|
260
259
|
}
|
261
260
|
|
@@ -365,21 +364,6 @@ label {
|
|
365
364
|
|
366
365
|
// Indicators =================================================================
|
367
366
|
|
368
|
-
.alert {
|
369
|
-
@include shadow();
|
370
|
-
|
371
|
-
a,
|
372
|
-
.alert-link {
|
373
|
-
font-weight: normal;
|
374
|
-
color: #fff;
|
375
|
-
text-decoration: underline;
|
376
|
-
}
|
377
|
-
|
378
|
-
.close {
|
379
|
-
text-decoration: none;
|
380
|
-
}
|
381
|
-
}
|
382
|
-
|
383
367
|
.close {
|
384
368
|
color: #fff;
|
385
369
|
text-decoration: none;
|
@@ -392,6 +376,16 @@ label {
|
|
392
376
|
}
|
393
377
|
}
|
394
378
|
|
379
|
+
.alert {
|
380
|
+
@include shadow();
|
381
|
+
|
382
|
+
.alert-link {
|
383
|
+
font-weight: normal;
|
384
|
+
color: #fff;
|
385
|
+
text-decoration: underline;
|
386
|
+
}
|
387
|
+
}
|
388
|
+
|
395
389
|
.label {
|
396
390
|
font-weight: normal;
|
397
391
|
}
|
@@ -423,3 +417,19 @@ label {
|
|
423
417
|
border: 1px solid $navbar-default-border;
|
424
418
|
@include shadow();
|
425
419
|
}
|
420
|
+
|
421
|
+
.panel-default {
|
422
|
+
.close {
|
423
|
+
color: $text-color;
|
424
|
+
}
|
425
|
+
}
|
426
|
+
|
427
|
+
.modal {
|
428
|
+
.close {
|
429
|
+
color: $text-color;
|
430
|
+
}
|
431
|
+
}
|
432
|
+
|
433
|
+
.popover {
|
434
|
+
color: $text-color;
|
435
|
+
}
|