build mock views

This commit is contained in:
Casey Wittrock 2025-10-24 14:05:10 -05:00
parent b0ed2c68f9
commit 44d47db0ad
10 changed files with 1963 additions and 9 deletions

View file

@ -256,6 +256,8 @@ const navigateTo = (path) => {
.widget-card {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border-radius: 12px;
display: flex;
justify-content: space-between;
transition:
transform 0.2s ease,
box-shadow 0.2s ease;