You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
173 lines
2.9 KiB
173 lines
2.9 KiB
@import "./constants/size.scss"; |
|
@import "./constants/colors.scss"; |
|
@import "./views/Home/Landscape/Page1/index.scss"; |
|
@import "./views/Home/Landscape/Page2/index.scss"; |
|
@import "./views/Home/Landscape/Page2/Mobile/index"; |
|
@import "./views/Home/Landscape/Page1/Lights/index.scss"; |
|
|
|
* { |
|
font-family: Regular; |
|
} |
|
|
|
.ltr { |
|
direction: ltr; |
|
} |
|
|
|
.rtl { |
|
direction: rtl; |
|
} |
|
|
|
.scrolling-carousel button { |
|
display: none; |
|
} |
|
|
|
.bold { |
|
font-family: ExtraBold; |
|
} |
|
|
|
.shadow-all { |
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); |
|
} |
|
|
|
//slider |
|
.styles-module_item-tracker__3bypy { |
|
padding-top: 20px !important; |
|
// transform: translateY(-20px) !important; |
|
} |
|
|
|
iframe { |
|
z-index: 0 !important; |
|
display: none !important; |
|
} |
|
|
|
@font-face { |
|
font-family: Black; |
|
src: url("./assets/font/IranSansX/Farsi/Black.ttf"); |
|
} |
|
|
|
@font-face { |
|
font-family: Bold; |
|
src: url("./assets/font/IranSansX/Farsi/DemiBold.ttf"); |
|
} |
|
|
|
@font-face { |
|
font-family: DemiBold; |
|
src: url("./assets/font/IranSansX/Farsi/DemiBold.ttf"); |
|
} |
|
|
|
@font-face { |
|
font-family: ExtraBold; |
|
src: url("./assets/font/IranSansX/Farsi/ExtraBold.ttf"); |
|
} |
|
|
|
@font-face { |
|
font-family: Light; |
|
src: url("./assets/font/IranSansX/Farsi/Light.ttf"); |
|
} |
|
|
|
@font-face { |
|
font-family: Medium; |
|
src: url("./assets/font/IranSansX/Farsi/Medium.ttf"); |
|
} |
|
|
|
@font-face { |
|
font-family: Regular; |
|
src: url("./assets/font/IranSansX/Farsi/Regular.ttf"); |
|
} |
|
|
|
@font-face { |
|
font-family: Thin; |
|
src: url("./assets/font/IranSansX/Farsi/Thin.ttf"); |
|
} |
|
|
|
@font-face { |
|
font-family: UltraLight; |
|
src: url("./assets/font/IranSansX/Farsi/UltraLight.ttf"); |
|
} |
|
|
|
//map |
|
.mapboxgl-map { |
|
width: 100% !important; |
|
height: 100% !important; |
|
border-radius: 20px !important; |
|
|
|
.marker { |
|
width: 20px; |
|
height: 20px; |
|
} |
|
} |
|
|
|
.container { |
|
width: 100%; |
|
margin: 0px auto; |
|
} |
|
|
|
@media screen and (min-width: $xs) { |
|
.container { |
|
max-width: 80%; |
|
} |
|
} |
|
|
|
@media screen and (min-width: $lg) { |
|
.container { |
|
max-width: 100%; |
|
} |
|
} |
|
|
|
@media screen and (min-width: $xl) { |
|
.container { |
|
max-width: 1200px; |
|
} |
|
} |
|
|
|
@media screen and (min-width: $xxl) { |
|
.container { |
|
max-width: 1480px; |
|
} |
|
} |
|
|
|
.Toastify * { |
|
font-size: 13px; |
|
} |
|
|
|
.no-scrollbar::-webkit-scrollbar { |
|
display: none; |
|
} |
|
|
|
/* Hide scrollbar for IE, Edge and Firefox */ |
|
.no-scrollbar { |
|
-ms-overflow-style: none; /* IE and Edge */ |
|
scrollbar-width: none; /* Firefox */ |
|
} |
|
|
|
.line-clamp-3 { |
|
display: -webkit-box; |
|
-webkit-line-clamp: 3; |
|
-webkit-box-orient: vertical; |
|
overflow: hidden; |
|
} |
|
|
|
.scrollYDesign::-webkit-scrollbar { |
|
position: absolute; |
|
left: 1px; |
|
bottom: 0; |
|
z-index: 2; |
|
width: 4px; |
|
/* width: 5px !important; */ |
|
} |
|
|
|
.scrollYDesign::-webkit-scrollbar-button { |
|
display: none; |
|
appearance: none; |
|
} |
|
|
|
.scrollYDesign::-webkit-scrollbar-thumb { |
|
border-radius: 10px; |
|
background-color: #12cf7f; |
|
} |
|
|
|
.scrollYDesign::-webkit-scrollbar-track { |
|
background-color: transparent !important; |
|
display: none; |
|
appearance: none; |
|
}
|
|
|