style: add some style 2 #20
@@ -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");
|
@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/
|
/* http://meyerweb.com/eric/tools/css/reset/
|
||||||
v2.0 | 20110126
|
v2.0 | 20110126
|
||||||
@@ -958,6 +959,7 @@ img {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.booking__field .required-mark {
|
.booking__field .required-mark {
|
||||||
color: #cf1717;
|
color: #cf1717;
|
||||||
@@ -1023,6 +1025,13 @@ img {
|
|||||||
.booking select {
|
.booking select {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
|
.booking select {
|
||||||
|
/* 1. Сбрасываем стандартный стиль браузера (стрелка исчезнет) */
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
background-color: #1f2325;
|
||||||
|
}
|
||||||
.booking textarea {
|
.booking textarea {
|
||||||
min-height: 130px;
|
min-height: 130px;
|
||||||
padding: 16px 20px;
|
padding: 16px 20px;
|
||||||
|
|||||||
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1005,6 +1005,7 @@ img {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.required-mark {
|
.required-mark {
|
||||||
@@ -1075,7 +1076,15 @@ img {
|
|||||||
input,
|
input,
|
||||||
select {
|
select {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
select {
|
||||||
|
/* 1. Сбрасываем стандартный стиль браузера (стрелка исчезнет) */
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
background-color: #1f2325;
|
||||||
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
min-height: 130px;
|
min-height: 130px;
|
||||||
@@ -1933,7 +1942,7 @@ img {
|
|||||||
.service-card__title {
|
.service-card__title {
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
&__brand p {
|
&__brand p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user