Commit 6d232c2b authored by Marti Kaljuve's avatar Marti Kaljuve

Add initial right and left properties to offcanvas example for transitions.

parent 2cef0af2
......@@ -25,6 +25,14 @@ footer {
transition: all .25s ease-out;
}
.row-offcanvas-right {
right: 0;
}
.row-offcanvas-left {
left: 0;
}
.row-offcanvas-right
.sidebar-offcanvas {
right: -50%; /* 6 columns */
......
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