* Separate Vue component styles out from SFCs. * Added 'MCT.prototype.getAssetPath' and using 'openmct.setAssetPath' to get relative path for assets. * Re-implements `openmct.plugins.Snow()`, and `openmct.plugins.Espresso()` (as well as a new theme `openmct.plugins.Maelstron()`)
6 lines
150 B
SCSS
6 lines
150 B
SCSS
.l-shell__app-logo {
|
|
cursor: pointer;
|
|
width: 70px;
|
|
height: 20px;
|
|
background: url('assets/images/logo-openmct.svg') center no-repeat;
|
|
} |