add split bill choice bottom sheet

This commit is contained in:
2025-12-03 01:53:28 +03:00
parent c43708be6d
commit 265fb4b983
8 changed files with 359 additions and 3 deletions

View File

@@ -0,0 +1,48 @@
.inputField {
height: 50px;
}
.editButton {
color: var(--primary);
font-size: 14px;
cursor: pointer;
}
.textArea {
border-radius: 24px;
margin: 40px 0;
}
.actionButton {
border-radius: 24px;
width: 100% !important;
height: 48px !important;
}
.backToHomePage {
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;
}
.backToHomePage :global(.ant-card-body) {
padding: 0px !important;
text-align: start;
width: 100%;
}
.nextIcon {
width: 24px;
height: 24px;
}
.backIcon {
width: 24px;
height: 24px;
}