From cfc3aab89345a849f00105bcc0e088ccd353d79e Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Thu, 20 Jun 2024 21:26:03 +0200 Subject: [PATCH] style: add background to highlight --- .../operator/operator-event/OperatorEvent.module.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss b/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss index f5066be13..5c574fab3 100644 --- a/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss +++ b/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss @@ -96,10 +96,10 @@ display: flex; flex-wrap: wrap; + .field { font-weight: 600; - padding: 0 0.25rem; - margin-right: 0.25rem; + padding-inline: 0.25rem; } .noColour { @@ -110,6 +110,8 @@ } .value { + padding-inline: 0.25rem; + background-color: $gray-1250; color: var(--operator-highlight-override, $ui-white); margin-right: 1rem; }