vendor/assets/stylesheets/canvas.scss in active_frontend-2.0.4 vs vendor/assets/stylesheets/canvas.scss in active_frontend-2.0.5
- old
+ new
@@ -20,9 +20,13 @@
.canvas-content {
padding: 30px 0;
max-width: calc(100% - 280px);
width: calc(100% - 280px);
}
+.canvas-content.canvas-content-without-sidebar {
+ max-width: 100%;
+ width: 100%;
+}
.canvas-with-header > .canvas-content,
.canvas-with-header > .canvas-sidebar,
.canvas-with-header-and-footer > .canvas-content,
.canvas-with-header-and-footer > .canvas-sidebar { margin-top: 60px; }
.canvas-with-footer > .canvas-content,
\ No newline at end of file