-
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 6, 2023
1 parent
9670fab
commit 71b41db
Showing
26 changed files
with
156 additions
and
45 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,3 +1,14 @@ | ||
:root { | ||
--_ui5_dynamic_page_title_content_padding_left: 1rem; | ||
--_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; | ||
} |
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_HeaderShadow); | ||
--_ui5-v1-20-0-rc-3_dynamic_page_header-boxshadow: var(--sapContent_HeaderShadow); | ||
} |
5 changes: 4 additions & 1 deletion
5
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,15 @@ | ||
: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; | ||
|
||
} |
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); | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/fiori/src/themes/sap_fiori_3_hcw/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
9 changes: 9 additions & 0 deletions
9
packages/fiori/src/themes/sap_horizon_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,9 @@ | ||
@import "../base/DynamicPageTitle-parameters.css"; | ||
|
||
:root { | ||
/*text-shadow of titles, breadcrumbs*/ | ||
--sapContent_TextShadow: none; | ||
|
||
--_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_horizon_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
9 changes: 9 additions & 0 deletions
9
packages/fiori/src/themes/sap_horizon_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,9 @@ | ||
@import "../base/DynamicPageTitle-parameters.css"; | ||
|
||
:root { | ||
/*text-shadow of titles, breadcrumbs*/ | ||
--sapContent_TextShadow: none; | ||
|
||
--_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.