mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 15:10:50 +00:00
* 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()`)
8 lines
108 B
SCSS
8 lines
108 B
SCSS
.c-box-view {
|
|
display: flex;
|
|
align-items: stretch;
|
|
|
|
.c-frame & {
|
|
@include abs();
|
|
}
|
|
} |