This commit is contained in:
2023-07-28 16:31:31 +03:00
parent 33fc6b2063
commit eaca92106d
3 changed files with 25 additions and 9 deletions

View File

@@ -1,6 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
/* Reset and base styles */
* {
padding: 0px;
@@ -82,6 +79,11 @@ button::-moz-focus-inner {
label {
cursor: pointer;
margin-bottom: 7px;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
}
legend {
@@ -967,9 +969,6 @@ div.from_to_country>div>input:nth-child(3){
height: 60px;
}
input[type="datetime-local"] {
width: 160px;
}
div.departure_arrival>div>input{
@@ -986,6 +985,8 @@ div.departure_arrival>div>input{
width: 392px;
height: 60px;
padding-left: 2px;
/*background: white url("/static/img/svg/Calendar.svg") no-repeat calc(100% - 3px) center;*/
}
@@ -1102,6 +1103,14 @@ input#id_extra_phone
appearance: none;
}
/*.info_profile>label{*/
/* font-family: Inter;*/
/* font-size: 16px;*/
/* font-style: normal;*/
/* font-weight: 500;*/
/* line-height: 22px;*/
/*}*/
/*my routes*/