Commit fee4b6bb8b50502a9930edd4c3e02923375847e4
1 parent
40e06695
first
Showing
1 changed file
with
20 additions
and
0 deletions
Show diff stats
frontend/web/css/vacancies.css
... | ... | @@ -547,4 +547,24 @@ a.special-talents-text-2-img:hover { |
547 | 547 | display: none; |
548 | 548 | opacity: 0; |
549 | 549 | z-index: 999992; |
550 | +} | |
551 | +.vacancies_form input{ | |
552 | + width: 260px; | |
553 | + margin: 0; | |
554 | + padding: 7px 0; | |
555 | + font-size: 13px; | |
556 | + color: #1d275b; | |
557 | + background: #fff; | |
558 | + border: none; | |
559 | + border-bottom: 1px solid #1d275b; | |
560 | +} | |
561 | +.vacancies_form textarea{ | |
562 | + width: 260px; | |
563 | + margin: 0; | |
564 | + padding: 7px 0; | |
565 | + font-size: 13px; | |
566 | + color: #1d275b; | |
567 | + background: #fff; | |
568 | + border: none; | |
569 | + border-bottom: 1px solid #1d275b; | |
550 | 570 | } |
551 | 571 | \ No newline at end of file | ... | ... |