Skip to content

Commit

Permalink
11509 - fix: ajuste no carrossel de marcas
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusvl committed Jan 7, 2025
1 parent 38bf1b4 commit d10fb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions sections/Images/BrandGallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function Buttons({ className }: ButtonsProps) {
return (
<>
<div
class={`relative left-[-60px] justify-start lg:flex hidden items-center justify-center z-20 col-start-1 row-start-2 ${className}`}
class={`lg:flex hidden items-center justify-center z-20 col-start-1 row-start-2 ${className}`}
>
<Slider.PrevButton class="btn btn-circle border-none shadow-md bg-white lg:opacity-60 lg:hover:bg-white lg:hover:opacity-100">
<Icon
Expand All @@ -133,7 +133,7 @@ function Buttons({ className }: ButtonsProps) {
</Slider.PrevButton>
</div>
<div
class={`relative right-[-60px] justify-end lg:flex hidden items-center justify-center z-20 col-start-3 row-start-2 ${className}`}
class={`lg:flex hidden items-center justify-center z-20 col-start-3 row-start-2 ${className}`}
>
<Slider.NextButton class="btn btn-circle border-none shadow-md bg-white lg:opacity-60 lg:hover:bg-white lg:hover:opacity-100">
<Icon
Expand Down
6 changes: 0 additions & 6 deletions static/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -4281,9 +4281,6 @@ details.collapse summary::-webkit-details-marker {
.left-8 {
left: 2rem;
}
.left-\[-60px\] {
left: -60px;
}
.left-\[50\%\] {
left: 50%;
}
Expand Down Expand Up @@ -4311,9 +4308,6 @@ details.collapse summary::-webkit-details-marker {
.right-8 {
right: 2rem;
}
.right-\[-60px\] {
right: -60px;
}
.right-\[22px\] {
right: 22px;
}
Expand Down

0 comments on commit d10fb34

Please sign in to comment.