added styles for btn-dep in payments modal

This commit is contained in:
Kostya
2023-12-13 22:59:56 +03:00
parent 80879db5f1
commit 24f928ed84
2 changed files with 17 additions and 2 deletions

View File

@@ -141,7 +141,20 @@ input[type="checkbox"]:checked::before {
text-align: center;
align-items: center;
justify-content: center;
margin: 10% 6% 0 0;
margin: 5% 6% 0 0;
}
.btn-display-deposit {
display: flex;
flex-direction: column;
}
.btn-text-style p {
color: #949494F2;
font-weight: 700;
font-family: Montserrat Alternates;
font-size: 7.5px;
margin: 5px 0;
}
.btn-style-payments button {