cart & checkout: apply validation based on required inputs in each service & add phone input in checkout page

This commit is contained in:
2025-10-14 23:25:08 +03:00
parent af27d1e509
commit b88cc28c89
13 changed files with 186 additions and 113 deletions

View File

@@ -1,3 +1,7 @@
.youMightAlsoLikeTitle {
margin: 0 16px 16px 16px;
}
.youMightAlsoLikeContainer {
display: flex;
flex-direction: row;
@@ -66,6 +70,9 @@
.youMightAlsoLikeContainer {
height: 200px !important;
}
.youMightAlsoLikeTitle {
margin: 16px;
}
}
/* Hover effects for devices that support hover */