mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-16 18:40:59 +00:00
Add initial right and left properties to offcanvas example for transitions.
This commit is contained in:
parent
2cef0af211
commit
6d232c2b9b
1 changed files with 8 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue