diff options
| author | XhmikosR <[email protected]> | 2017-10-02 21:54:47 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-02 21:54:47 +0300 |
| commit | 2891dc143dd8d020479a38e8adfeb85a42fcfd85 (patch) | |
| tree | 2d16494f94c7f24b84487f59c84ba8b1ebaeeca9 /docs/4.0/examples/offcanvas/offcanvas.css | |
| parent | eaccb6070185e8447fbb32cb18b28d9b7537405f (diff) | |
| download | bootstrap-2891dc143dd8d020479a38e8adfeb85a42fcfd85.tar.xz bootstrap-2891dc143dd8d020479a38e8adfeb85a42fcfd85.zip | |
Normalize examples' CSS. (#24210)
Diffstat (limited to 'docs/4.0/examples/offcanvas/offcanvas.css')
| -rw-r--r-- | docs/4.0/examples/offcanvas/offcanvas.css | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/docs/4.0/examples/offcanvas/offcanvas.css b/docs/4.0/examples/offcanvas/offcanvas.css index 6047cb304..1c9ca3b44 100644 --- a/docs/4.0/examples/offcanvas/offcanvas.css +++ b/docs/4.0/examples/offcanvas/offcanvas.css @@ -20,9 +20,7 @@ footer { @media screen and (max-width: 767px) { .row-offcanvas { position: relative; - -webkit-transition: all .25s ease-out; - -o-transition: all .25s ease-out; - transition: all .25s ease-out; + transition: all .25s ease-out; } .row-offcanvas-right { @@ -33,23 +31,19 @@ footer { left: 0; } - .row-offcanvas-right - .sidebar-offcanvas { + .row-offcanvas-right .sidebar-offcanvas { right: -100%; /* 12 columns */ } - .row-offcanvas-right.active - .sidebar-offcanvas { + .row-offcanvas-right.active .sidebar-offcanvas { right: -50%; /* 6 columns */ } - .row-offcanvas-left - .sidebar-offcanvas { + .row-offcanvas-left .sidebar-offcanvas { left: -100%; /* 12 columns */ } - .row-offcanvas-left.active - .sidebar-offcanvas { + .row-offcanvas-left.active .sidebar-offcanvas { left: -50%; /* 6 columns */ } |
