feat: enhance product detail page with improved layout, styling, and functionality for attributes and purchase actions

This commit is contained in:
2026-06-30 10:59:53 -03:00
parent 57a1e66d1a
commit 6cba0cf779
5 changed files with 814 additions and 15 deletions

View File

@@ -2,6 +2,11 @@
display: inline-block;
}
:host(.product-detail__cta) {
display: block;
width: 100%;
}
.btn {
min-height: 40px;
font-weight: 700;
@@ -9,6 +14,10 @@
min-width: 216px;
}
:host(.product-detail__cta) .btn {
width: 100%;
}
.btn-primary,
.btn-secondary,
.btn-danger {