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

This commit is contained in:
Burak Civan
2022-09-07 09:56:41 +03:00
76 changed files with 1024 additions and 705 deletions

8
public/css/app.css vendored
View File

@@ -48183,8 +48183,8 @@ body{
grid-column: span 8 / span 8;
}
.sm\:col-span-7{
grid-column: span 7 / span 7;
.sm\:col-span-12{
grid-column: span 12 / span 12;
}
.sm\:row-span-2{
@@ -48299,6 +48299,10 @@ body{
grid-template-columns: repeat(8, minmax(0, 1fr));
}
.sm\:grid-cols-12{
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.sm\:flex-row{
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;