feat: enhance product detail page with improved layout, styling, and functionality for attributes and purchase actions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user