diff options
| author | Mark Otto <[email protected]> | 2019-07-21 16:47:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-07-21 21:44:32 -0700 |
| commit | e7890d1562695e09da76e0ca75258b178eccec52 (patch) | |
| tree | df91e1ccb21b265a312887d305ef8c9a88f5ef37 /site/static/docs | |
| parent | 0fcb0af131f6256102ecbbd24c5bb7a87e24560e (diff) | |
| download | bootstrap-e7890d1562695e09da76e0ca75258b178eccec52.tar.xz bootstrap-e7890d1562695e09da76e0ca75258b178eccec52.zip | |
Move search styles, prep for responsive containers in docs
Diffstat (limited to 'site/static/docs')
| -rw-r--r-- | site/static/docs/4.3/assets/scss/_nav.scss | 18 | ||||
| -rw-r--r-- | site/static/docs/4.3/assets/scss/_sidebar.scss | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/site/static/docs/4.3/assets/scss/_nav.scss b/site/static/docs/4.3/assets/scss/_nav.scss index 285c83038..3ceec7aeb 100644 --- a/site/static/docs/4.3/assets/scss/_nav.scss +++ b/site/static/docs/4.3/assets/scss/_nav.scss @@ -30,6 +30,24 @@ } } +.bd-search { + position: relative; // To contain the Algolia search + + @include media-breakpoint-down(sm) { + width: 100%; + } + + .form-control:focus { + border-color: $bd-purple-bright; + box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25); + } +} + +.bd-search-docs-toggle { + line-height: 1; + color: $gray-900; +} + .link-dark { font-weight: 500; color: $dark; diff --git a/site/static/docs/4.3/assets/scss/_sidebar.scss b/site/static/docs/4.3/assets/scss/_sidebar.scss index 590464c12..be7c9d50c 100644 --- a/site/static/docs/4.3/assets/scss/_sidebar.scss +++ b/site/static/docs/4.3/assets/scss/_sidebar.scss @@ -19,24 +19,6 @@ } } -.bd-search { - position: relative; // To contain the Algolia search - - @include media-breakpoint-down(md) { - width: 100%; - } - - .form-control:focus { - border-color: $bd-purple-bright; - box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25); - } -} - -.bd-search-docs-toggle { - line-height: 1; - color: $gray-900; -} - .bd-sidenav { display: none; } |
