diff --git a/docs/assets/styles/docs.css b/docs/assets/styles/docs.css index 13adb0761..fa7b8af47 100644 --- a/docs/assets/styles/docs.css +++ b/docs/assets/styles/docs.css @@ -25,11 +25,11 @@ wa-page::part(header) { border-bottom: var(--wa-border-style) var(--wa-panel-border-width) var(--wa-color-neutral-border-quiet); } -wa-page::part(drawer__body) { +wa-page::part(body) { padding-top: 0px; } -wa-page::part(drawer__header-actions) { +wa-page::part(header-actions) { align-self: center; } diff --git a/docs/docs/components/carousel.md b/docs/docs/components/carousel.md index d2af61621..4de87be2b 100644 --- a/docs/docs/components/carousel.md +++ b/docs/docs/components/carousel.md @@ -534,12 +534,12 @@ The carousel has a robust API that makes it possible to extend and customize. Th
-
- Thumbnail by 1 - Thumbnail by 2 - Thumbnail by 3 - Thumbnail by 4 - Thumbnail by 5 +
+ Thumbnail by 1 + Thumbnail by 2 + Thumbnail by 3 + Thumbnail by 4 + Thumbnail by 5
@@ -553,7 +553,7 @@ The carousel has a robust API that makes it possible to extend and customize. Th justify-content: center; } - .thumbnails__scroller { + .scroller { display: flex; gap: var(--wa-space-s); overflow-x: auto; @@ -562,11 +562,11 @@ The carousel has a robust API that makes it possible to extend and customize. Th scroll-padding: var(--wa-space-s); } - .thumbnails__scroller::-webkit-scrollbar { + .scroller::-webkit-scrollbar { display: none; } - .thumbnails__image { + .image { width: 64px; height: 64px; object-fit: cover; @@ -578,7 +578,7 @@ The carousel has a robust API that makes it possible to extend and customize. Th cursor: pointer; } - .thumbnails__image.active { + .image.active { opacity: 1; } @@ -586,13 +586,13 @@ The carousel has a robust API that makes it possible to extend and customize. Th