Files
commerce/src/components/common/RecipeDetail/components/RecipeIngredient/RecipeIngredient.module.scss
lytrankieio123 31d0ec1331 🎨 styles: product detail page
:%s
2021-09-06 12:48:47 +07:00

22 lines
458 B
SCSS

@import "../../../../../styles/utilities";
.recipeIngredient {
padding: 6rem 0;
@screen md {
padding: 5.6rem 0;
}
.top {
@apply flex justify-between items-center spacing-horizontal;
}
.bottom {
@apply flex justify-center items-center spacing-horizontal;
margin-top: 4rem;
button {
width: 100%;
@screen md {
width: 39rem;
}
}
}
}