mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
🎨 styles: list product with info component
:%s
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@import '../../../styles/utilities';
|
||||
|
||||
.listProductWithInfo {
|
||||
background-color: #F5F4F2;
|
||||
@screen md {
|
||||
@apply flex;
|
||||
}
|
||||
.productsWrap {
|
||||
@apply custom-border-radius-lg;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user