Commit 92310816 authored by NGPixel's avatar NGPixel Committed by Nicolas Giard

fix: mongoose connect fix + allpages nav theming

parent 3d72c4ca
...@@ -107,3 +107,16 @@ ...@@ -107,3 +107,16 @@
} }
} }
/* THEME OVERRIDE - START */
@each $color, $colorvalue in $material-colors {
.is-primary-#{$color} .collapsable-nav {
&.has-children {
background-color: mc($color, '500');
border-left-color: mc($color, '700');
}
}
}
/* THEME OVERRIDE - END */
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
"moment": "~2.18.1", "moment": "~2.18.1",
"moment-timezone": "~0.5.13", "moment-timezone": "~0.5.13",
"mongodb": "~2.2.30", "mongodb": "~2.2.30",
"mongoose": "4.10.8", "mongoose": "^4.11.1",
"multer": "~1.3.0", "multer": "~1.3.0",
"node-2fa": "~1.1.2", "node-2fa": "~1.1.2",
"node-graceful": "~0.2.3", "node-graceful": "~0.2.3",
......
...@@ -55,7 +55,7 @@ module.exports = { ...@@ -55,7 +55,7 @@ module.exports = {
// Connect // Connect
self.onReady = modb.connect(appconfig.db) self.onReady = modb.connect(appconfig.db, { useMongoClient: true })
return self return self
} }
......
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment