fix publication details

This commit is contained in:
peter.maquiran
2025-09-11 11:20:44 +01:00
parent 69e4334ebf
commit 5f7295d41c
74 changed files with 1639 additions and 678 deletions
+21
View File
@@ -1723,3 +1723,24 @@ h5, .buttons{
background-color: red;
}
}
/* Change arrow color */
::ng-deep .swiper-button-next,
::ng-deep .swiper-button-prev {
color: #2563eb; /* Tailwind blue-600 */
}
/* Change arrow icon size */
::ng-deep .swiper-button-next:after,
::ng-deep .swiper-button-prev:after {
font-size: 28px; /* bigger */
font-weight: bold;
}
/* Example: use emoji instead of default icon */
::ng-deep .swiper-button-next:after {
content: '👉';
}
::ng-deep .swiper-button-prev:after {
content: '👈';
}