Compare commits

...

2 Commits

Author SHA1 Message Date
ea036cce40 Merge pull request 'style: add some style 2' (#20) from style/design into main
All checks were successful
Deploy Olimparena / deploy (push) Successful in 13s
Reviewed-on: #20
2026-06-04 14:15:53 +00:00
7ac00579ca style: add some style 2 2026-06-04 17:09:03 +03: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;