diff --git a/docs/assets/scss/_navbar.scss b/docs/assets/scss/_navbar.scss index de413692f0..bf8253652c 100644 --- a/docs/assets/scss/_navbar.scss +++ b/docs/assets/scss/_navbar.scss @@ -1,16 +1,13 @@ .bd-navbar { - min-height: 4rem; + padding: .625rem 0; background-color: $bd-purple-bright; @media (max-width: 991.98px) { .navbar-nav-scroll { width: 100%; - height: 2.5rem; - margin-top: .25rem; - overflow: hidden; .navbar-nav { - padding-bottom: 2rem; + margin: -.5rem 0; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; @@ -22,21 +19,19 @@ .nav-link { color: rgba($white, .85); - &.active, &:hover, &:focus { color: $white; - background-color: transparent; } &.active { font-weight: 600; + color: $white; } } } .navbar-nav-svg { - display: inline-block; width: 1rem; height: 1rem; vertical-align: text-top; diff --git a/docs/layouts/icons/list.html b/docs/layouts/icons/list.html new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/layouts/partials/icons/bootstrap-white-fill.svg b/docs/layouts/partials/icons/bootstrap-white-fill.svg new file mode 100644 index 0000000000..af4bc7fcf0 --- /dev/null +++ b/docs/layouts/partials/icons/bootstrap-white-fill.svg @@ -0,0 +1 @@ +{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file diff --git a/docs/layouts/partials/navbar.html b/docs/layouts/partials/navbar.html index a12af93b7b..c0a21dafd4 100644 --- a/docs/layouts/partials/navbar.html +++ b/docs/layouts/partials/navbar.html @@ -1,11 +1,11 @@