From c7bb24eb74ffd42df35d66924b8a56147c69d0a5 Mon Sep 17 00:00:00 2001 From: Situs84 Date: Sun, 28 Jun 2020 17:58:26 -0400 Subject: [PATCH] [UI] Fonts and the Save Button (#9) Modified the default font and re-styled the save button --- photon-client/public/index.html | 18 ++++++++---------- photon-client/src/App.vue | 5 +++++ .../pipeline/CameraAndPipelineSelect.vue | 3 +-- photon-client/src/scss/variables.scss | 8 ++++++++ 4 files changed, 22 insertions(+), 12 deletions(-) create mode 100644 photon-client/src/scss/variables.scss diff --git a/photon-client/public/index.html b/photon-client/public/index.html index 4346bd5be..f2431c6ae 100644 --- a/photon-client/public/index.html +++ b/photon-client/public/index.html @@ -1,22 +1,20 @@ - + + PhotonVision - - - + + +
- - + + + \ No newline at end of file diff --git a/photon-client/src/App.vue b/photon-client/src/App.vue index 7c5cac9a4..f28559573 100644 --- a/photon-client/src/App.vue +++ b/photon-client/src/App.vue @@ -150,7 +150,12 @@ }; + +