mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	onboarding: Redesign intro_reply hotspot in bottom whitespace.
This is a trial to have the first reply hotspot in the bottom whitespace (and stick there until "Got it!" is pressed). Tweaked by tabbott to clean it up a bit. Still needs more work on the visuals.
This commit is contained in:
		@@ -225,3 +225,27 @@
 | 
			
		||||
#hotspot_intro_topics_icon {
 | 
			
		||||
    z-index: 103;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* hacked together intro_reply styles */
 | 
			
		||||
#bottom_whitespace .hotspot-message {
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    margin-top: 30px;
 | 
			
		||||
 | 
			
		||||
    span {
 | 
			
		||||
        vertical-align: middle;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    button {
 | 
			
		||||
        padding: 3px 9px;
 | 
			
		||||
        min-width: 0px;
 | 
			
		||||
        margin-left: 7px;
 | 
			
		||||
        margin-bottom: 0px;
 | 
			
		||||
        border: none;
 | 
			
		||||
        font-size: .97em;
 | 
			
		||||
        font-weight: 600;
 | 
			
		||||
        color: white;
 | 
			
		||||
        background-color: hsl(164, 44%, 47%);
 | 
			
		||||
        border-radius: 4px;
 | 
			
		||||
        white-space: normal;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user