mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	css: Use SCSS nesting for .top-links a in portico.scss.
				
					
				
			This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							6719835a89
						
					
				
				
					commit
					cc4a4a7846
				
			@@ -1140,13 +1140,13 @@ input.new-organization-button {
 | 
				
			|||||||
    font-size: 16px;
 | 
					    font-size: 16px;
 | 
				
			||||||
    transition: all 0.2s ease-in;
 | 
					    transition: all 0.2s ease-in;
 | 
				
			||||||
    border-radius: 4px;
 | 
					    border-radius: 4px;
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
.top-links a:hover {
 | 
					    &:hover {
 | 
				
			||||||
        text-decoration: none;
 | 
					        text-decoration: none;
 | 
				
			||||||
        background-color: hsla(0, 0%, 100%, 1.0);
 | 
					        background-color: hsla(0, 0%, 100%, 1.0);
 | 
				
			||||||
        color: hsl(170, 50%, 40%);
 | 
					        color: hsl(170, 50%, 40%);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.centered-button {
 | 
					.centered-button {
 | 
				
			||||||
    text-align: center;
 | 
					    text-align: center;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user