Merge branch 'master' of https://github.com/brkcvn/akaunting into code-clean
This commit is contained in:
8
public/css/app.css
vendored
8
public/css/app.css
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user