mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	In this commit, we move the progress bar styling out of the legacy bootstrap.css and move it to a dedicated CSS file. This is a step forward towards the ongoing effort to remove the use of Bootstrap from the Zulip codebase. The new CSS file, progress_bar.css, is added to common.ts, since it is used in both the webapp and portico pages. Fixes #23628.