apply rate feature

This commit is contained in:
2025-11-24 00:46:14 +03:00
parent 6e8305f9c2
commit 7e5a5e30a4
7 changed files with 1074 additions and 36 deletions

View File

@@ -1,33 +1,49 @@
.homeServiceCard {
width: 100%;
height: 48px;
display: flex;
justify-content: flex-start;
padding: 12px 18px !important;
row-gap: 10px;
transition: all 0.3s ease;
border-radius: 50px;
background-color: rgba(234, 31, 34, 0.04);
color: #ea1f22;
}
.homeServiceCard :global(.ant-card-body) {
padding: 0px !important;
text-align: start;
width: 100%;
}
.serviceIcon path {
stroke: #ea1f22;
}
width: 100%;
height: 48px;
display: flex;
justify-content: flex-start;
padding: 12px 18px !important;
row-gap: 10px;
transition: all 0.3s ease;
border-radius: 50px;
background-color: rgba(234, 31, 34, 0.04);
color: #ea1f22;
}
.nextIcon {
width: 24px;
height: 24px;
}
.homeServiceCard :global(.ant-card-body) {
padding: 0px !important;
text-align: start;
width: 100%;
}
.backIcon {
width: 24px;
height: 24px;
}
.rateServiceCard{
width: 100%;
height: 48px;
display: flex;
justify-content: center;
padding: 12px 18px !important;
row-gap: 10px;
transition: all 0.3s ease;
border-radius: 50px;
}
.rateServiceCard :global(.ant-card-body) {
padding: 0px !important;
text-align: start;
width: 100%;
}
.serviceIcon path {
stroke: #ea1f22;
}
.nextIcon {
width: 24px;
height: 24px;
}
.backIcon {
width: 24px;
height: 24px;
}