1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

fix font-size and borders

This commit is contained in:
Mark Otto 2017-05-28 18:01:24 -07:00
parent 251c7be168
commit d4a1244c60

View file

@ -11,7 +11,7 @@
padding-top: 1.5rem;
padding-bottom: 1.5rem;
overflow-y: auto;
font-size: .85rem;
font-size: .875rem;
}
.section-nav {
@ -44,13 +44,14 @@
.bd-sidebar {
background-color: #f5f5f5;
border-right: 1px solid rgba(0,0,0,.1);
border-bottom: 1px solid rgba(0,0,0,.1);
@include media-breakpoint-up(md) {
position: sticky;
top: 4rem;
max-height: calc(100vh - 4rem);
overflow-y: auto;
border-right: 1px solid rgba(0,0,0,.1);
}
@include media-breakpoint-up(xl) {