style: add some style 2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user