mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-27 02:58:40 +02:00
feat: more changes and fixes
This commit is contained in:
@@ -24,14 +24,14 @@ $transition-collapse-width: width 0.35s ease !default;
|
||||
}
|
||||
}
|
||||
|
||||
// Collapse transitions
|
||||
.collapse {
|
||||
// // Collapse transitions
|
||||
.bs.collapse {
|
||||
&:not(.show) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.collapsing {
|
||||
.bs.collapsing {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
transition: $transition-collapse;
|
||||
|
||||
Reference in New Issue
Block a user