Klavika for docs nav

This commit is contained in:
Jason Costello 2017-02-13 16:15:55 -08:00
parent 4fbbe2bd78
commit f07d89d4e4
1 changed files with 5 additions and 1 deletions

View File

@ -99,6 +99,9 @@ body.layout-intro{
.docs-sidenav{
padding-top: 15px;
padding-bottom: 15px;
font-family: "Klavika-web";
font-size: 16px;
font-weight: 500;
:last-child{
border-bottom: none;
@ -129,6 +132,7 @@ body.layout-intro{
>.nav{
li{
a{
font-family: $font-family-open-sans;
color: white;
}
}
@ -194,7 +198,7 @@ body.layout-intro{
.bs-docs-section{
padding: 10px 10px 80px 10px;
.lead{
margin-bottom: 48px
}