mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 16:49:42 +00:00
[Frontend] Fix paths, includes
#702 Per https://github.com/nasa/openmctweb/pull/702; Removed include of _logo-and-bg.scss into _about.scss;
This commit is contained in:
@ -33,8 +33,8 @@
|
|||||||
mct.run();
|
mct.run();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<link rel="stylesheet" href="/platform/commonUI/general/res/css/startup-base.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="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-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-96x96.png" sizes="96x96">
|
||||||
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-16x16.png" sizes="16x16">
|
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-16x16.png" sizes="16x16">
|
||||||
|
@ -20,9 +20,7 @@
|
|||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
// General About dialog styling
|
// General About dialog styling
|
||||||
|
// Depends on styles loaded via /platform/commonUI/general/res/sass/startup-base.scss
|
||||||
@import "logo-and-bg";
|
|
||||||
|
|
||||||
.l-about {
|
.l-about {
|
||||||
&.abs {
|
&.abs {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@ -67,4 +65,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,10 +40,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
// NASA logo
|
// NASA logo, dude
|
||||||
$w: 5%;
|
$w: 5%;
|
||||||
$m: 10px;
|
$m: 10px;
|
||||||
background-image: url('/platform/commonUI/general/res/images/logo-nasa.svg');
|
background-image: url('../images/logo-nasa.svg');
|
||||||
top: $m;
|
top: $m;
|
||||||
right: auto;
|
right: auto;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
|
Reference in New Issue
Block a user