Merge branch 'master' of https://github.com/brkcvn/akaunting into code-clean

This commit is contained in:
Burak Civan
2022-08-04 09:41:01 +03:00
19 changed files with 355580 additions and 589 deletions

356076
public/css/app.css vendored

File diff suppressed because it is too large Load Diff

27
public/css/print.css vendored
View File

@ -25,10 +25,14 @@ th, td
margin-bottom: 9px;
}
.right-column {
html[dir='ltr'] .right-column {
text-align: right;
}
html[dir='rtl'] .right-column {
text-align: left;
}
.small-text {
font-size: 10px;
}
@ -239,16 +243,26 @@ html[dir='rtl'] .border-radius-last {
border-radius: 10px 0px 0px 10px;
}
.float-left
html[dir='ltr'] .float-left
{
float: left !important;
}
.float-right
html[dir='rtl'] .float-left
{
float: right !important;
}
html[dir='ltr'] .float-right
{
float: right !important;
}
html[dir='rtl'] .float-right
{
float: left !important;
}
.font-size-unset
{
font-size: unset;
@ -291,11 +305,16 @@ html[dir='rtl'] .text-alignment-right {
text-align: left !important;
}
.text-right
html[dir='ltr'] .text-right
{
text-align: right;
}
html[dir='rtl'] .text-right
{
text-align: left;
}
.text-center
{
text-align: center;