2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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

This commit is contained in:
Marti Kaljuve
2014-02-11 18:18:21 +02:00
parent 2cef0af211
commit 6d232c2b9b
+8
View File
@@ -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 */