added styles for withdraw modal, payments modal

This commit is contained in:
Kostya
2023-12-13 23:10:43 +03:00
parent 24f928ed84
commit d22fc6499c
2 changed files with 21 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ input:focus {
.deposit-icon__input .promo-input,
.deposit-icon__input .deposit-amount__input,
.withdraw-input input{
.withdraw-input .with-input{
width: 350px;
height: 44px;
border-radius: 15px;
@@ -110,6 +110,16 @@ input:focus {
margin-top: 11px;
}
.withdraw-checkbox {
display: flex;
align-items: center;
margin-top: 11px;
}
.withdraw-checkbox h3 {
margin: 0 0 0 5px;
}
.checkbox-styles input[type="checkbox"] {
background: #22252F;
border-radius: 8px;
@@ -190,7 +200,7 @@ input[type="checkbox"]:checked::before {
}
.btn-withdraw {
margin-top: 30%;
margin-top: 15%;
}
/* /Withdraw */