removes box shadow for off canvas content

This commit is contained in:
decabeza
2017-10-16 19:39:06 +02:00
parent 2e4c6dce2e
commit 3ec12cfad7

View File

@@ -372,6 +372,10 @@ a {
display: table-cell;
}
.off-canvas-content {
box-shadow: none;
}
// 02. Header
// ----------