Add LESS variable for sidebar full-width breakpoint

This commit is contained in:
Erika Reinhardt
2014-05-14 11:01:57 -07:00
parent 0f38385c7d
commit 612f9a6dc7
4 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -84,7 +84,7 @@
}
&.with-summary {
@media (min-width: 800px) {
@media (min-width: @sidebar-breakpoint) {
.book-body {
left: 250px;
}
+1 -1
View File
@@ -110,7 +110,7 @@
}
}
@media (max-width: 600px) {
@media (max-width: @sidebar-breakpoint) {
width: 100%;
bottom: 0px;
left: -100%;
+1
View File
@@ -17,6 +17,7 @@
// Sidebar
@sidebar-width: 250px;
@sidebar-breakpoint: 600px;
@sidebar-color: hsl(207, 15%, 80%);
@sidebar-background: hsl(207, 15%, 95%);