mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 07:00:49 +00:00
[Frontend] New logo art; paths changed
#164 Per comments in #702, abs paths changed to relative; New logo art for Open MCT added; CSS tweaked as needed;
This commit is contained in:
parent
1a2a2e66ca
commit
d203f3adc0
@ -40,7 +40,7 @@ $ueTopBarEditH: 30px;
|
|||||||
$ueTopBarBtnH: 35px;
|
$ueTopBarBtnH: 35px;
|
||||||
$ueFooterH: 25px;
|
$ueFooterH: 25px;
|
||||||
$ueColMargin: 1.5%;
|
$ueColMargin: 1.5%;
|
||||||
$ueAppLogoW: 105px;
|
$ueAppLogoW: 80px;
|
||||||
$ueEditToolBarH: 25px;
|
$ueEditToolBarH: 25px;
|
||||||
$ueCollapsedPaneEdgeM: 22px;
|
$ueCollapsedPaneEdgeM: 22px;
|
||||||
$uePaneMiniTabH: $ueTopBarH;
|
$uePaneMiniTabH: $ueTopBarH;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
.app-logo {
|
.app-logo {
|
||||||
background: url('/platform/commonUI/general/res/images/logo-app.svg') no-repeat center center;
|
background: url('../images/logo-app.svg') no-repeat center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.l-splash-holder {
|
.l-splash-holder {
|
||||||
@ -32,8 +32,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.s-splash {
|
.s-splash {
|
||||||
background-image: url('/platform/commonUI/general/res/images/bg-splash.jpg');
|
background-image: url('../images/bg-splash.jpg');
|
||||||
&:after {
|
&:after {
|
||||||
background-image: url('/platform/commonUI/general/res/images/logo-app-shdw.svg');
|
background-image: url('../images/logo-app-shdw.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -94,10 +94,11 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.app-logo {
|
.app-logo {
|
||||||
|
background-position: right center;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@include absPosDefault($interiorMargin);
|
@include absPosDefault($interiorMargin - 1);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
left: auto;
|
left: auto; right: $interiorMargin;
|
||||||
width: $ueAppLogoW;
|
width: $ueAppLogoW;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user