File Manager

Current Path : /usr/share/sass/bootstrap/
Upload File :
Current File : //usr/share/sass/bootstrap/_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);
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com