From c2ae7bc9f09322daecbc91ffe37d13b5ce362f02 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Wed, 11 Oct 2023 20:04:28 -0400 Subject: [PATCH] changes during sync --- .../NewCalibrationDeviceForm.vue | 114 +++++++----------- .../Instrument/NewInstrumentForm.vue | 3 +- benchtop-fe/src/style.css | 5 +- 3 files changed, 52 insertions(+), 70 deletions(-) diff --git a/benchtop-fe/src/components/CalibrationDevice/NewCalibrationDeviceForm.vue b/benchtop-fe/src/components/CalibrationDevice/NewCalibrationDeviceForm.vue index d4416dc..4da444f 100644 --- a/benchtop-fe/src/components/CalibrationDevice/NewCalibrationDeviceForm.vue +++ b/benchtop-fe/src/components/CalibrationDevice/NewCalibrationDeviceForm.vue @@ -1,72 +1,50 @@ + diff --git a/benchtop-fe/src/style.css b/benchtop-fe/src/style.css index 40013c9..fbb10a3 100644 --- a/benchtop-fe/src/style.css +++ b/benchtop-fe/src/style.css @@ -1,4 +1,7 @@ - +body { + margin: 1rem; + background: url("/public/funky-lines.webp"); +} .card { border: 1px solid;