added slider in saper-page, saper-menu

This commit is contained in:
Kostya
2024-01-19 15:23:43 +03:00
parent c20832953f
commit dd48dbf940
4 changed files with 74 additions and 8 deletions

View File

@@ -492,4 +492,32 @@ input[type="number"]::-webkit-outer-spin-button {
}
}
/* /Media */
/* /Media */
/* Swiper */
.swiper {
user-select: none;
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
display: flex;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper-pagination {
position: unset !important;
}
/* /Swiper */