updated doc css

This commit is contained in:
Kelsey Jackson
2025-09-11 15:17:11 -05:00
parent 2735309dd8
commit 805d2ef180
2 changed files with 4 additions and 2 deletions

View File

@@ -444,6 +444,7 @@ wa-page > main:has(> .search-list) {
[slot='header'] {
display: flex;
justify-content: center;
}
&::part(header) {

View File

@@ -84,11 +84,12 @@
/* Push slots to sides when the action slots renders */
.has-actions {
display: flex;
justify-content: space-between;
}
.header {
display: flex;
display: block;
align-items: center;
border-block-end-style: inherit;
border-block-end-color: var(--wa-color-surface-border);
@@ -102,7 +103,7 @@
}
.footer {
display: flex;
display: block;
align-items: center;
border-block-start-style: inherit;
border-block-start-color: var(--wa-color-surface-border);