Add popup css class and display basket error messages with it on counter click

This commit is contained in:
2024-12-24 00:29:23 +01:00
parent c80fe094a2
commit 138e1662c7
2 changed files with 21 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<p
x-cloak
class="alert alert-red snackbar"
class="alert alert-red popup"
x-show="alertMessage.show"
x-transition.duration.500ms
x-text="alertMessage.content"