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

View File

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