Skip to content

Commit c4baa9c

Browse files
Merge branch 'main' into NODE-4014-add-let-to-bulk-write
2 parents 75d90d2 + aff59ff commit c4baa9c

File tree

1,205 files changed

+192714
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,205 files changed

+192714
-312
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ etc/docs/build
7474
!docs/s/lib
7575
!docs/s/js
7676
!docs/s/img/*png
77+
!docs/*/lib
78+
!docs/**/*.png
79+
!docs/**/*.css
80+
!docs/**/*.js

docs/2.2/lib/bootstrap-theme.css

Lines changed: 384 additions & 0 deletions
Large diffs are not rendered by default.

docs/2.2/lib/bootstrap-theme.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/*! ========================================================================
2+
* Bootstrap Toggle: bootstrap-toggle.css v2.2.0
3+
* http://www.bootstraptoggle.com
4+
* ========================================================================
5+
* Copyright 2014 Min Hur, The New York Times Company
6+
* Licensed under MIT
7+
* ======================================================================== */
8+
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
9+
.toggle{position:relative;overflow:hidden}
10+
.toggle input[type=checkbox]{display:none}
11+
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
12+
.toggle.off .toggle-group{left:-100%}
13+
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
14+
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
15+
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
16+
.toggle.btn{min-width:59px;min-height:34px}
17+
.toggle-on.btn{padding-right:24px}
18+
.toggle-off.btn{padding-left:24px}
19+
.toggle.btn-lg{min-width:79px;min-height:45px}
20+
.toggle-on.btn-lg{padding-right:31px}
21+
.toggle-off.btn-lg{padding-left:31px}
22+
.toggle-handle.btn-lg{width:40px}
23+
.toggle.btn-sm{min-width:50px;min-height:30px}
24+
.toggle-on.btn-sm{padding-right:20px}
25+
.toggle-off.btn-sm{padding-left:20px}
26+
.toggle.btn-xs{min-width:35px;min-height:22px}
27+
.toggle-on.btn-xs{padding-right:12px}
28+
.toggle-off.btn-xs{padding-left:12px}

0 commit comments

Comments
 (0)