UI:_ convert sidebar.css into tailwind notation

This commit is contained in:
Johannes Kirschbauer
2024-11-27 09:58:52 +01:00
parent a410e2d4f9
commit d887665c3d

View File

@@ -8,11 +8,7 @@
/* Sidebar Structure */
.sidebar {
min-width: theme(width.72);
height: 100%;
background-color: var(--clr-bg-inv-2);
border: 1px solid var(--clr-border-inv-2);
border-radius: theme(borderRadius.xl);
@apply bg-inv-2 h-full border border-solid border-inv-2 min-w-72 rounded-xl;
}
.sidebar__body {