Markup / scss refactor WIP

Fixes #2140
- Mixins file added;
- Markup and -shell CSS from codepen brought over;
This commit is contained in:
charlesh88
2018-08-08 16:04:41 -07:00
parent fe2667285e
commit 50be483421
4 changed files with 200 additions and 29 deletions

View File

@ -1,16 +1,9 @@
<template>
<div class="MCT_Status">I'm the status bar</div>
<div class="l-shell-head">I'm the status bar</div>
</template>
<style lang="scss">
.MCT_Status {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 20px;
background: black;
}
</style>
<script>