mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-07 12:54:36 +00:00
3
dev/scss/bootstrap/_transitions.scss
Normal file → Executable file
3
dev/scss/bootstrap/_transitions.scss
Normal file → Executable file
@@ -6,6 +6,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// scss-docs-start collapse-classes
|
||||
.collapse {
|
||||
&:not(.show) {
|
||||
display: none;
|
||||
@@ -13,8 +14,8 @@
|
||||
}
|
||||
|
||||
.collapsing {
|
||||
position: relative;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
@include transition($transition-collapse);
|
||||
}
|
||||
// scss-docs-end collapse-classes
|
||||
|
||||
Reference in New Issue
Block a user