Skip to content

Commit

Permalink
static navbar default with fixed option
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Apr 6, 2017
1 parent 3c25cac commit 43eb6e3
Show file tree
Hide file tree
Showing 4 changed files with 382 additions and 339 deletions.
17 changes: 12 additions & 5 deletions css/sb-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
*/
body {
padding-top: 54px;
padding-left: 0; }
background: #292b2c; }

body.fixed-nav {
padding-top: 54px; }
@media (min-width: 992px) {
body.fixed-nav {
padding-top: 56px; } }

.content-wrapper {
background: white; }
@media (min-width: 992px) {
body {
padding-top: 56px;
padding-left: 250px; } }
.content-wrapper {
margin-left: 250px; } }

.smaller {
font-size: 0.7rem; }
Expand Down
2 changes: 1 addition & 1 deletion css/sb-admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 43eb6e3

Please sign in to comment.