mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	- Fix overflow regression from https://github.com/go-gitea/gitea/pull/12553. - Fix submodule columns stretching the table - Refactor template to share more HTML nodes - Introduce CSS helper classes Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
		
			
				
	
	
		
			24 lines
		
	
	
		
			493 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			493 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @import "~font-awesome/css/font-awesome.css";
 | |
| 
 | |
| @import "./helpers.less";
 | |
| @import "./features/gitgraph.less";
 | |
| @import "./features/animations.less";
 | |
| @import "./markdown/mermaid.less";
 | |
| 
 | |
| @import "_svg";
 | |
| @import "_tribute";
 | |
| @import "_base";
 | |
| @import "_markdown";
 | |
| @import "_home";
 | |
| @import "_install";
 | |
| @import "_form";
 | |
| @import "_repository";
 | |
| @import "_editor";
 | |
| @import "_organization";
 | |
| @import "_user";
 | |
| @import "_dashboard";
 | |
| @import "_admin";
 | |
| @import "_explore";
 | |
| @import "_review";
 | |
| @import "_chroma";
 |