modal_form
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 24s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 24s
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user