refs #2590 Wizard currencies added default currency
This commit is contained in:
8
public/css/app.css
vendored
8
public/css/app.css
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user