feat: more changes and fixes

This commit is contained in:
Herculino Trotta
2025-11-08 14:06:01 -03:00
parent a878af28f1
commit cd54df6f2d
45 changed files with 412 additions and 476 deletions

View File

@@ -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;