[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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user