corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 60  →  ?path2? @ 61
/groupChat/node_modules/bootstrap/scss/_transitions.scss
@@ -0,0 +1,22 @@
// stylelint-disable selector-no-qualifying-type
 
.fade {
@include transition($transition-fade);
 
&:not(.show) {
opacity: 0;
}
}
 
.collapse {
&:not(.show) {
display: none;
}
}
 
.collapsing {
position: relative;
height: 0;
overflow: hidden;
@include transition($transition-collapse);
}