Merge branch 'master' of https://github.com/brkcvn/akaunting into new-plans

This commit is contained in:
Burak Civan
2022-10-04 09:56:45 +03:00
12 changed files with 2016 additions and 390 deletions

1616
public/css/app.css vendored

File diff suppressed because it is too large Load Diff

View File

@ -25,6 +25,10 @@ th, td
margin-bottom: 9px;
}
.print-report-padding {
padding-left: 25px;
}
html[dir='ltr'] .right-column {
text-align: right;
}
@ -63,6 +67,10 @@ html[dir='rtl'] .right-column {
margin-bottom: 8px;
}
.margin-bottom-12 {
margin: 12px 0;
}
.print-template .mt-1
{
margin-top: 8px;