Skip to content

Commit

Permalink
Merge branch 'feat/create-avatar-component' of github.com:PrestaShopC…
Browse files Browse the repository at this point in the history
…orp/puik into feat/create-avatar-component
  • Loading branch information
mattgoud committed Nov 8, 2023
2 parents dd887b7 + 43c024c commit afcbd7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions packages/theme/src/accordion-group.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
.puik-accordion-group {
.puik-accordion {
@apply mb-4;
}
@apply flex flex-col gap-4 w-full;

&--contained {
@apply gap-0;

.puik-accordion {
@apply mb-0 border-t-0 border-b;
@apply border-t-0;
}

& > .puik-accordion:first-of-type {
@apply border-t;
}

& > .puik-accordion:last-of-type {
@apply border-t-0 border-b;
}
}
}
2 changes: 1 addition & 1 deletion packages/theme/src/accordion.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use './common/typography.scss';

.puik-accordion {
@apply border border-primary-400 mb-4;
@apply border border-primary-400;

&__header {
@apply px-6 py-4 flex w-full items-center;
Expand Down

0 comments on commit afcbd7c

Please sign in to comment.