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

This commit is contained in:
Burak Civan
2022-10-11 10:34:11 +03:00
25 changed files with 260 additions and 70 deletions

21
public/css/app.css vendored
View File

@@ -51707,6 +51707,10 @@ body{
right: 6rem;
}
.lg\:top-2{
top: 0.5rem;
}
.lg\:col-span-5{
grid-column: span 5 / span 5;
}
@@ -51800,8 +51804,21 @@ body{
height: 1rem;
}
<<<<<<< HEAD
.lg\:w-18{
width: 4.5rem;
=======
.lg\:h-12{
height: 3rem;
}
.lg\:h-auto{
height: auto;
}
.lg\:w-9{
width: 2.25rem;
>>>>>>> e8693a3c924c3442b8be7a2ad7bdf8525ed982d4
}
.lg\:w-1\/2{
@@ -51884,6 +51901,10 @@ body{
width: 24rem;
}
.lg\:w-auto{
width: auto;
}
.lg\:w-2\/4{
width: 50%;
}