style: add some style 2

This commit is contained in:
2026-06-04 17:09:03 +03:00
parent ac6ddd0b96
commit 7ac00579ca
3 changed files with 20 additions and 2 deletions

View File

@@ -1005,6 +1005,7 @@ img {
font-size: 14px;
font-weight: 500;
line-height: 1.25;
display:none;
}
.required-mark {
@@ -1075,7 +1076,15 @@ img {
input,
select {
height: 56px;
}
select {
/* 1. Сбрасываем стандартный стиль браузера (стрелка исчезнет) */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #1f2325;
}
textarea {
min-height: 130px;
@@ -1933,7 +1942,7 @@ img {
.service-card__title {
font-size: 19px;
}
.footer {
&__brand p {
font-size: 16px;