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 @@ - Primary Cal Device + Calibration Devices - - - - - Calibration Date - - - - - - Calibration Due Date - - - - - Model - - - - - - Serial # - - - - + Primary Device + + ----Primary----- + Menzer1 + Blackbelt + + + Calibration Date + + + + + + Secondary Device - - Cert ID - - - - - - + + ----Secondary----- + Menzer1 + Blackbelt + + Calibration Date + + + + 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;