Skip to content

Commit

Permalink
bullets css improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
VTEX committed Aug 5, 2021
1 parent b5e50fd commit 21eed7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/theme-b2c-tailwind/src/molecules/bullets.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
}

.theme-b2c-tailwind [data-store-bullets] [data-bullet-item] [data-store-button] {
@apply box-border min-w-0 bg-gray-400 cursor-pointer inline-block rounded-full m-3 border-0 outline-none h-3 w-3 min-h-0 p-0;
@apply box-border min-w-0 cursor-pointer inline-block rounded-full m-3 border-0 outline-none h-3 w-3 min-h-0 p-0;
@apply bg-gray-400;
}

.theme-b2c-tailwind [data-store-bullets] > [data-bullet-item][data-active] > [data-store-button] {
Expand Down

0 comments on commit 21eed7b

Please sign in to comment.