Merge branch 'main' of github.com:zeon-studio/hugoplate

This commit is contained in:
Sojon
2023-05-29 16:19:03 +06:00
4 changed files with 63 additions and 13 deletions

View File

@@ -38,16 +38,6 @@ main {
}
}
.share-icons {
.share-link {
@apply h-9 w-9 rounded leading-9;
@apply bg-primary hover:bg-primary dark:bg-darkmode-primary dark:hover:bg-darkmode-primary;
}
.share-icon svg {
@apply dark:fill-dark;
}
}
// swiper pagination
.swiper-pagination-bullet {
@apply bg-theme-light dark:bg-darkmode-theme-light h-2.5 w-2.5 opacity-100;

View File

@@ -3,6 +3,17 @@
@apply overflow-hidden rounded;
}
// share icons
.share-icons {
.share-link {
@apply h-9 w-9 rounded leading-9;
@apply bg-primary hover:bg-primary dark:bg-darkmode-primary dark:hover:bg-darkmode-primary;
}
.share-icon svg {
@apply dark:fill-dark;
}
}
// tab
.tab {
@apply border-border dark:border-darkmode-border overflow-hidden rounded-lg border;