Update button styles and adjust font sizes in SCSS; modify table classes in finance templates
This commit is contained in:
12
.vscode/ftp-kr.sync.cache.json
vendored
12
.vscode/ftp-kr.sync.cache.json
vendored
@@ -197,20 +197,20 @@
|
|||||||
"layout": {
|
"layout": {
|
||||||
"style.css": {
|
"style.css": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 16957,
|
"size": 17399,
|
||||||
"lmtime": 1733421927140,
|
"lmtime": 1733433255673,
|
||||||
"modified": false
|
"modified": false
|
||||||
},
|
},
|
||||||
"style.css.map": {
|
"style.css.map": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 30471,
|
"size": 31271,
|
||||||
"lmtime": 1733421927140,
|
"lmtime": 1733433255673,
|
||||||
"modified": false
|
"modified": false
|
||||||
},
|
},
|
||||||
"style.scss": {
|
"style.scss": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 21129,
|
"size": 21687,
|
||||||
"lmtime": 1733421927023,
|
"lmtime": 1733433255539,
|
||||||
"modified": false
|
"modified": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -95,7 +95,8 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&.btn_small {
|
&.btn_small,
|
||||||
|
&.btn-xs {
|
||||||
padding: 5px 7px;
|
padding: 5px 7px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
||||||
@@ -1116,27 +1117,27 @@ input[type="checkbox"] {
|
|||||||
color: $cBlack;
|
color: $cBlack;
|
||||||
|
|
||||||
&.zoom-100 {
|
&.zoom-100 {
|
||||||
font-size: 100%;
|
font-size: 130%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.zoom-90 {
|
&.zoom-90 {
|
||||||
font-size: 90%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.zoom-80 {
|
&.zoom-80 {
|
||||||
font-size: 90%;
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.zoom-70 {
|
&.zoom-70 {
|
||||||
font-size: 85%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.zoom-60 {
|
&.zoom-60 {
|
||||||
font-size: 85%;
|
font-size: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.zoom-50 {
|
&.zoom-50 {
|
||||||
font-size: 80%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.zoom-40 {
|
&.zoom-40 {
|
||||||
|
|||||||
@@ -100,9 +100,9 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="categories">
|
<div class="categories">
|
||||||
<table class="table table-sm" style="background: #FFF;">
|
<table class="table" style="background: #FFF;">
|
||||||
<thead>
|
<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>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: 100px;">Koszty</th>
|
||||||
<th class="text-right" style="width: 50px;">Ilość</th>
|
<th class="text-right" style="width: 50px;">Ilość</th>
|
||||||
@@ -228,9 +228,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column-right">
|
<div class="column-right">
|
||||||
<table class="table table-sm" style="background: #FFF;">
|
<table class="table" style="background: #FFF;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="dark">
|
<tr>
|
||||||
<th class="text-right" style="width: 90px;">Data</th>
|
<th class="text-right" style="width: 90px;">Data</th>
|
||||||
<th class="text-right" style="width: 100px;">Kwota</th>
|
<th class="text-right" style="width: 100px;">Kwota</th>
|
||||||
<th>Szczegóły</th>
|
<th>Szczegóły</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user