@@ -237,6 +237,7 @@ body { | |||||
body { | body { | ||||
font-size: 16px; | font-size: 16px; | ||||
line-height: 1.65em; | line-height: 1.65em; | ||||
color: #454e57; | |||||
} | } | ||||
.container { | .container { | ||||
max-width: 800px; | max-width: 800px; | ||||
@@ -249,6 +250,9 @@ body { | |||||
font-size: 16px; | font-size: 16px; | ||||
font-weight: normal; | font-weight: normal; | ||||
} | } | ||||
.navbar a.navbar-brand { | |||||
font-weight: bold; | |||||
} | |||||
.breadcrumb { | .breadcrumb { | ||||
line-height: 1.5em; | line-height: 1.5em; | ||||
color: #8D99A6; | color: #8D99A6; | ||||
@@ -285,7 +289,6 @@ h2 { | |||||
border: none; | border: none; | ||||
padding: 15px 0px; | padding: 15px 0px; | ||||
border-radius: 0px; | border-radius: 0px; | ||||
border-top: 5px solid #7575ff; | |||||
border-bottom: 1px solid #d1d8dd; | border-bottom: 1px solid #d1d8dd; | ||||
} | } | ||||
.section { | .section { | ||||
@@ -5,6 +5,7 @@ | |||||
body { | body { | ||||
font-size: 16px; | font-size: 16px; | ||||
line-height: 1.65em; | line-height: 1.65em; | ||||
color: #454e57; | |||||
} | } | ||||
.container { | .container { | ||||
@@ -25,6 +26,9 @@ body { | |||||
font-size: 16px; | font-size: 16px; | ||||
font-weight: normal; | font-weight: normal; | ||||
//color: #fff !important; | //color: #fff !important; | ||||
&.navbar-brand{ | |||||
font-weight: bold; | |||||
} | |||||
} | } | ||||
.breadcrumb { | .breadcrumb { | ||||
@@ -60,10 +64,9 @@ h2 { | |||||
.navbar { | .navbar { | ||||
background-color: transparent; | background-color: transparent; | ||||
border: none; | border: none; | ||||
padding: 15px 0px; | |||||
padding: 15px 0px; | |||||
border-radius: 0px; | border-radius: 0px; | ||||
border-top: 5px solid @erpnext-blue; | |||||
border-bottom: 1px solid @border-color; | |||||
border-bottom: 1px solid @border-color; | |||||
} | } | ||||
.section { | .section { | ||||