This commit is contained in:
SBD
2023-12-09 16:42:48 +03:00
parent b3c6ca20bb
commit 18355c5c54
3 changed files with 24 additions and 20 deletions

View File

@@ -484,7 +484,7 @@ body.n_scroll{
border: none;
border-bottom: 1px solid #E3E3E3;
width: calc(100% - 20px);
color: #10212B;
color: #000000;
/*font-family: -apple-system, 'Raleway-Regular', sans-serif;*/
font-size: 16px;
font-weight: 500;
@@ -495,13 +495,16 @@ body.n_scroll{
}
.input_form_consultation::placeholder{
color: #10212B;
color: #9a9a9a;
}
.label_consultation_form{
color: #000000;
color: #9a9a9a;
padding-left: 20px;
padding-bottom: 15px;
display: block;
font-weight: 400;
font-size: 16px;
}
.textarea_form_consultation{