Merge branch 'DevelopCkutls'

This commit is contained in:
Kostya
2024-01-19 19:07:39 +03:00
5 changed files with 83 additions and 11 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 */