Refactor templates and partials
This commit is contained in:
+13
-3
@@ -26,6 +26,10 @@
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@mixin fixed {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@@ -34,6 +38,12 @@
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
@mixin dark-links {
|
||||
a {
|
||||
color: $nav-link-color;
|
||||
}
|
||||
|
||||
a.active {
|
||||
color: $color-link;
|
||||
}
|
||||
}
|
||||
+1
-7
@@ -103,13 +103,7 @@ ul.pagination {
|
||||
@include fixed;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $nav-link-color;
|
||||
}
|
||||
|
||||
a.active {
|
||||
color: $color-link;
|
||||
}
|
||||
@include dark-links;
|
||||
}
|
||||
|
||||
.book-page {
|
||||
|
||||
Reference in New Issue
Block a user