mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	portico: Add hover styling to Atlassian migration guide on /hello.
				
					
				
			I changed the element to be a `p` instead of `div` because the styling for `a`s inside paragraphs is already there and the element should anyway be a paragraph. Fixes part of #12853.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							5b64a27597
						
					
				
				
					commit
					8828ef72fe
				
			@@ -1991,6 +1991,7 @@ nav ul li.active::after {
 | 
			
		||||
    margin-top: 60px;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    font-size: 1.3rem;
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.portico-landing.hello .call-to-action-bottom .zulip-octopus {
 | 
			
		||||
 
 | 
			
		||||
@@ -542,10 +542,10 @@
 | 
			
		||||
            {{ _('Sign up now') }}
 | 
			
		||||
        </a>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
        <div class="atlassian-migration">
 | 
			
		||||
        <p class="atlassian-migration">
 | 
			
		||||
            Migrating from HipChat or Stride?
 | 
			
		||||
            Check out our <a href="/atlassian">Atlassian migration guide</a>.
 | 
			
		||||
        </div>
 | 
			
		||||
        </p>
 | 
			
		||||
        <div class="zulip-octopus"></div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user