ok
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user