Skip to content

Commit

Permalink
feat(ui5-fcl): implement Horizon theme (#5071)
Browse files Browse the repository at this point in the history
Related to: #5008
  • Loading branch information
dobrinyonkov committed Apr 19, 2022
1 parent b93c2a3 commit 7a2a568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
@@ -1,6 +1,6 @@
:root {
--_ui5_fcl_solid_bg: var(--sapShell_Background);
--_ui5_fcl_column_border: none;
--_ui5_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), #f3f4f5);
--_ui5_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapHighlightColor), #f3f4f5);
--_ui5_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);
--_ui5_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapHighlightColor), transparent);
}

This file was deleted.

@@ -1,5 +1,5 @@
@import "../base/Bar-parameters.css";
@import "./FlexibleColumnLayout-parameters.css";
@import "../base/FlexibleColumnLayout-parameters.css";
@import "../base/IllustratedMessage-parameters.css";
@import "../base/MediaGallery-parameters.css";
@import "../base/MediaGalleryItem-parameters.css";
Expand Down

0 comments on commit 7a2a568

Please sign in to comment.