Update button styles and adjust font sizes in SCSS; modify table classes in finance templates

This commit is contained in:
2024-12-08 22:27:44 +01:00
parent 774a2c8cc7
commit f140d4ecbd
5 changed files with 20 additions and 19 deletions

View File

@@ -100,9 +100,9 @@
</select>
</div>
<div class="categories">
<table class="table table-sm" style="background: #FFF;">
<table class="table" style="background: #FFF;">
<thead>
<tr class="dark">
<tr>
<th>Kategoria <a href="/finances/category_edit/" class="btn btn-success btn-xs btn-add-category" title="dodaj kategorię"><i class="fa fa-plus"></i></a></th>
<th class="text-right" style="width: 100px;">Koszty</th>
<th class="text-right" style="width: 50px;">Ilość</th>
@@ -228,9 +228,9 @@
</div>
</div>
<div class="column-right">
<table class="table table-sm" style="background: #FFF;">
<table class="table" style="background: #FFF;">
<thead>
<tr class="dark">
<tr>
<th class="text-right" style="width: 90px;">Data</th>
<th class="text-right" style="width: 100px;">Kwota</th>
<th>Szczegóły</th>