Skip to content

Commit

Permalink
Merge pull request #953 from oslokommune/panel-box-borders
Browse files Browse the repository at this point in the history
Use same border color for panel cards
  • Loading branch information
simenheg authored Dec 21, 2023
2 parents 76a1e2d + 12bbe9e commit c275ccf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/KeyResultValuesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default {
&:nth-child(1) {
text-wrap: nowrap;
border-left: 0.125rem solid var(--color-blue-dark);
border-left: 0.25rem solid var(--color-blue-dark);
}
&:nth-child(2) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ObjectiveDetailsCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default {
gap: 1.5rem;
padding: 1.5rem;
background-color: var(--color-white);
border-left: 0.125rem solid var(--color-blue);
border-left: 0.25rem solid var(--color-blue-dark);
&__header {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/components/panes/KeyResultPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export default {
gap: 1rem;
padding: 1.5rem;
background-color: var(--color-white);
border-left: 0.125rem solid var(--color-blue-dark);
border-left: 0.25rem solid var(--color-blue-dark);
}
&__header {
Expand Down

0 comments on commit c275ccf

Please sign in to comment.