mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
Restored Index Agnostic
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
.root {
|
||||
@apply w-full;
|
||||
@apply w-full relative;
|
||||
height: 320px;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
@apply flex flex-row items-center;
|
||||
}
|
||||
|
||||
& > * {
|
||||
@apply flex-1 px-16 py-4;
|
||||
width: 430px;
|
||||
}
|
||||
.container > * {
|
||||
@apply relative flex-1 px-16 py-4 h-full;
|
||||
min-height: 320px;
|
||||
}
|
||||
|
||||
.primary {
|
||||
|
Reference in New Issue
Block a user