mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
change label styling for view of resource/charge (suggestion)
This commit is contained in:
parent
7f1083aa40
commit
5dc117037d
@ -13,12 +13,12 @@
|
|||||||
}
|
}
|
||||||
.budget-table {
|
.budget-table {
|
||||||
th.charge {
|
th.charge {
|
||||||
background-color: #e03851;
|
background-color: #e03851d7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.budget-table {
|
.budget-table {
|
||||||
th.resource {
|
th.resource {
|
||||||
background-color: #6d9e63;
|
background-color: #6d9e63d8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.budget-table {
|
.budget-table {
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<div class="item-row">
|
<div class="item-row">
|
||||||
<h2 class="badge-title">
|
<h2 class="badge-title">
|
||||||
<span class="title_label title_label_charge"></span>
|
<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>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-row separator">
|
<div class="item-row separator">
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<div class="item-row">
|
<div class="item-row">
|
||||||
<h2 class="badge-title">
|
<h2 class="badge-title">
|
||||||
<span class="title_label title_label_resource"></span>
|
<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>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-row separator">
|
<div class="item-row separator">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user