mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
restore badge-title appearance
This commit is contained in:
parent
37ed6b7591
commit
a6cc6221d6
@ -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
|
/// dashboard_like_badge in AccompanyingCourse Work list Page
|
||||||
div.accompanying_course_work-list {
|
div[class*='accompanying_course_work'] {
|
||||||
div.dashboard,
|
div.dashboard,
|
||||||
h2.badge-title {
|
h2.badge-title {
|
||||||
span.title_label {
|
span.title_label {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="workEditor" class="my-4">
|
<div id="workEditor" class="accompanying_course_work_edit my-4">
|
||||||
<div id="title" class="action-row">
|
<div id="title" class="action-row">
|
||||||
<div>
|
<div>
|
||||||
<p class="wl-item social-issues">
|
<p class="wl-item social-issues">
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="badge-title">
|
<h2 class="badge-title">
|
||||||
<span class="title_label">Action</span>
|
<span class="title_label"></span>
|
||||||
<span class="title_action">{{ work.socialAction.text }}</span>
|
<span class="title_action">{{ work.socialAction.text }}</span>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user