feat: add collections page

This commit is contained in:
Kentai Radiquum 2024-08-13 13:24:11 +05:00
parent dbe9eba23f
commit 9e843be11f
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
7 changed files with 338 additions and 0 deletions

View file

@ -0,0 +1,15 @@
.swiper-button:global(.swiper-button-disabled) {
opacity: 0 !important;
}
.section .swiper-button {
display: none !important;
}
@media (hover: hover) {
.section:hover .swiper-button {
display: flex !important;
width: 64px;
height: 64px;
}
}