Skip to content

Commit

Permalink
fix: carousel dots on card
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Apr 12, 2023
1 parent a82a8e0 commit 0e00a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/custom/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
max-height: 80px;
width: 80px;
border-radius: 4px;
background-color: #fff;
background-color: $white;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
position: absolute;
right: 32px;
Expand Down
1 change: 1 addition & 0 deletions src/scss/custom/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
// Landscape abstract
&.it-carousel-landscape-abstract {
max-width: #{map-get($container-max-widths, xl)};
background-color: $white;
}
// 3 col card
&.it-carousel-landscape-abstract-3 {
Expand Down

0 comments on commit 0e00a55

Please sign in to comment.