From ac01b5c94ccb62c989b397639c7769fe873b9555 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Thu, 20 Feb 2025 14:01:36 -0500 Subject: [PATCH] More styling updates. --- app/src/App.vue | 26 +++++-------- .../apps/classroom_compliance/GuideView.vue | 7 +++- .../apps/classroom_compliance/MainView.vue | 6 +-- .../apps/classroom_compliance/StudentView.vue | 16 +++++--- app/src/assets/base.css | 21 ++++++++++ app/src/components/AppListItem.vue | 12 +----- app/src/views/HomeView.vue | 21 +++++++--- app/src/views/LoginView.vue | 38 +++++++++++++------ app/src/views/MyAccountView.vue | 4 +- 9 files changed, 95 insertions(+), 56 deletions(-) diff --git a/app/src/App.vue b/app/src/App.vue index 8c2e12c..d4f5971 100644 --- a/app/src/App.vue +++ b/app/src/App.vue @@ -1,11 +1,15 @@ @@ -58,5 +59,6 @@ const authStore = useAuthStore() .account-properties-table td { text-align: right; + font-family: 'SourceCodePro', monospace; }