[M] Rename unread-entry class to assignment-entry
This commit is contained in:
@@ -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}`">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user