mirror of
				https://github.com/JKorf/CryptoExchange.Net
				synced 2025-10-30 18:07:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			261 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			261 B
		
	
	
	
		
			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);
 | |
| }
 |