Theming (#2567)
* 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()`)
This commit is contained in:
6
src/ui/layout/app-logo.scss
Normal file
6
src/ui/layout/app-logo.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
.l-shell__app-logo {
|
||||
cursor: pointer;
|
||||
width: 70px;
|
||||
height: 20px;
|
||||
background: url('assets/images/logo-openmct.svg') center no-repeat;
|
||||
}
|
||||
Reference in New Issue
Block a user