/**
 * Splash Styling
 *
 * Define UI styling for the splash screen
 *
 * @package    Nemo Framework
 * @author     Neonfire Development <webmaster@neonfire.co.za>
 * @copyright  2024 Neonfire Development
 * @version    1.00.00
 */

#fw-splash .fw-splash-logo {
	top: 20px;
}

#fw-splash .fw-splash-logo img {
	max-width: 60px;
	max-height: 60px;
}

#fw-splash .fw-splash-indicator {
	border-top-color: #4aff00;
}
