diff options
| author | Marti Kaljuve <[email protected]> | 2014-02-11 18:18:21 +0200 |
|---|---|---|
| committer | Marti Kaljuve <[email protected]> | 2014-02-11 18:18:21 +0200 |
| commit | 6d232c2b9b5588cc2e06d0011e33c58e0e80aea4 (patch) | |
| tree | 77c2109cdac706c1cddc476bdc8bcdc3dc535b1b /docs/examples/offcanvas/offcanvas.css | |
| parent | 2cef0af211e8b6780fff90fe5f110493585aa97c (diff) | |
| download | bootstrap-6d232c2b9b5588cc2e06d0011e33c58e0e80aea4.tar.xz bootstrap-6d232c2b9b5588cc2e06d0011e33c58e0e80aea4.zip | |
Add initial right and left properties to offcanvas example for transitions.
Diffstat (limited to 'docs/examples/offcanvas/offcanvas.css')
| -rw-r--r-- | docs/examples/offcanvas/offcanvas.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/examples/offcanvas/offcanvas.css b/docs/examples/offcanvas/offcanvas.css index 50130a885..eeace1601 100644 --- a/docs/examples/offcanvas/offcanvas.css +++ b/docs/examples/offcanvas/offcanvas.css @@ -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 */ |
