Css update

This commit is contained in:
Amanmyrat 2023-09-15 16:22:36 +05:00
parent 776ce81a5b
commit 61243f2298
3 changed files with 16 additions and 12 deletions

View File

@ -7,6 +7,7 @@
@include transition;
position: relative;
top: 0;
z-index: 101;
&.fixed {
position: fixed;
@ -554,6 +555,7 @@
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 65px;
margin-bottom: 50px;
@ -571,9 +573,8 @@
}
&-input {
width: calc(100% - 176px);
width: calc(100% - 200px);
// max-width: 1200px;
margin-right: 30px;
input {
background: #fff;

View File

@ -225,16 +225,16 @@
&-title {
font-weight: 700;
font-size: 38px;
line-height: 59px;
font-size: 32px;
line-height: 1.3;
color: $gray;
margin-bottom: 30px;
}
&-txt {
font-weight: 400;
font-size: 20px;
line-height: 35px;
font-size: 18px;
line-height: 1.5;
color: $gray;
margin-bottom: 15px;

View File

@ -157,6 +157,7 @@ input[type=date]::-webkit-calendar-picker-indicator {
-moz-transition: all 0.2s ease-in-out 0s;
position: relative;
top: 0;
z-index: 101;
}
.header.fixed {
position: fixed;
@ -711,6 +712,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 65px;
margin-bottom: 50px;
}
@ -726,8 +730,7 @@ input[type=date]::-webkit-calendar-picker-indicator {
color: #FFB100;
}
.menu_search-input {
width: calc(100% - 176px);
margin-right: 30px;
width: calc(100% - 200px);
}
.menu_search-input input {
background: #fff;
@ -2668,15 +2671,15 @@ input[type=date]::-webkit-calendar-picker-indicator {
}
.about_item-title {
font-weight: 700;
font-size: 38px;
line-height: 59px;
font-size: 32px;
line-height: 1.3;
color: #292929;
margin-bottom: 30px;
}
.about_item-txt {
font-weight: 400;
font-size: 20px;
line-height: 35px;
font-size: 18px;
line-height: 1.5;
color: #292929;
margin-bottom: 15px;
}