Discover: sidebarFilter toggle button done.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
}
|
||||
|
||||
/* Primevue */
|
||||
/* sidebar */
|
||||
.p-sidebar-left {
|
||||
@apply ml-14
|
||||
}
|
||||
@@ -32,11 +33,19 @@
|
||||
.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)]
|
||||
}
|
||||
/* inputswitch */
|
||||
.p-inputswitch {
|
||||
@apply !w-11 !h-6
|
||||
}
|
||||
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
||||
@apply !bg-primary
|
||||
}
|
||||
.p-inputswitch .p-inputswitch-slider:before {
|
||||
@apply !w-5 !h-5 !left-0.5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user