[Frontend] Significant markup/CSS mods for splash screen

#164
https://github.jpl.nasa.gov/MissionControl/vista/issues/299
App logo and bg files renamed;
Added openmct.scss to hold openmct-specific styles;
Renamed _startup.scss to startup-base.scss
which now renders its own .css file;

Still to-do: apply to WARP including needed
mods to its About dialog screen;
This commit is contained in:
Charles Hacskaylo
2016-02-24 17:47:24 -08:00
parent 164d959f60
commit 129b554f9d
10 changed files with 287 additions and 238 deletions

View File

@@ -33,7 +33,8 @@
mct.run();
});
</script>
<link rel="stylesheet" href="platform/commonUI/general/res/css/startup-open.css">
<link rel="stylesheet" href="/platform/commonUI/general/res/css/startup-base.css">
<link rel="stylesheet" href="/platform/commonUI/general/res/css/openmct.css">
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-16x16.png" sizes="16x16">