[S] Apply dark background to course page too

This commit is contained in:
Hykilpikonna
2019-11-10 14:21:41 -05:00
parent fb90900045
commit 380023668f
2 changed files with 6 additions and 9 deletions
+3 -2
View File
@@ -65,12 +65,13 @@
.entry-box.percent {background-color: #a7a490 !important}
.course-name {color: #cffff6 !important}
.course-card-content.expand, .assignment-entry, .unread-row, .unread-row .el-col
.course-card-content.expand, .assignment-entry, .unread-row,
.unread-row .el-col, #assignment-type-head, .course-page-graph.el-col
{
background-color: var(--dark-layer-3) !important;
}
.overall-span.el-col
.overall-span.el-col, .course-page-graph.el-col
{
div, span
{
+3 -7
View File
@@ -4,25 +4,21 @@
<div class="course-card-content expand">
<el-row>
<el-col :span="24">
<el-col :span="24" class="course-page-graph">
<el-card class="large overall-line-card vertical-center">
<course-scatter :course="course"></course-scatter>
</el-card>
</el-col>
<el-col :span="0">
</el-col>
</el-row>
<el-row>
<el-col :span="12">
<el-col :span="12" class="course-page-graph">
<el-card class="large overall-line-card vertical-center type-graph"
body-style="padding: 0">
<TypeRadar :course="course"></TypeRadar>
</el-card>
</el-col>
<el-col :span="12">
<el-col :span="12" class="course-page-graph">
<el-card class="large overall-line-card vertical-center type-graph"
body-style="padding: 0">
<TypePie :course="course"></TypePie>