[-] Remove unused css section

This commit is contained in:
Hykilpikonna
2019-11-09 22:28:40 -05:00
parent e2c9d05a7e
commit c807d4aecb
2 changed files with 3 additions and 19 deletions
@@ -5,12 +5,4 @@
</template>
<script src="./course-scatter.ts" lang="ts"></script>
<style lang="scss" scoped>
#overall-bar
{
.graph
{
margin-top: 50px;
}
}
</style>
<style lang="scss" scoped></style>
+2 -10
View File
@@ -1,16 +1,8 @@
<template>
<div id="course-scatter">
<div id="type-radar">
<ve-radar height="450px" class="graph" :extend="{a: this.course.name}" :after-config="afterConfig"></ve-radar>
</div>
</template>
<script src="./type-radar.ts" lang="ts"></script>
<style lang="scss" scoped>
#overall-bar
{
.graph
{
margin-top: 50px;
}
}
</style>
<style lang="scss" scoped></style>