bootstrap-generators 3.1.1.3 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +4 -5
- data/README.md +8 -8
- data/Rakefile +7 -5
- data/lib/bootstrap/generators/version.rb +1 -1
- data/lib/generators/bootstrap/install/templates/assets/stylesheets/bootstrap-variables.less +40 -23
- data/lib/generators/bootstrap/install/templates/assets/stylesheets/bootstrap-variables.scss +41 -24
- data/vendor/assets/javascripts/bootstrap.js +6 -6
- data/vendor/assets/javascripts/bootstrap/affix.js +19 -14
- data/vendor/assets/javascripts/bootstrap/alert.js +10 -6
- data/vendor/assets/javascripts/bootstrap/button.js +11 -8
- data/vendor/assets/javascripts/bootstrap/carousel.js +49 -31
- data/vendor/assets/javascripts/bootstrap/collapse.js +22 -22
- data/vendor/assets/javascripts/bootstrap/dropdown.js +17 -13
- data/vendor/assets/javascripts/bootstrap/modal.js +66 -29
- data/vendor/assets/javascripts/bootstrap/popover.js +10 -7
- data/vendor/assets/javascripts/bootstrap/scrollspy.js +40 -23
- data/vendor/assets/javascripts/bootstrap/tab.js +11 -8
- data/vendor/assets/javascripts/bootstrap/tooltip.js +115 -57
- data/vendor/assets/javascripts/bootstrap/transition.js +18 -7
- data/vendor/assets/stylesheets/bootstrap.css.erb +2740 -2322
- data/vendor/twitter/bootstrap/less/alerts.less +4 -3
- data/vendor/twitter/bootstrap/less/badges.less +18 -18
- data/vendor/twitter/bootstrap/less/bootstrap.less +3 -2
- data/vendor/twitter/bootstrap/less/button-groups.less +16 -2
- data/vendor/twitter/bootstrap/less/buttons.less +0 -2
- data/vendor/twitter/bootstrap/less/carousel.less +15 -4
- data/vendor/twitter/bootstrap/less/code.less +6 -1
- data/vendor/twitter/bootstrap/less/component-animations.less +6 -4
- data/vendor/twitter/bootstrap/less/dropdowns.less +2 -0
- data/vendor/twitter/bootstrap/less/forms.less +144 -42
- data/vendor/twitter/bootstrap/less/glyphicons.less +5 -5
- data/vendor/twitter/bootstrap/less/input-groups.less +6 -2
- data/vendor/twitter/bootstrap/less/jumbotron.less +4 -0
- data/vendor/twitter/bootstrap/less/labels.less +1 -1
- data/vendor/twitter/bootstrap/less/list-group.less +22 -1
- data/vendor/twitter/bootstrap/less/mixins.less +35 -925
- data/vendor/twitter/bootstrap/less/mixins/alerts.less +14 -0
- data/vendor/twitter/bootstrap/less/mixins/background-variant.less +8 -0
- data/vendor/twitter/bootstrap/less/mixins/border-radius.less +18 -0
- data/vendor/twitter/bootstrap/less/mixins/buttons.less +50 -0
- data/vendor/twitter/bootstrap/less/mixins/center-block.less +7 -0
- data/vendor/twitter/bootstrap/less/mixins/clearfix.less +22 -0
- data/vendor/twitter/bootstrap/less/mixins/forms.less +81 -0
- data/vendor/twitter/bootstrap/less/mixins/gradients.less +59 -0
- data/vendor/twitter/bootstrap/less/mixins/grid-framework.less +91 -0
- data/vendor/twitter/bootstrap/less/mixins/grid.less +122 -0
- data/vendor/twitter/bootstrap/less/mixins/hide-text.less +21 -0
- data/vendor/twitter/bootstrap/less/mixins/image.less +34 -0
- data/vendor/twitter/bootstrap/less/mixins/labels.less +12 -0
- data/vendor/twitter/bootstrap/less/mixins/list-group.less +29 -0
- data/vendor/twitter/bootstrap/less/mixins/nav-divider.less +10 -0
- data/vendor/twitter/bootstrap/less/mixins/nav-vertical-align.less +9 -0
- data/vendor/twitter/bootstrap/less/mixins/opacity.less +8 -0
- data/vendor/twitter/bootstrap/less/mixins/pagination.less +23 -0
- data/vendor/twitter/bootstrap/less/mixins/panels.less +24 -0
- data/vendor/twitter/bootstrap/less/mixins/progress-bar.less +10 -0
- data/vendor/twitter/bootstrap/less/mixins/reset-filter.less +8 -0
- data/vendor/twitter/bootstrap/less/mixins/resize.less +6 -0
- data/vendor/twitter/bootstrap/less/mixins/responsive-visibility.less +15 -0
- data/vendor/twitter/bootstrap/less/mixins/size.less +10 -0
- data/vendor/twitter/bootstrap/less/mixins/tab-focus.less +9 -0
- data/vendor/twitter/bootstrap/less/mixins/table-row.less +28 -0
- data/vendor/twitter/bootstrap/less/mixins/text-emphasis.less +8 -0
- data/vendor/twitter/bootstrap/less/mixins/text-overflow.less +8 -0
- data/vendor/twitter/bootstrap/less/mixins/vendor-prefixes.less +224 -0
- data/vendor/twitter/bootstrap/less/modals.less +18 -7
- data/vendor/twitter/bootstrap/less/navbar.less +41 -2
- data/vendor/twitter/bootstrap/less/navs.less +1 -1
- data/vendor/twitter/bootstrap/less/normalize.less +20 -18
- data/vendor/twitter/bootstrap/less/panels.less +8 -6
- data/vendor/twitter/bootstrap/less/popovers.less +1 -1
- data/vendor/twitter/bootstrap/less/progress-bars.less +27 -2
- data/vendor/twitter/bootstrap/less/responsive-embed.less +34 -0
- data/vendor/twitter/bootstrap/less/responsive-utilities.less +103 -1
- data/vendor/twitter/bootstrap/less/scaffolding.less +17 -1
- data/vendor/twitter/bootstrap/less/tables.less +4 -4
- data/vendor/twitter/bootstrap/less/theme.less +11 -0
- data/vendor/twitter/bootstrap/less/type.less +32 -12
- data/vendor/twitter/bootstrap/less/utilities.less +1 -0
- data/vendor/twitter/bootstrap/less/variables.less +40 -23
- data/vendor/twitter/bootstrap/sass/_alerts.scss +4 -3
- data/vendor/twitter/bootstrap/sass/_badges.scss +13 -11
- data/vendor/twitter/bootstrap/sass/_button-groups.scss +16 -2
- data/vendor/twitter/bootstrap/sass/_buttons.scss +0 -2
- data/vendor/twitter/bootstrap/sass/_carousel.scss +15 -4
- data/vendor/twitter/bootstrap/sass/_code.scss +6 -1
- data/vendor/twitter/bootstrap/sass/_component-animations.scss +10 -4
- data/vendor/twitter/bootstrap/sass/_dropdowns.scss +2 -0
- data/vendor/twitter/bootstrap/sass/_forms.scss +144 -42
- data/vendor/twitter/bootstrap/sass/_glyphicons.scss +4 -0
- data/vendor/twitter/bootstrap/sass/_input-groups.scss +6 -2
- data/vendor/twitter/bootstrap/sass/_jumbotron.scss +4 -0
- data/vendor/twitter/bootstrap/sass/_labels.scss +11 -9
- data/vendor/twitter/bootstrap/sass/_list-group.scss +22 -1
- data/vendor/twitter/bootstrap/sass/_mixins.scss +35 -943
- data/vendor/twitter/bootstrap/sass/_modals.scss +18 -7
- data/vendor/twitter/bootstrap/sass/_navbar.scss +41 -2
- data/vendor/twitter/bootstrap/sass/_navs.scss +1 -1
- data/vendor/twitter/bootstrap/sass/_normalize.scss +20 -18
- data/vendor/twitter/bootstrap/sass/_panels.scss +8 -6
- data/vendor/twitter/bootstrap/sass/_popovers.scss +1 -1
- data/vendor/twitter/bootstrap/sass/_progress-bars.scss +27 -2
- data/vendor/twitter/bootstrap/sass/_responsive-embed.scss +34 -0
- data/vendor/twitter/bootstrap/sass/_responsive-utilities.scss +101 -1
- data/vendor/twitter/bootstrap/sass/_scaffolding.scss +17 -1
- data/vendor/twitter/bootstrap/sass/_tables.scss +4 -4
- data/vendor/twitter/bootstrap/sass/_theme.scss +11 -0
- data/vendor/twitter/bootstrap/sass/_type.scss +32 -12
- data/vendor/twitter/bootstrap/sass/_utilities.scss +1 -0
- data/vendor/twitter/bootstrap/sass/_variables.scss +41 -24
- data/vendor/twitter/bootstrap/sass/bootstrap.scss +3 -2
- data/vendor/twitter/bootstrap/sass/mixins/_alerts.scss +14 -0
- data/vendor/twitter/bootstrap/sass/mixins/_background-variant.scss +11 -0
- data/vendor/twitter/bootstrap/sass/mixins/_border-radius.scss +18 -0
- data/vendor/twitter/bootstrap/sass/mixins/_buttons.scss +50 -0
- data/vendor/twitter/bootstrap/sass/mixins/_center-block.scss +7 -0
- data/vendor/twitter/bootstrap/sass/mixins/_clearfix.scss +22 -0
- data/vendor/twitter/bootstrap/sass/mixins/_forms.scss +84 -0
- data/vendor/twitter/bootstrap/sass/mixins/_gradients.scss +58 -0
- data/vendor/twitter/bootstrap/sass/mixins/_grid-framework.scss +81 -0
- data/vendor/twitter/bootstrap/sass/mixins/_grid.scss +122 -0
- data/vendor/twitter/bootstrap/sass/mixins/_hide-text.scss +21 -0
- data/vendor/twitter/bootstrap/sass/mixins/_image.scss +34 -0
- data/vendor/twitter/bootstrap/sass/mixins/_labels.scss +12 -0
- data/vendor/twitter/bootstrap/sass/mixins/_list-group.scss +31 -0
- data/vendor/twitter/bootstrap/sass/mixins/_nav-divider.scss +10 -0
- data/vendor/twitter/bootstrap/sass/mixins/_nav-vertical-align.scss +9 -0
- data/vendor/twitter/bootstrap/sass/mixins/_opacity.scss +8 -0
- data/vendor/twitter/bootstrap/sass/mixins/_pagination.scss +23 -0
- data/vendor/twitter/bootstrap/sass/mixins/_panels.scss +24 -0
- data/vendor/twitter/bootstrap/sass/mixins/_progress-bar.scss +10 -0
- data/vendor/twitter/bootstrap/sass/mixins/_reset-filter.scss +8 -0
- data/vendor/twitter/bootstrap/sass/mixins/_resize.scss +6 -0
- data/vendor/twitter/bootstrap/sass/mixins/_responsive-visibility.scss +21 -0
- data/vendor/twitter/bootstrap/sass/mixins/_size.scss +10 -0
- data/vendor/twitter/bootstrap/sass/mixins/_tab-focus.scss +9 -0
- data/vendor/twitter/bootstrap/sass/mixins/_table-row.scss +28 -0
- data/vendor/twitter/bootstrap/sass/mixins/_text-emphasis.scss +11 -0
- data/vendor/twitter/bootstrap/sass/mixins/_text-overflow.scss +8 -0
- data/vendor/twitter/bootstrap/sass/mixins/_vendor-prefixes.scss +219 -0
- metadata +62 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2db931a4ec9d8f5111e57a87f449443db3b5c206
|
4
|
+
data.tar.gz: 5926eeb864865015636be43974b91790b41a5558
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 724fd58a4885a66d7b931b4ac45995fe76a87dd23fcd4061068175b3a3f6062b597c63747d23512ac1feccbc983495b38bb5aff97206c81b546c5db521ef02de
|
7
|
+
data.tar.gz: 1313efc958fafc3c73727abd4bd8838e8a4a0641d1a11ea4f1a2d2d015795c3dd998442bc5b10cd95630bcbbed8efd0f1c7b2e3fea96c35b2cb38063ced76dc8
|
data/.travis.yml
CHANGED
@@ -2,8 +2,7 @@ language: ruby
|
|
2
2
|
rvm:
|
3
3
|
- 2.1.0
|
4
4
|
env:
|
5
|
-
- "RAILS_VERSION=3.1.
|
6
|
-
- "RAILS_VERSION=3.2.
|
7
|
-
- "RAILS_VERSION=4.0.
|
8
|
-
- "RAILS_VERSION=4.1.
|
9
|
-
- "RAILS_VERSION=master"
|
5
|
+
- "RAILS_VERSION=3.1.12"
|
6
|
+
- "RAILS_VERSION=3.2.19"
|
7
|
+
- "RAILS_VERSION=4.0.10"
|
8
|
+
- "RAILS_VERSION=4.1.6"
|
data/README.md
CHANGED
@@ -6,13 +6,13 @@ Bootstrap-generators provides [Twitter Bootstrap](http://getbootstrap.com/) gene
|
|
6
6
|
|
7
7
|
## Current Twitter Bootstrap version
|
8
8
|
|
9
|
-
The current supported version of Twitter Bootstrap is 3.
|
9
|
+
The current supported version of Twitter Bootstrap is 3.2.0.
|
10
10
|
|
11
11
|
## Installing Gem
|
12
12
|
|
13
13
|
In your Gemfile, add this line:
|
14
14
|
|
15
|
-
gem 'bootstrap-generators', '~> 3.
|
15
|
+
gem 'bootstrap-generators', '~> 3.2.0'
|
16
16
|
|
17
17
|
Or you can install from latest build:
|
18
18
|
|
@@ -140,18 +140,18 @@ Select all jQuery plugins (`app/assets/javascripts/bootstrap.js`)
|
|
140
140
|
|
141
141
|
Or quickly add only the necessary javascript (Transitions: required for any animation; Popovers: requires Tooltips)
|
142
142
|
|
143
|
-
//= require bootstrap/scrollspy
|
144
|
-
//= require bootstrap/dropdown
|
145
|
-
//= require bootstrap/tab
|
146
|
-
//= require bootstrap/button
|
147
143
|
//= require bootstrap/collapse
|
148
144
|
//= require bootstrap/modal
|
149
|
-
//= require bootstrap/
|
145
|
+
//= require bootstrap/button
|
146
|
+
//= require bootstrap/affix
|
147
|
+
//= require bootstrap/tab
|
150
148
|
//= require bootstrap/alert
|
151
149
|
//= require bootstrap/transition
|
152
150
|
//= require bootstrap/tooltip
|
153
151
|
//= require bootstrap/popover
|
154
|
-
//= require bootstrap/
|
152
|
+
//= require bootstrap/scrollspy
|
153
|
+
//= require bootstrap/dropdown
|
154
|
+
//= require bootstrap/carousel
|
155
155
|
|
156
156
|
|
157
157
|
## Customizing Templates
|
data/Rakefile
CHANGED
@@ -13,8 +13,8 @@ task :default => :test
|
|
13
13
|
namespace :bootstrap do
|
14
14
|
desc "Update to a new version of Twitter Bootstrap"
|
15
15
|
task :update do
|
16
|
-
bootstrap_version = "3.
|
17
|
-
striped_bootstrap_generators_version = "3.
|
16
|
+
bootstrap_version = "3.2.0"
|
17
|
+
striped_bootstrap_generators_version = "3.2.0"
|
18
18
|
|
19
19
|
twitter_latest_dist_zip_url = "https://github.com/twbs/bootstrap/archive/v#{bootstrap_version}.zip"
|
20
20
|
twitter_sass_lastest_dist_zip_url = "https://github.com/twbs/bootstrap-sass/archive/v#{bootstrap_version}.zip"
|
@@ -80,14 +80,16 @@ namespace :bootstrap do
|
|
80
80
|
# Reset Twitter Bootstrap LESS files
|
81
81
|
bootstrap_less_dir = 'vendor/twitter/bootstrap/less'
|
82
82
|
|
83
|
-
FileUtils.rm Dir.glob("#{bootstrap_less_dir}
|
83
|
+
FileUtils.rm Dir.glob("#{bootstrap_less_dir}/**/*.less")
|
84
84
|
FileUtils.cp Dir.glob("#{twitter_bootstrap_dir}/less/*.less"), bootstrap_less_dir
|
85
|
+
FileUtils.cp Dir.glob("#{twitter_bootstrap_dir}/less/mixins/*.less"), "#{bootstrap_less_dir}/mixins"
|
85
86
|
|
86
87
|
# Reset Twitter Bootstrap SASS files
|
87
88
|
bootstrap_sass_dir = 'vendor/twitter/bootstrap/sass'
|
88
89
|
|
89
|
-
FileUtils.rm Dir.glob("#{bootstrap_sass_dir}
|
90
|
-
FileUtils.cp Dir.glob("#{twitter_sass_bootstrap_dir}/
|
90
|
+
FileUtils.rm Dir.glob("#{bootstrap_sass_dir}/**/*.scss")
|
91
|
+
FileUtils.cp Dir.glob("#{twitter_sass_bootstrap_dir}/assets/stylesheets/bootstrap/*.scss"), bootstrap_sass_dir
|
92
|
+
FileUtils.cp Dir.glob("#{twitter_sass_bootstrap_dir}/assets/stylesheets/bootstrap/mixins/*.scss"), "#{bootstrap_sass_dir}/mixins"
|
91
93
|
|
92
94
|
# Copy bootstrap variables
|
93
95
|
FileUtils.cp "#{bootstrap_less_dir}/variables.less", "lib/generators/bootstrap/install/templates/assets/stylesheets/bootstrap-variables.less"
|
@@ -10,7 +10,7 @@
|
|
10
10
|
@gray-darker: lighten(#000, 13.5%); // #222
|
11
11
|
@gray-dark: lighten(#000, 20%); // #333
|
12
12
|
@gray: lighten(#000, 33.5%); // #555
|
13
|
-
@gray-light: lighten(#000,
|
13
|
+
@gray-light: lighten(#000, 46.7%); // #777
|
14
14
|
@gray-lighter: lighten(#000, 93.5%); // #eee
|
15
15
|
|
16
16
|
@brand-primary: #428bca;
|
@@ -22,7 +22,7 @@
|
|
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;
|
@@ -68,14 +68,18 @@
|
|
68
68
|
@headings-color: inherit;
|
69
69
|
|
70
70
|
|
71
|
-
|
71
|
+
//== Iconography
|
72
72
|
//
|
73
|
-
//## Specify custom
|
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.
|
75
76
|
@icon-font-path: "bootstrap/";
|
77
|
+
//** File name for all font files.
|
76
78
|
@icon-font-name: "glyphicons-halflings-regular";
|
79
|
+
//** Element ID within SVG icon file.
|
77
80
|
@icon-font-svg-id: "glyphicons_halflingsregular";
|
78
81
|
|
82
|
+
|
79
83
|
//== Components
|
80
84
|
//
|
81
85
|
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
@@ -232,7 +236,7 @@
|
|
232
236
|
//** Text color for headers within dropdown menus.
|
233
237
|
@dropdown-header-color: @gray-light;
|
234
238
|
|
235
|
-
|
239
|
+
//** Deprecated `@dropdown-caret-color` as of v3.1.0
|
236
240
|
@dropdown-caret-color: #000;
|
237
241
|
|
238
242
|
|
@@ -245,8 +249,8 @@
|
|
245
249
|
|
246
250
|
@zindex-navbar: 1000;
|
247
251
|
@zindex-dropdown: 1000;
|
248
|
-
@zindex-popover:
|
249
|
-
@zindex-tooltip:
|
252
|
+
@zindex-popover: 1060;
|
253
|
+
@zindex-tooltip: 1070;
|
250
254
|
@zindex-navbar-fixed: 1030;
|
251
255
|
@zindex-modal-background: 1040;
|
252
256
|
@zindex-modal: 1050;
|
@@ -257,27 +261,32 @@
|
|
257
261
|
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
258
262
|
|
259
263
|
// Extra small screen / phone
|
260
|
-
|
264
|
+
//** Deprecated `@screen-xs` as of v3.0.1
|
261
265
|
@screen-xs: 480px;
|
266
|
+
//** Deprecated `@screen-xs-min` as of v3.2.0
|
262
267
|
@screen-xs-min: @screen-xs;
|
268
|
+
//** Deprecated `@screen-phone` as of v3.0.1
|
263
269
|
@screen-phone: @screen-xs-min;
|
264
270
|
|
265
271
|
// Small screen / tablet
|
266
|
-
|
272
|
+
//** Deprecated `@screen-sm` as of v3.0.1
|
267
273
|
@screen-sm: 768px;
|
268
274
|
@screen-sm-min: @screen-sm;
|
275
|
+
//** Deprecated `@screen-tablet` as of v3.0.1
|
269
276
|
@screen-tablet: @screen-sm-min;
|
270
277
|
|
271
278
|
// Medium screen / desktop
|
272
|
-
|
279
|
+
//** Deprecated `@screen-md` as of v3.0.1
|
273
280
|
@screen-md: 992px;
|
274
281
|
@screen-md-min: @screen-md;
|
282
|
+
//** Deprecated `@screen-desktop` as of v3.0.1
|
275
283
|
@screen-desktop: @screen-md-min;
|
276
284
|
|
277
285
|
// Large screen / wide desktop
|
278
|
-
|
286
|
+
//** Deprecated `@screen-lg` as of v3.0.1
|
279
287
|
@screen-lg: 1200px;
|
280
288
|
@screen-lg-min: @screen-lg;
|
289
|
+
//** Deprecated `@screen-lg-desktop` as of v3.0.1
|
281
290
|
@screen-lg-desktop: @screen-lg-min;
|
282
291
|
|
283
292
|
// So media queries don't overlap when required, provide a maximum
|
@@ -558,7 +567,7 @@
|
|
558
567
|
//##
|
559
568
|
|
560
569
|
//** Padding applied to the modal body
|
561
|
-
@modal-inner-padding:
|
570
|
+
@modal-inner-padding: 15px;
|
562
571
|
|
563
572
|
//** Padding applied to the modal title
|
564
573
|
@modal-title-padding: 15px;
|
@@ -643,17 +652,26 @@
|
|
643
652
|
//** List group border radius
|
644
653
|
@list-group-border-radius: @border-radius-base;
|
645
654
|
|
646
|
-
//** Background color of single list
|
655
|
+
//** Background color of single list items on hover
|
647
656
|
@list-group-hover-bg: #f5f5f5;
|
648
|
-
//** Text color of active list
|
657
|
+
//** Text color of active list items
|
649
658
|
@list-group-active-color: @component-active-color;
|
650
|
-
//** Background color of active list
|
659
|
+
//** Background color of active list items
|
651
660
|
@list-group-active-bg: @component-active-bg;
|
652
661
|
//** Border color of active list elements
|
653
662
|
@list-group-active-border: @list-group-active-bg;
|
663
|
+
//** Text color for content within active list items
|
654
664
|
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);
|
655
665
|
|
666
|
+
//** Text color of disabled list items
|
667
|
+
@list-group-disabled-color: @gray-light;
|
668
|
+
//** Background color of disabled list items
|
669
|
+
@list-group-disabled-bg: @gray-lighter;
|
670
|
+
//** Text color for content within disabled list items
|
671
|
+
@list-group-disabled-text-color: @list-group-disabled-color;
|
672
|
+
|
656
673
|
@list-group-link-color: #555;
|
674
|
+
@list-group-link-hover-color: @list-group-link-color;
|
657
675
|
@list-group-link-heading-color: #333;
|
658
676
|
|
659
677
|
|
@@ -663,6 +681,8 @@
|
|
663
681
|
|
664
682
|
@panel-bg: #fff;
|
665
683
|
@panel-body-padding: 15px;
|
684
|
+
@panel-heading-padding: 10px 15px;
|
685
|
+
@panel-footer-padding: @panel-heading-padding;
|
666
686
|
@panel-border-radius: @border-radius-base;
|
667
687
|
|
668
688
|
//** Border color for elements within panels
|
@@ -802,6 +822,8 @@
|
|
802
822
|
//
|
803
823
|
//##
|
804
824
|
|
825
|
+
//** Horizontal offset for forms and lists.
|
826
|
+
@component-offset-horizontal: 180px;
|
805
827
|
//** Text muted color
|
806
828
|
@text-muted: @gray-light;
|
807
829
|
//** Abbreviations and acronyms border color
|
@@ -816,14 +838,9 @@
|
|
816
838
|
@blockquote-border-color: @gray-lighter;
|
817
839
|
//** Page header border color
|
818
840
|
@page-header-border-color: @gray-lighter;
|
819
|
-
|
820
|
-
|
821
|
-
//== Miscellaneous
|
822
|
-
//
|
823
|
-
//##
|
824
|
-
|
841
|
+
//** Width of horizontal description list titles
|
842
|
+
@dl-horizontal-offset: @component-offset-horizontal;
|
825
843
|
//** Horizontal line color.
|
826
844
|
@hr-border: @gray-lighter;
|
827
845
|
|
828
|
-
|
829
|
-
@component-offset-horizontal: 180px;
|
846
|
+
|
@@ -14,7 +14,7 @@ $bootstrap-sass-asset-helper: (twbs-font-path("") != unquote('twbs-font-path("")
|
|
14
14
|
$gray-darker: lighten(#000, 13.5%) !default; // #222
|
15
15
|
$gray-dark: lighten(#000, 20%) !default; // #333
|
16
16
|
$gray: lighten(#000, 33.5%) !default; // #555
|
17
|
-
$gray-light: lighten(#000,
|
17
|
+
$gray-light: lighten(#000, 46.7%) !default; // #777
|
18
18
|
$gray-lighter: lighten(#000, 93.5%) !default; // #eee
|
19
19
|
|
20
20
|
$brand-primary: #428bca !default;
|
@@ -26,7 +26,7 @@ $brand-danger: #d9534f !default;
|
|
26
26
|
|
27
27
|
//== Scaffolding
|
28
28
|
//
|
29
|
-
|
29
|
+
//## Settings for some of the most global styles.
|
30
30
|
|
31
31
|
//** Background color for `<body>`.
|
32
32
|
$body-bg: #fff !default;
|
@@ -72,14 +72,18 @@ $headings-line-height: 1.1 !default;
|
|
72
72
|
$headings-color: inherit !default;
|
73
73
|
|
74
74
|
|
75
|
-
|
75
|
+
//== Iconography
|
76
76
|
//
|
77
|
-
//## Specify custom
|
77
|
+
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
78
78
|
|
79
|
+
//** Load fonts from this directory.
|
79
80
|
$icon-font-path: "bootstrap/" !default;
|
81
|
+
//** File name for all font files.
|
80
82
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
83
|
+
//** Element ID within SVG icon file.
|
81
84
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
82
85
|
|
86
|
+
|
83
87
|
//== Components
|
84
88
|
//
|
85
89
|
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
@@ -236,7 +240,7 @@ $dropdown-link-disabled-color: $gray-light !default;
|
|
236
240
|
//** Text color for headers within dropdown menus.
|
237
241
|
$dropdown-header-color: $gray-light !default;
|
238
242
|
|
239
|
-
|
243
|
+
//** Deprecated `$dropdown-caret-color` as of v3.1.0
|
240
244
|
$dropdown-caret-color: #000 !default;
|
241
245
|
|
242
246
|
|
@@ -249,8 +253,8 @@ $dropdown-caret-color: #000 !default;
|
|
249
253
|
|
250
254
|
$zindex-navbar: 1000 !default;
|
251
255
|
$zindex-dropdown: 1000 !default;
|
252
|
-
$zindex-popover:
|
253
|
-
$zindex-tooltip:
|
256
|
+
$zindex-popover: 1060 !default;
|
257
|
+
$zindex-tooltip: 1070 !default;
|
254
258
|
$zindex-navbar-fixed: 1030 !default;
|
255
259
|
$zindex-modal-background: 1040 !default;
|
256
260
|
$zindex-modal: 1050 !default;
|
@@ -261,27 +265,32 @@ $zindex-modal: 1050 !default;
|
|
261
265
|
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
262
266
|
|
263
267
|
// Extra small screen / phone
|
264
|
-
|
268
|
+
//** Deprecated `$screen-xs` as of v3.0.1
|
265
269
|
$screen-xs: 480px !default;
|
270
|
+
//** Deprecated `$screen-xs-min` as of v3.2.0
|
266
271
|
$screen-xs-min: $screen-xs !default;
|
272
|
+
//** Deprecated `$screen-phone` as of v3.0.1
|
267
273
|
$screen-phone: $screen-xs-min !default;
|
268
274
|
|
269
275
|
// Small screen / tablet
|
270
|
-
|
276
|
+
//** Deprecated `$screen-sm` as of v3.0.1
|
271
277
|
$screen-sm: 768px !default;
|
272
278
|
$screen-sm-min: $screen-sm !default;
|
279
|
+
//** Deprecated `$screen-tablet` as of v3.0.1
|
273
280
|
$screen-tablet: $screen-sm-min !default;
|
274
281
|
|
275
282
|
// Medium screen / desktop
|
276
|
-
|
283
|
+
//** Deprecated `$screen-md` as of v3.0.1
|
277
284
|
$screen-md: 992px !default;
|
278
285
|
$screen-md-min: $screen-md !default;
|
286
|
+
//** Deprecated `$screen-desktop` as of v3.0.1
|
279
287
|
$screen-desktop: $screen-md-min !default;
|
280
288
|
|
281
289
|
// Large screen / wide desktop
|
282
|
-
|
290
|
+
//** Deprecated `$screen-lg` as of v3.0.1
|
283
291
|
$screen-lg: 1200px !default;
|
284
292
|
$screen-lg-min: $screen-lg !default;
|
293
|
+
//** Deprecated `$screen-lg-desktop` as of v3.0.1
|
285
294
|
$screen-lg-desktop: $screen-lg-min !default;
|
286
295
|
|
287
296
|
// So media queries don't overlap when required, provide a maximum
|
@@ -529,7 +538,7 @@ $popover-arrow-color: #fff !default;
|
|
529
538
|
//** Popover outer arrow width
|
530
539
|
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
|
531
540
|
//** Popover outer arrow color
|
532
|
-
$popover-arrow-outer-color:
|
541
|
+
$popover-arrow-outer-color: fade_in($popover-border-color, 0.05) !default;
|
533
542
|
//** Popover outer arrow fallback color
|
534
543
|
$popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
|
535
544
|
|
@@ -562,7 +571,7 @@ $label-link-hover-color: #fff !default;
|
|
562
571
|
//##
|
563
572
|
|
564
573
|
//** Padding applied to the modal body
|
565
|
-
$modal-inner-padding:
|
574
|
+
$modal-inner-padding: 15px !default;
|
566
575
|
|
567
576
|
//** Padding applied to the modal title
|
568
577
|
$modal-title-padding: 15px !default;
|
@@ -647,17 +656,26 @@ $list-group-border: #ddd !default;
|
|
647
656
|
//** List group border radius
|
648
657
|
$list-group-border-radius: $border-radius-base !default;
|
649
658
|
|
650
|
-
//** Background color of single list
|
659
|
+
//** Background color of single list items on hover
|
651
660
|
$list-group-hover-bg: #f5f5f5 !default;
|
652
|
-
//** Text color of active list
|
661
|
+
//** Text color of active list items
|
653
662
|
$list-group-active-color: $component-active-color !default;
|
654
|
-
//** Background color of active list
|
663
|
+
//** Background color of active list items
|
655
664
|
$list-group-active-bg: $component-active-bg !default;
|
656
665
|
//** Border color of active list elements
|
657
666
|
$list-group-active-border: $list-group-active-bg !default;
|
667
|
+
//** Text color for content within active list items
|
658
668
|
$list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
|
659
669
|
|
670
|
+
//** Text color of disabled list items
|
671
|
+
$list-group-disabled-color: $gray-light !default;
|
672
|
+
//** Background color of disabled list items
|
673
|
+
$list-group-disabled-bg: $gray-lighter !default;
|
674
|
+
//** Text color for content within disabled list items
|
675
|
+
$list-group-disabled-text-color: $list-group-disabled-color !default;
|
676
|
+
|
660
677
|
$list-group-link-color: #555 !default;
|
678
|
+
$list-group-link-hover-color: $list-group-link-color !default;
|
661
679
|
$list-group-link-heading-color: #333 !default;
|
662
680
|
|
663
681
|
|
@@ -667,6 +685,8 @@ $list-group-link-heading-color: #333 !default;
|
|
667
685
|
|
668
686
|
$panel-bg: #fff !default;
|
669
687
|
$panel-body-padding: 15px !default;
|
688
|
+
$panel-heading-padding: 10px 15px !default;
|
689
|
+
$panel-footer-padding: $panel-heading-padding !default;
|
670
690
|
$panel-border-radius: $border-radius-base !default;
|
671
691
|
|
672
692
|
//** Border color for elements within panels
|
@@ -806,6 +826,8 @@ $pre-scrollable-max-height: 340px !default;
|
|
806
826
|
//
|
807
827
|
//##
|
808
828
|
|
829
|
+
//** Horizontal offset for forms and lists.
|
830
|
+
$component-offset-horizontal: 180px !default;
|
809
831
|
//** Text muted color
|
810
832
|
$text-muted: $gray-light !default;
|
811
833
|
//** Abbreviations and acronyms border color
|
@@ -820,14 +842,9 @@ $blockquote-font-size: ($font-size-base * 1.25) !default;
|
|
820
842
|
$blockquote-border-color: $gray-lighter !default;
|
821
843
|
//** Page header border color
|
822
844
|
$page-header-border-color: $gray-lighter !default;
|
823
|
-
|
824
|
-
|
825
|
-
//== Miscellaneous
|
826
|
-
//
|
827
|
-
//##
|
828
|
-
|
845
|
+
//** Width of horizontal description list titles
|
846
|
+
$dl-horizontal-offset: $component-offset-horizontal !default;
|
829
847
|
//** Horizontal line color.
|
830
848
|
$hr-border: $gray-lighter !default;
|
831
849
|
|
832
|
-
|
833
|
-
$component-offset-horizontal: 180px !default;
|
850
|
+
|
@@ -1,12 +1,12 @@
|
|
1
|
-
//= require bootstrap/scrollspy
|
2
|
-
//= require bootstrap/dropdown
|
3
|
-
//= require bootstrap/tab
|
4
|
-
//= require bootstrap/button
|
5
1
|
//= require bootstrap/collapse
|
6
2
|
//= require bootstrap/modal
|
7
|
-
//= require bootstrap/
|
3
|
+
//= require bootstrap/button
|
4
|
+
//= require bootstrap/affix
|
5
|
+
//= require bootstrap/tab
|
8
6
|
//= require bootstrap/alert
|
9
7
|
//= require bootstrap/transition
|
10
8
|
//= require bootstrap/tooltip
|
11
9
|
//= require bootstrap/popover
|
12
|
-
//= require bootstrap/
|
10
|
+
//= require bootstrap/scrollspy
|
11
|
+
//= require bootstrap/dropdown
|
12
|
+
//= require bootstrap/carousel
|