Skip to content
Snippets Groups Projects
Commit b9240d20 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Bootprint offcanvas style fix.

parent b6230b1a
Branches
Tags instance/fid_bbi/staging/20210224_4
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -22,6 +22,11 @@ body { ...@@ -22,6 +22,11 @@ body {
/* --- Layout --- */ /* --- Layout --- */
.main .container { padding-top: 1rem; } .main .container { padding-top: 1rem; }
.main .sidebar { background-color: #fff; }
body.offcanvas .sidebar {
padding-left: 1rem;
padding-right: 1rem;
}
@media (min-width: 768px) { @media (min-width: 768px) {
.main .sidebar { padding: 0; } .main .sidebar { padding: 0; }
} }
......
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