[M] Rename unread-entry class to assignment-entry

This commit is contained in:
Hykilpikonna
2019-11-06 22:17:25 -05:00
parent 19598f4a10
commit b05328888e
2 changed files with 4 additions and 4 deletions
@@ -1,6 +1,6 @@
// Row // Row
.unread-entry .assignment-entry
{ {
height: 40px; height: 40px;
padding: 0 10px 0 20px; padding: 0 10px 0 20px;
@@ -118,7 +118,7 @@
} }
// Narrow layout // Narrow layout
.unread-entry.narrow .assignment-entry.narrow
{ {
height: 34px; height: 34px;
} }
@@ -132,7 +132,7 @@
padding: 0 0 0 10px !important; padding: 0 0 0 10px !important;
} }
.unread-entry:first-child .assignment-entry:first-child
{ {
padding-top: 3px; padding-top: 3px;
@@ -1,5 +1,5 @@
<template> <template>
<div class="unread-entry vertical-center" <div class="assignment-entry vertical-center"
:class="narrow ? 'narrow' : ''" :class="narrow ? 'narrow' : ''"
:style="`background: ${backgroundColor}`"> :style="`background: ${backgroundColor}`">