mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 08:03:49 +00:00
[Frontend] Significant markup/CSS mods for splash screen
#164 Markup in index.html and about-dialog.html changed to simplify and use :before/:after psuedos; CSS in _logo-and-bg.scss modded for same; Added _startup.scss to hold general CSS for the startup screen; Renamed startup.scss to startup-open.scss; Modified SplashScreenManager.js to target renamed outer container .l-splash-holder; Added media query for startup screen on phone; Cleanup: moved classes out of _effects into _global; Still to-do: apply to WARP and VISTA, including needed mods to their About dialog screens;
This commit is contained in:
@ -32,7 +32,8 @@ define([
|
||||
function SplashScreenManager($document) {
|
||||
var splash;
|
||||
$document = $document[0];
|
||||
splash = $document.querySelectorAll('.s-logo-holder')[0];
|
||||
splash = $document.querySelectorAll('.l-splash-holder')[0];
|
||||
console.log(splash);
|
||||
if (!splash) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user