refs #2590 Wizard currencies added default currency

This commit is contained in:
Cüneyt Şentürk
2022-09-05 09:25:37 +03:00
parent 6f69914951
commit 4d5781cbc5
8 changed files with 559 additions and 438 deletions

8
public/css/app.css vendored
View File

@ -48204,6 +48204,10 @@ body{
grid-column: span 7 / span 7;
}
.sm\:col-span-12{
grid-column: span 12 / span 12;
}
.sm\:row-span-2{
grid-row: span 2 / span 2;
}
@ -48316,6 +48320,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;