UI:_ convert sidebar.css into tailwind notation
This commit is contained in:
@@ -8,11 +8,7 @@
|
|||||||
/* Sidebar Structure */
|
/* Sidebar Structure */
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
min-width: theme(width.72);
|
@apply bg-inv-2 h-full border border-solid border-inv-2 min-w-72 rounded-xl;
|
||||||
height: 100%;
|
|
||||||
background-color: var(--clr-bg-inv-2);
|
|
||||||
border: 1px solid var(--clr-border-inv-2);
|
|
||||||
border-radius: theme(borderRadius.xl);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar__body {
|
.sidebar__body {
|
||||||
|
|||||||
Reference in New Issue
Block a user