Skip to content

Commit

Permalink
Fix/broken panel border (#149)
Browse files Browse the repository at this point in the history
* fix: fixing breadcrumb link

* fix: fixing open seedlot details screen when click on table

* fix: broken side panel border

* fix: use color variable
  • Loading branch information
ArthurEncr authored and DerekRoberts committed May 14, 2024
1 parent 81ddb28 commit cd39900
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/PanelSectionName/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@use '../../theme/variables.scss' as vars;
@use '../../theme/colors.scss' as colors;

.panel-section,
.panel-section-light {
Expand All @@ -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 {
Expand Down

0 comments on commit cd39900

Please sign in to comment.