Skip to content

Commit

Permalink
add carousel outline
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Sep 27, 2023
1 parent 9eca0ca commit ad51b7f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions packages/ui/src/Carousel.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,25 @@
margin-bottom: c.$grid * 2;
}

.nextButtonClassName {
left: c.$grid * 12;
}

.prevButtonClassName {
right: c.$grid * 12;
}

.nextButtonClassName,
.prevButtonClassName {
padding: 0 !important;
position: relative;
height: 40px;

&:focus {
@include h.outlineAround;
}
}

.nextButtonClassName {
left: c.$grid * 12;
}

.prevButtonClassName {
right: c.$grid * 12;
}

.pagingDotsClassName {
position: relative;
top: c.$grid * 7;
Expand Down

0 comments on commit ad51b7f

Please sign in to comment.