modal_form
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 24s

This commit is contained in:
Vsevo;od
2023-07-30 04:42:30 +03:00
parent 8a6f3ac806
commit 8e16dfe567
2 changed files with 29 additions and 9 deletions

View File

@ -897,7 +897,8 @@ footer {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
height: 60%
max-height: 80px;
min-height: 50px;
}
.bank_form {
@ -919,7 +920,23 @@ footer {
top: 70px;
left: 270px
}
.bank_procent_text {
color: #646464;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
}
.bank_procent {
color: #43CA79;
font-family: Roboto;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.form_btn {
display: -webkit-box;
display: -ms-flexbox;
@ -933,7 +950,8 @@ footer {
width: 150px;
background-color: #20d37d;
border-radius: 20px;
color: #fff
color: #fff;
font-size:30px;
}
.form_btn_img {