Skip to content

Commit

Permalink
fix divider color
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubomir-popov committed Apr 17, 2024
1 parent fe40c9d commit 568ed36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_patterns_lists.scss
Expand Up @@ -121,7 +121,7 @@ $list-step-bullet-margin: $sph--x-large;
}

@mixin vf-list-item-divided {
box-shadow: inset 0px 1px 0px 0px $color-mid-x-light;
box-shadow: inset 0px 1px 0px 0px $colors--light-theme--border-low-contrast;
margin: 0;
padding-bottom: $sph--large;
padding-top: $sph--small;
Expand All @@ -131,7 +131,7 @@ $list-step-bullet-margin: $sph--x-large;
}

.p-list--divided > .p-list__item:first-child {
box-shadow: inset 0px 1px 0px 0px $color-mid-x-light;
box-shadow: inset 0px 1px 0px 0px $colors--light-theme--border-low-contrast;
}
}

Expand Down

0 comments on commit 568ed36

Please sign in to comment.