mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 19:03:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			303 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			303 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .installedApp {
 | |
|   height: calc(100vh - 74px);
 | |
|   border-radius: 16px;
 | |
|   box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
 | |
| }
 | |
| 
 | |
| .starIcon {
 | |
|   width: 16px;
 | |
|   height: 16px;
 | |
|   background: url(./icons/star.svg) center center no-repeat;
 | |
|   background-size: contain;
 | |
| } | 
