-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui5-dynamic-page): apply theme styles
- Loading branch information
PetyaMarkovaBogdanova
committed
Dec 18, 2023
1 parent
f379b8e
commit a7db358
Showing
28 changed files
with
176 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,18 @@ | ||
:root { | ||
--_ui5_dynamic_page_title_content_padding_left: 1rem; | ||
--_ui5_dynamic_page_footer_spacer: 4rem; | ||
--_ui5_dynamic_page_footer_spacer: 4rem; | ||
|
||
--_ui5_dynamic_page_title_padding_S: 0.5rem 1rem; | ||
--_ui5_dynamic_page_title_padding_M: 0.5rem 2rem; | ||
--_ui5_dynamic_page_title_padding_L: 0.5rem 2rem; | ||
--_ui5_dynamic_page_title_padding_XL: 0.5rem 3rem; | ||
--_ui5_dynamic_page_header_padding_S: 0.5rem 1rem 0; | ||
--_ui5_dynamic_page_header_padding_M: 1rem 2rem; | ||
--_ui5_dynamic_page_header_padding_L: 1rem 3rem; | ||
--_ui5_dynamic_page_header_padding_XL: 1rem 3rem; | ||
--_ui5_dynamic_page_content_padding_S: 2rem 1rem 0; | ||
--_ui5_dynamic_page_content_padding_M: 2rem 2rem 0; | ||
--_ui5_dynamic_page_content_padding_L: 1rem 2rem 0; | ||
--_ui5_dynamic_page_content_padding_XL: 1rem 3rem 0; | ||
|
||
--ui5_dynamic_page_background: var(--sapBackgroundColor); | ||
} |
4 changes: 4 additions & 0 deletions
4
packages/fiori/src/themes/base/DynamicPageHeader-parameters.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
:root { | ||
--_ui5_dynamic_page_header_padding_top: 1rem; | ||
--_ui5_dynamic_page_header_padding_bottom: 1rem; | ||
|
||
--_ui5_dynamic_page_header_background_color: var(--sapObjectHeader_Background); | ||
--_ui5_dynamic_page_header-actions-boxshadow: var(--sapContent_Shadow0); | ||
--_ui5_dynamic_page_header-boxshadow: var(--sapContent_HeaderShadow); | ||
} |
7 changes: 6 additions & 1 deletion
7
packages/fiori/src/themes/base/DynamicPageTitle-parameters.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
:root { | ||
--_ui5_dynamic_page_title_padding_top: 0.5rem; | ||
--_ui5_dynamic_page_title_padding_bottom: 0.5rem; | ||
--_ui5_dynamic_page_title_min_height: 3rem; | ||
--_ui5_dynamic_page_title_min_height: 4rem; | ||
|
||
--_ui5_dynamic_page_title_breadcrumbs_padding_top: 0.5rem; | ||
--_ui5_dynamic_page_title_breadcrumbs_padding_bottom: 0.25rem; | ||
|
||
--_ui5_dynamic_page_title_heading_padding_top: 0.3125rem; | ||
|
||
--_ui5_dynamic_page_title_subheading_margin_top: 0.25rem; | ||
|
||
--_ui5_dynamic_page_title_content_padding_left: 1rem; | ||
|
||
--_ui5_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background); | ||
|
||
} |
16 changes: 16 additions & 0 deletions
16
packages/fiori/src/themes/sap_belize/DynamicPage-parameters.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
:root { | ||
/* paddings */ | ||
--_ui5_dynamic_page_title_padding_S: 0.5rem 0rem 0.5rem 1rem; | ||
--_ui5_dynamic_page_title_padding_M: 0.5rem 1rem 0.5rem 2rem; | ||
--_ui5_dynamic_page_title_padding_L: 0.5rem 2rem 0.5rem 3rem; | ||
--_ui5_dynamic_page_title_padding_XL: 0.5rem 2rem 0.5rem 3rem; | ||
--_ui5_dynamic_page_header_padding_S: 0.5rem 1rem 1rem 1rem; | ||
--_ui5_dynamic_page_header_padding_M: 1rem 2rem; | ||
--_ui5_dynamic_page_header_padding_L: 1rem 3rem; | ||
--_ui5_dynamic_page_header_padding_XL: 1rem 3rem; | ||
--_ui5_dynamic_page_content_padding_S: 2rem 1rem 0 1rem; | ||
--_ui5_dynamic_page_content_padding_M: 2rem 2rem 0 2rem; | ||
--_ui5_dynamic_page_content_padding_L: 1rem 3rem 0 3rem; | ||
--_ui5_dynamic_page_content_padding_XL: 1rem 3rem 0 3rem; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/fiori/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@import "../base/DynamicPageTitle-parameters.css"; | ||
|
||
:root { | ||
--_ui5_dynamic_page_title_border: 0.0625rem solid transparent; | ||
--_ui5_dynamic_page_title_hover_border: 0.0625rem solid var(--sapObjectHeader_BorderColor); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/fiori/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@import "../base/DynamicPageTitle-parameters.css"; | ||
|
||
:root { | ||
--_ui5_dynamic_page_title_border: 0.0625rem solid transparent; | ||
--_ui5_dynamic_page_title_hover_border: 0.0625rem solid var(--sapObjectHeader_BorderColor); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
packages/fiori/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
:root { | ||
--_ui5_dynamic_page_title_min_height: 3rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/fiori/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@import "../sap_fiori_3/DynamicPageTitle-parameters.css"; | ||
|
||
:root { | ||
--_ui5_dynamic_page_title_border: 0.0625rem solid transparent; | ||
--_ui5_dynamic_page_title_hover_border: 0.0625rem solid var(--sapObjectHeader_BorderColor); | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/fiori/src/themes/sap_fiori_3_hcb/parameters-bundle.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/fiori/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@import "../sap_fiori_3/DynamicPageTitle-parameters.css"; | ||
|
||
:root { | ||
--_ui5_dynamic_page_title_border: 0.0625rem solid transparent; | ||
--_ui5_dynamic_page_title_hover_border: 0.0625rem solid var(--sapObjectHeader_BorderColor); | ||
} |
Oops, something went wrong.