feat: implement cart overlay and dropdown with styling for improved user experience
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
<span class="cart-total-text">TOTAL:</span>
|
||||
<span class="cart-total-text">{{ formattedTotal() }}</span>
|
||||
</div>
|
||||
|
||||
<div class="cart-actions mt-3">
|
||||
<ng-content />
|
||||
</div>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user