|
|
@ -5,34 +5,33 @@ |
|
|
|
@import "./views/Home/Landscape/Page2/Mobile/index"; |
|
|
|
@import "./views/Home/Landscape/Page2/Mobile/index"; |
|
|
|
@import "./views/Home/Landscape/Page1/Lights/index.scss"; |
|
|
|
@import "./views/Home/Landscape/Page1/Lights/index.scss"; |
|
|
|
|
|
|
|
|
|
|
|
*{ |
|
|
|
* { |
|
|
|
font-family: Regular; |
|
|
|
font-family: Regular; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ltr { |
|
|
|
.ltr{ |
|
|
|
|
|
|
|
direction: ltr; |
|
|
|
direction: ltr; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.rtl{ |
|
|
|
.rtl { |
|
|
|
direction: rtl; |
|
|
|
direction: rtl; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.scrolling-carousel button{ |
|
|
|
.scrolling-carousel button { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bold{ |
|
|
|
.bold { |
|
|
|
font-family: ExtraBold; |
|
|
|
font-family: ExtraBold; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.shadow-all{ |
|
|
|
.shadow-all { |
|
|
|
box-shadow: 0px 0px 10px rgba(0,0,0,0.08); |
|
|
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//slider |
|
|
|
//slider |
|
|
|
.styles-module_item-tracker__3bypy{ |
|
|
|
.styles-module_item-tracker__3bypy { |
|
|
|
padding-top : 20px !important; |
|
|
|
padding-top: 20px !important; |
|
|
|
// transform: translateY(-20px) !important; |
|
|
|
// transform: translateY(-20px) !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -82,45 +81,46 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//map |
|
|
|
//map |
|
|
|
.mapboxgl-map{ |
|
|
|
.mapboxgl-map { |
|
|
|
width: 100% !important; |
|
|
|
width: 100% !important; |
|
|
|
height: 100% !important; |
|
|
|
height: 100% !important; |
|
|
|
border-radius: 20px !important; |
|
|
|
border-radius: 20px !important; |
|
|
|
.marker{ |
|
|
|
|
|
|
|
|
|
|
|
.marker { |
|
|
|
width: 20px; |
|
|
|
width: 20px; |
|
|
|
height: 20px |
|
|
|
height: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.container{ |
|
|
|
.container { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
margin : 0px auto; |
|
|
|
margin: 0px auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width : $xs){ |
|
|
|
@media screen and (min-width: $xs) { |
|
|
|
.container{ |
|
|
|
.container { |
|
|
|
max-width: 80%; |
|
|
|
max-width: 80%; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width : $lg){ |
|
|
|
@media screen and (min-width: $lg) { |
|
|
|
.container{ |
|
|
|
.container { |
|
|
|
max-width: 100%; |
|
|
|
max-width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width : $xl){ |
|
|
|
@media screen and (min-width: $xl) { |
|
|
|
.container{ |
|
|
|
.container { |
|
|
|
max-width: 1200px; |
|
|
|
max-width: 1200px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width : $xxl) { |
|
|
|
@media screen and (min-width: $xxl) { |
|
|
|
.container{ |
|
|
|
.container { |
|
|
|
max-width: 1480px; |
|
|
|
max-width: 1480px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.Toastify *{ |
|
|
|
.Toastify * { |
|
|
|
font-size: 13px; |
|
|
|
font-size: 13px; |
|
|
|
} |
|
|
|
} |
|
|
|