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");
|
||||
/* 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;
|
||||
|
||||
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-weight: 500;
|
||||
line-height: 1.25;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.required-mark {
|
||||
@@ -1075,6 +1076,14 @@ img {
|
||||
input,
|
||||
select {
|
||||
height: 56px;
|
||||
|
||||
}
|
||||
select {
|
||||
/* 1. Сбрасываем стандартный стиль браузера (стрелка исчезнет) */
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
background-color: #1f2325;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
||||
Reference in New Issue
Block a user