📝 Docs: 升级新版 NonePress 主题 (#2375)

This commit is contained in:
Ju4tCode
2023-09-27 16:00:26 +08:00
committed by GitHub
parent 7754f6da1d
commit 842c6ff4c6
234 changed files with 8759 additions and 5887 deletions

View File

@@ -0,0 +1,38 @@
.store {
&-title {
@apply text-center;
}
&-description {
@apply text-center;
}
&-searcher {
@apply max-w-2xl mx-auto my-4;
}
&-toolbar {
@apply flex items-center justify-center my-4;
&-filters {
@apply flex grow gap-2;
}
&-dropdown {
@apply w-36 z-10 m-0 p-2;
@apply rounded-md bg-base-100 shadow-lg border border-base-200;
}
}
&-loading {
@apply text-primary;
&-container {
@apply text-center;
}
}
&-container {
@apply grid grid-cols-[repeat(auto-fill,minmax(300px,1fr))] gap-6 mt-4 mb-8;
}
}