From 10d044cb0ef429bac8d8a1127266c23c1e26ff16 Mon Sep 17 00:00:00 2001 From: Annika Date: Mon, 11 Jul 2022 13:58:30 -0600 Subject: [PATCH] transactions are now input fields (but still dummies) --- budgit.client/src/components/Navbar.vue | 4 ++ budgit.client/src/components/Transaction.vue | 53 +++++++++++++++----- 2 files changed, 44 insertions(+), 13 deletions(-) diff --git a/budgit.client/src/components/Navbar.vue b/budgit.client/src/components/Navbar.vue index 8fc829c..e1778ab 100644 --- a/budgit.client/src/components/Navbar.vue +++ b/budgit.client/src/components/Navbar.vue @@ -43,4 +43,8 @@ a:hover { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } + +.router-link-active { + @apply text-green-300; +} diff --git a/budgit.client/src/components/Transaction.vue b/budgit.client/src/components/Transaction.vue index 0fb47a9..7c649d9 100644 --- a/budgit.client/src/components/Transaction.vue +++ b/budgit.client/src/components/Transaction.vue @@ -1,19 +1,27 @@ @@ -22,12 +30,31 @@ - \ No newline at end of file