mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 08:34:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
@import "var";
 | 
						|
 | 
						|
.breads {
 | 
						|
  .bread {
 | 
						|
    &:after {
 | 
						|
      content: "/";
 | 
						|
      font-weight: bold;
 | 
						|
      margin: 0 4px 0 7px;
 | 
						|
      color:@breadColor;
 | 
						|
    }
 | 
						|
  }
 | 
						|
  .bread:last-child {
 | 
						|
    &:after {
 | 
						|
      content: "";
 | 
						|
      margin: 0;
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |