Skip to content

Commit

Permalink
chore(*): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DiyanDimitrov committed Nov 11, 2021
1 parent ebbbe8a commit 8553e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/slider/slider.material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ $thumb-label-height: rem(30px);
position: absolute;
top: 85%;
border-left: rem(10px) solid transparent;
border-right: rem(10px) solid transparent;
border-top: rem(10px) solid color(gray, 700);
border-right: rem(10px) solid transparent;
border-top: rem(10px) solid color(gray, 700);
z-index: -1;
}
}
Expand Down

0 comments on commit 8553e40

Please sign in to comment.