mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			290 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			290 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.truncate {
 | 
						|
    white-space: nowrap;
 | 
						|
    overflow: hidden;
 | 
						|
    text-overflow: ellipsis;
 | 
						|
}
 | 
						|
 | 
						|
.fullwidth {
 | 
						|
    width: 100%;
 | 
						|
}
 | 
						|
 | 
						|
.divider {
 | 
						|
    margin: 0;
 | 
						|
    border-color: rgba(0,0,0,.12);
 | 
						|
}
 | 
						|
 | 
						|
.list {
 | 
						|
    margin: 0;
 | 
						|
}
 | 
						|
 | 
						|
@media (max-width: 920px) {
 | 
						|
    .hideLt920 {
 | 
						|
        display: none;
 | 
						|
    }
 | 
						|
}
 |