diff options
| author | Mark Otto <[email protected]> | 2017-11-26 13:40:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-11-26 13:40:49 -0800 |
| commit | ccd7742397240b6e101824ee21e2e11295b4b248 (patch) | |
| tree | a4d726aef50021a9725e7eb1979cf397ba455d63 /docs/examples/offcanvas/offcanvas.css | |
| parent | 3c2f8bafac56592f83362b2005a8ac44d9c8b23b (diff) | |
| download | bootstrap-ccd7742397240b6e101824ee21e2e11295b4b248.tar.xz bootstrap-ccd7742397240b6e101824ee21e2e11295b4b248.zip | |
stylelint the examples
Diffstat (limited to 'docs/examples/offcanvas/offcanvas.css')
| -rw-r--r-- | docs/examples/offcanvas/offcanvas.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/examples/offcanvas/offcanvas.css b/docs/examples/offcanvas/offcanvas.css index 2a72199d5..157669ab8 100644 --- a/docs/examples/offcanvas/offcanvas.css +++ b/docs/examples/offcanvas/offcanvas.css @@ -1,3 +1,5 @@ +/* stylelint-disable property-no-vendor-prefix */ + /* * Style tweaks * -------------------------------------------------- @@ -21,8 +23,8 @@ footer { .row-offcanvas { position: relative; -webkit-transition: all .25s ease-out; - -o-transition: all .25s ease-out; - transition: all .25s ease-out; + -o-transition: all .25s ease-out; + transition: all .25s ease-out; } .row-offcanvas-right { @@ -33,13 +35,11 @@ footer { left: 0; } - .row-offcanvas-right - .sidebar-offcanvas { + .row-offcanvas-right .sidebar-offcanvas { right: -50%; /* 6 columns */ } - .row-offcanvas-left - .sidebar-offcanvas { + .row-offcanvas-left .sidebar-offcanvas { left: -50%; /* 6 columns */ } |
