From cd399006d2d6b2171c2192c69f00538f39175f2c Mon Sep 17 00:00:00 2001 From: Arthur Alves <117835311+ArthurEncr@users.noreply.github.com> Date: Tue, 23 May 2023 09:43:58 -0300 Subject: [PATCH] Fix/broken panel border (#149) * fix: fixing breadcrumb link * fix: fixing open seedlot details screen when click on table * fix: broken side panel border * fix: use color variable --- frontend/src/components/PanelSectionName/styles.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/PanelSectionName/styles.scss b/frontend/src/components/PanelSectionName/styles.scss index 198489811..6cc674836 100644 --- a/frontend/src/components/PanelSectionName/styles.scss +++ b/frontend/src/components/PanelSectionName/styles.scss @@ -1,4 +1,5 @@ @use '../../theme/variables.scss' as vars; +@use '../../theme/colors.scss' as colors; .panel-section, .panel-section-light { @@ -8,6 +9,7 @@ align-items: center; padding: 0.9375rem 1rem; background: var(--bcgov-background-left-panel); + box-shadow: inset -1px 0 0 colors.$gray-20; } .panel-section-light {