style: add some style 2 #20

Merged
artem merged 1 commits from style/design into main 2026-06-04 14:15:53 +00:00
3 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700&family=Montserrat:wght@100;300;400;500;600;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
@@ -958,6 +959,7 @@ img {
font-size: 14px;
font-weight: 500;
line-height: 1.25;
display: none;
}
.booking__field .required-mark {
color: #cf1717;
@@ -1023,6 +1025,13 @@ img {
.booking select {
height: 56px;
}
.booking select {
/* 1. Сбрасываем стандартный стиль браузера (стрелка исчезнет) */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #1f2325;
}
.booking textarea {
min-height: 130px;
padding: 16px 20px;

File diff suppressed because one or more lines are too long

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;