This commit is contained in:
insvrgent
2025-02-10 16:00:27 +07:00
parent 49f6b37905
commit 2a762a9610
4 changed files with 42 additions and 33 deletions

View File

@@ -135,7 +135,7 @@
.itemWrapper {
position: relative;
}
.editModeLayout {
.editModeLayout {
border-radius: 4px;
position: absolute;
z-index: 100;
@@ -143,11 +143,11 @@
width: 100%;
top: 7px;
bottom: -4px;
display: flex
;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-direction: column;
justify-content: space-between;
font-size: 14px;
}
.PaymentOption {
@@ -197,7 +197,7 @@
font-size: 32px;
width: 80vw;
height: 18vw;
height: 70px;
border-radius: 50px;
background-color: rgba(88, 55, 50, 1);
color: white;