tidy up assets files.

This commit is contained in:
chiayin
2023-04-18 11:13:09 +08:00
parent ca781f3938
commit cee72bb8da
8 changed files with 103 additions and 101 deletions

34
src/assets/vendors.css Normal file
View File

@@ -0,0 +1,34 @@
/* import Google font icon */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
/* icon default set */
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 40
}
/* Primevue */
.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)]
}