[O] Inline overall-bar scss

This commit is contained in:
Hykilpikonna
2019-10-14 22:08:51 -04:00
parent b7f7e168b9
commit 2d1242f3c0
2 changed files with 9 additions and 8 deletions
@@ -1,7 +0,0 @@
#overall-bar
{
.graph
{
margin-top: 50px;
}
}
@@ -6,4 +6,12 @@
</template>
<script src="./overall-bar.ts" lang="ts"></script>
<style src="./overall-bar.scss" lang="scss"></style>
<style lang="scss">
#overall-bar
{
.graph
{
margin-top: 50px;
}
}
</style>