Skip to content

Commit

Permalink
use correct vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubomir-popov authored and bartaz committed Apr 22, 2024
1 parent 19b332b commit 54e8d20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 $colors--light-theme--border-low-contrast;
box-shadow: inset 0px 1px 0px 0px $colors--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 $colors--light-theme--border-low-contrast;
box-shadow: inset 0px 1px 0px 0px $colors--theme--border-low-contrast;
}
}

Expand Down Expand Up @@ -396,7 +396,7 @@ $list-step-bullet-margin: $sph--x-large;
position: relative;

&::after {
background-color: $colors--light-theme--border-low-contrast;
background-color: $colors--theme--border-low-contrast;
content: '';
height: 1px;
left: 0;
Expand Down

0 comments on commit 54e8d20

Please sign in to comment.