|
|
|
@ -106,7 +106,7 @@ class TotalStore extends Card |
|
|
|
{ |
|
|
|
$content = parent::renderContent(); |
|
|
|
return <<<HTML |
|
|
|
<div class="d-flex justify-content-between align-items-center mt-1" style="margin-bottom: 2px"> |
|
|
|
<div class="d-flex justify-content-between bg-primary align-items-center mt-1" style="margin-bottom: 2px"> |
|
|
|
<h2 class="ml-1 font-large-1">{$content}</h2> |
|
|
|
</div> |
|
|
|
HTML; |
|
|
|
|