restore badge-title appearance

This commit is contained in:
Mathieu Jaumotte 2021-12-16 22:35:47 +01:00
parent 37ed6b7591
commit a6cc6221d6
2 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ ul.columns { // XS:1 SM:2 MD:1 LG:2 XL:2 XXL:2
}
/// dashboard_like_badge in AccompanyingCourse Work list Page
div.accompanying_course_work-list {
div[class*='accompanying_course_work'] {
div.dashboard,
h2.badge-title {
span.title_label {

View File

@ -1,5 +1,5 @@
<template>
<div id="workEditor" class="my-4">
<div id="workEditor" class="accompanying_course_work_edit my-4">
<div id="title" class="action-row">
<div>
<p class="wl-item social-issues">
@ -9,7 +9,7 @@
</p>
</div>
<h2 class="badge-title">
<span class="title_label">Action</span>
<span class="title_label"></span>
<span class="title_action">{{ work.socialAction.text }}</span>
</h2>
</div>