2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

hide page header for now, border top nav, sticky sidebar

This commit is contained in:
Mark Otto
2016-09-05 16:12:29 -07:00
parent f235da05fd
commit 22afc82a91
4 changed files with 12 additions and 2 deletions
+1
View File
@@ -65,6 +65,7 @@
}
.bd-title {
margin-top: 2rem;
margin-bottom: 2rem;
font-weight: 300;
+2
View File
@@ -5,6 +5,8 @@
.bd-navbar {
padding-right: 0;
padding-left: 0;
margin-bottom: 2rem;
border-bottom: 1px solid rgba(0,0,0,.1);
.navbar-nav {
.nav-link {
+7
View File
@@ -2,6 +2,13 @@
// Side navigation
//
.bd-sidebar {
@include media-breakpoint-up(md) {
position: sticky;
top: 2rem;
}
}
.bd-search {
position: relative;
margin-bottom: 1.5rem;