Implement Category
This commit is contained in:
parent
320d68e27f
commit
4f0a6795ad
5 changed files with 114 additions and 8 deletions
|
@ -11,6 +11,14 @@
|
|||
@apply transition-all px-2 py-6 text-sm rounded-lg bg-slate-300/60 hover:bg-blue-500 hover:text-slate-50
|
||||
}
|
||||
|
||||
.sidebar-component-left {
|
||||
@apply transition-all px-2 py-6 text-sm rounded-l-lg bg-slate-300/60 group-hover:bg-blue-500 group-hover:text-slate-50
|
||||
}
|
||||
|
||||
.sidebar-component-right {
|
||||
@apply transition-all px-2 py-6 text-sm rounded-r-lg bg-slate-400/60 group-hover:bg-blue-600 group-hover:text-slate-50
|
||||
}
|
||||
|
||||
.sidebar-component-card {
|
||||
@apply transition-all overflow-hidden text-sm rounded-lg bg-slate-300/60 hover:bg-slate-300
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue