Current Path : /home/lentoinv/believersfamilyfoundation.com/profile/vendor/bootstrap/scss/ |
Current File : //home/lentoinv/believersfamilyfoundation.com/profile/vendor/bootstrap/scss/_transitions.scss |
.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); }