ui: drawing design
This commit is contained in:
@@ -109,6 +109,20 @@ body {
|
||||
@apply bg-neutral-50 dark:bg-neutral-950 bg-fixed;
|
||||
@apply bg-[url('~/assets/background-pattern.svg')] dark:bg-[url('~/assets/background-pattern-dark.svg')];
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
@apply w-1.5 h-1.5;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-track {
|
||||
@apply bg-neutral-300/20 dark:bg-neutral-700/20;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
@apply rounded;
|
||||
@apply bg-neutral-300 dark:bg-neutral-700;
|
||||
@apply hover:bg-neutral-400 hover:dark:bg-neutral-600;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style scoped>
|
||||
@@ -120,11 +134,11 @@ header {
|
||||
}
|
||||
|
||||
main {
|
||||
@apply min-h-[calc(100vh-4rem)] pt-16;
|
||||
@apply h-screen pt-16;
|
||||
}
|
||||
|
||||
footer {
|
||||
@apply h-16 bg-white border-t;
|
||||
@apply h-16 bg-white border-t z-30;
|
||||
@apply dark:bg-neutral-900 dark:border-neutral-800;
|
||||
@apply flex flex-row items-center justify-between px-4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user