mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
Markup / scss refactor WIP
- Add normalize.min to styles-new; - Factor components to be more standalone, very WIP;
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<div class="l-shell-head">I'm the status bar</div>
|
||||
<span class="c-status">
|
||||
<span ="" Status="" element =""></span>
|
||||
</span>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
@ -7,6 +9,6 @@
|
||||
</style>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
}
|
||||
export default {
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user