|
|
|||
Warning, /iDDS/monitor/data/scss/bootstrap/_transitions.scss is written in an unsupported language. File is not indexed.
0001 .fade {
0002 @include transition($transition-fade);
0003
0004 &:not(.show) {
0005 opacity: 0;
0006 }
0007 }
0008
0009 .collapse {
0010 &:not(.show) {
0011 display: none;
0012 }
0013 }
0014
0015 .collapsing {
0016 height: 0;
0017 overflow: hidden;
0018 @include transition($transition-collapse);
0019 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|