Discover: sidebar insight done

This commit is contained in:
chiayin
2023-03-14 17:02:09 +08:00
parent 159e2b29f4
commit 807218141e
8 changed files with 656 additions and 303 deletions

View File

@@ -1,3 +1,4 @@
@import './google.css';
@import './components.css';
@import './tailwind.css';
@import './google.css';
@import './primevue.css';

21
src/assets/primevue.css Normal file
View File

@@ -0,0 +1,21 @@
.p-sidebar-left {
@apply ml-14
}
.p-sidebar-mask {
height: calc(100vh - 104px) !important;
top: 104px !important;
}
.p-sidebar {
@apply !shadow-[1px_0px_4px_rgba(0,0,0,0.25)]
}
.p-sidebar-header {
@apply bg-neutral-200 border-b border-neutral-300 !py-2 !justify-between
};
.p-sidebar-right .p-sidebar-header {
@apply flex-row-reverse !justify-end text-neutral-500
}
.p-sidebar-right .p-sidebar {
@apply !shadow-[-1px_0px_4px_rgba(0,0,0,0.25)]
}