mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +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;
|
||||
$ueFooterH: 25px;
|
||||
$ueColMargin: 1.5%;
|
||||
$ueAppLogoW: 105px;
|
||||
$ueAppLogoW: 80px;
|
||||
$ueEditToolBarH: 25px;
|
||||
$ueCollapsedPaneEdgeM: 22px;
|
||||
$uePaneMiniTabH: $ueTopBarH;
|
||||
|
@ -20,7 +20,7 @@
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
.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 {
|
||||
@ -32,8 +32,8 @@
|
||||
}
|
||||
|
||||
.s-splash {
|
||||
background-image: url('/platform/commonUI/general/res/images/bg-splash.jpg');
|
||||
background-image: url('../images/bg-splash.jpg');
|
||||
&: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;
|
||||
}
|
||||
.app-logo {
|
||||
background-position: right center;
|
||||
box-sizing: border-box;
|
||||
@include absPosDefault($interiorMargin);
|
||||
@include absPosDefault($interiorMargin - 1);
|
||||
cursor: pointer;
|
||||
left: auto;
|
||||
left: auto; right: $interiorMargin;
|
||||
width: $ueAppLogoW;
|
||||
z-index: 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user