change label styling for view of resource/charge (suggestion)

This commit is contained in:
Julie Lenaerts 2022-03-02 12:02:40 +01:00
parent 7f1083aa40
commit 5dc117037d
3 changed files with 4 additions and 4 deletions

View File

@ -13,12 +13,12 @@
}
.budget-table {
th.charge {
background-color: #e03851;
background-color: #e03851d7;
}
}
.budget-table {
th.resource {
background-color: #6d9e63;
background-color: #6d9e63d8;
}
}
.budget-table {

View File

@ -25,7 +25,7 @@
<div class="item-row">
<h2 class="badge-title">
<span class="title_label title_label_charge"></span>
<span class="title_action title_action_charge">{{ element.type|budget_element_type_display('charge') }}</span>
<span class="title_action">{{ element.type|budget_element_type_display('charge') }}</span>
</h2>
</div>
<div class="item-row separator">

View File

@ -25,7 +25,7 @@
<div class="item-row">
<h2 class="badge-title">
<span class="title_label title_label_resource"></span>
<span class="title_action title_action_resource">{{ element.type|budget_element_type_display('resource') }}</span>
<span class="title_action title_action">{{ element.type|budget_element_type_display('resource') }}</span>
</h2>
</div>
<div class="item-row separator">