From eeaddb27560d723ca7d61359744ceb2709fccd2d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 15 Oct 2024 21:01:31 +0100 Subject: Renamed from pyblackbird_cc to alphabetlearning - everywhere --- pyblackbird_cc/static/scss/_transitions.scss | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 pyblackbird_cc/static/scss/_transitions.scss (limited to 'pyblackbird_cc/static/scss/_transitions.scss') diff --git a/pyblackbird_cc/static/scss/_transitions.scss b/pyblackbird_cc/static/scss/_transitions.scss deleted file mode 100644 index bfb26aa..0000000 --- a/pyblackbird_cc/static/scss/_transitions.scss +++ /dev/null @@ -1,27 +0,0 @@ -.fade { - @include transition($transition-fade); - - &:not(.show) { - opacity: 0; - } -} - -// scss-docs-start collapse-classes -.collapse { - &:not(.show) { - display: none; - } -} - -.collapsing { - height: 0; - overflow: hidden; - @include transition($transition-collapse); - - &.collapse-horizontal { - width: 0; - height: auto; - @include transition($transition-collapse-width); - } -} -// scss-docs-end collapse-classes -- cgit v1.2.3