Skip to content

Commit

Permalink
Add monitoring routes
Browse files Browse the repository at this point in the history
  • Loading branch information
adb-sh committed Sep 10, 2024
1 parent 01abf23 commit 02a8af7
Show file tree
Hide file tree
Showing 14 changed files with 943 additions and 448 deletions.
8 changes: 8 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

.card.active {
@apply shadow-xl;
}

.tab.active {
@apply tab-active;
}
Loading

0 comments on commit 02a8af7

Please sign in to comment.