You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/gallery/AparatGallery/AparatGallery.scss

36 lines
718 B
SCSS

#AparatGallery {
// scss
#aparat-main-image {
height: 80vh;
width: 100%;
object-fit: cover;
}
.aparat-list {
display: flex;
overflow-x: auto;
scroll-behavior: smooth;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* Internet Explorer 10+ */
.aparat-item {
min-width: 350px;
display: inline-block;
.aparat-link {
img {
height: 20vh;
width: 100%;
object-fit: cover;
}
}
}
&::-webkit-scrollbar {
display: none; /* WebKit */
}
}
}