diff options
| author | Romain <[email protected]> | 2021-05-31 19:22:10 +0200 |
|---|---|---|
| committer | GeoSot <[email protected]> | 2021-06-25 01:01:06 +0300 |
| commit | 1eb2ffa0db56ebbc33d11ebbe52faa82a7f29aef (patch) | |
| tree | 8dab236dc23c2af876f7efaf240708a99de744fb | |
| parent | 93f1107ef5434467caaf267ff7a293e6a840dfff (diff) | |
| download | bootstrap-1eb2ffa0db56ebbc33d11ebbe52faa82a7f29aef.tar.xz bootstrap-1eb2ffa0db56ebbc33d11ebbe52faa82a7f29aef.zip | |
Move offcanvas-backdrop css in offcanvas.scss
| -rw-r--r-- | scss/_modal.scss | 4 | ||||
| -rw-r--r-- | scss/_offcanvas.scss | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index c47258cfc..77473085c 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -98,10 +98,6 @@ &.show { opacity: $modal-backdrop-opacity; } } -.offcanvas-backdrop { - @extend .modal-backdrop; -} - // Modal header // Top section of the modal w/ title and dismiss .modal-header { diff --git a/scss/_offcanvas.scss b/scss/_offcanvas.scss index 91db68643..605fae5ea 100644 --- a/scss/_offcanvas.scss +++ b/scss/_offcanvas.scss @@ -14,6 +14,10 @@ @include transition(transform $offcanvas-transition-duration ease-in-out); } +.offcanvas-backdrop { + @extend .modal-backdrop; +} + .offcanvas-header { display: flex; align-items: center; |
