mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Replace text-align classes with tailwind (#33905)
Small refactor to remove these CSS classes in favor of tailwind. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -123,13 +123,6 @@ | ||||
|   clear: both; | ||||
| } | ||||
|  | ||||
| .ui[class*="left aligned"].segment { | ||||
|   text-align: left; | ||||
| } | ||||
| .ui[class*="center aligned"].segment { | ||||
|   text-align: center; | ||||
| } | ||||
|  | ||||
| .ui.secondary.segment { | ||||
|   background: var(--color-secondary-bg); | ||||
|   color: var(--color-text-light); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user