Skip to content

Commit

Permalink
feat(ui5-dynamic-page): merge with footer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kineticjs committed Nov 20, 2023
1 parent ed8be4d commit 8dafdfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/fiori/src/themes/DynamicPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
box-sizing: border-box;
z-index: 1;
opacity: 1;
padding: 0 1rem;
}

:host([show-footer]) .ui5-dynamic-page-footer {
Expand Down Expand Up @@ -61,7 +60,7 @@
}
}

/*** Responsive paddings ***/
/* Responsive paddings */

:host([media-range="S"]) .ui5-dynamic-page-root {
padding: 0 1rem;
Expand Down
3 changes: 1 addition & 2 deletions packages/fiori/src/themes/DynamicPageHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
background: #fff;
padding-top: var(--_ui5_dynamic_page_header_padding_top);
padding-bottom: var(--_ui5_dynamic_page_header_padding_bottom);
display: flex;
flex-direction: column;
display: block;
}

.ui5-dynamic-page-header-root {
Expand Down

0 comments on commit 8dafdfb

Please sign in to comment.