added logic payments modal

This commit is contained in:
Kostya
2023-11-26 16:15:24 +03:00
parent f96a7acf38
commit e566193454
3 changed files with 69 additions and 5 deletions

View File

@@ -0,0 +1,24 @@
.payment-modal {
position: absolute;
top: 20%;
left: 35%;
}
.payments-modal__content {
background: #000;
width: 400px;
height: 200px;
text-align: center;
display: flex;
justify-content: space-between;
}
.payments-modal__content button {
background: #fff;
border: none;
color: #ff0000;
width: 40px;
height: 40px;
font-size: 40px;
cursor: pointer;
}