mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
tighten up sidebar
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// scss-lint:disable VendorPrefix
|
// scss-lint:disable VendorPrefix
|
||||||
|
|
||||||
//
|
//
|
||||||
// Side navigation
|
// Right side table of contents
|
||||||
//
|
//
|
||||||
|
|
||||||
.bd-toc {
|
.bd-toc {
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: .25rem 1.5rem;
|
padding: .125rem 1.5rem;
|
||||||
color: #99979c;
|
color: #99979c;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@@ -44,6 +44,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Left side navigation
|
||||||
|
//
|
||||||
|
|
||||||
.bd-sidebar {
|
.bd-sidebar {
|
||||||
background-color: #f5f2f9;
|
background-color: #f5f2f9;
|
||||||
border-bottom: 1px solid rgba(0,0,0,.1);
|
border-bottom: 1px solid rgba(0,0,0,.1);
|
||||||
|
|||||||
Reference in New Issue
Block a user