@ui5/webcomponents-theming 0.0.0-a8e886a07 → 0.0.0-b0b835975

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +375 -0
  3. package/config/postcss.themes/{postcss.config.js → postcss.config.cjs} +2 -2
  4. package/css-vars-usage.json +18 -8
  5. package/dist/Assets-static.js.map +1 -1
  6. package/dist/Assets.js.map +1 -1
  7. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  8. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  9. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  10. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  11. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  12. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  13. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  14. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  15. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  16. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
  17. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  18. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  19. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
  20. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  21. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
  22. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  23. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  24. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  25. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  26. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  27. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  28. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  29. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  30. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  31. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
  32. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  33. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  34. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
  35. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  36. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
  37. package/dist/generated/json-imports/Themes-static.js +8 -2
  38. package/dist/generated/json-imports/Themes.js +4 -1
  39. package/dist/generated/themes/sap_belize/parameters-bundle.css.d.ts +3 -0
  40. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +3 -1
  41. package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -0
  42. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.d.ts +3 -0
  43. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +3 -1
  44. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -0
  45. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.d.ts +3 -0
  46. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +3 -1
  47. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -0
  48. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +3 -0
  49. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
  50. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  51. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +3 -0
  52. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
  53. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  54. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +3 -0
  55. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
  56. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  57. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +3 -0
  58. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
  59. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  60. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +3 -0
  61. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
  62. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  63. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +3 -0
  64. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
  65. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  66. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +3 -0
  67. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +3 -0
  68. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
  69. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +3 -0
  70. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +3 -1
  71. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  72. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +3 -0
  73. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -1
  74. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  75. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +3 -0
  76. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +3 -0
  77. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
  78. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +3 -0
  79. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -1
  80. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  81. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +3 -0
  82. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +3 -0
  83. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
  84. package/dist/themes/sap_belize/css_variables.css +230 -94
  85. package/dist/themes/sap_belize_hcb/css_variables.css +311 -166
  86. package/dist/themes/sap_belize_hcw/css_variables.css +261 -106
  87. package/dist/themes/sap_fiori_3/css_variables.css +230 -95
  88. package/dist/themes/sap_fiori_3_dark/css_variables.css +241 -96
  89. package/dist/themes/sap_fiori_3_hcb/css_variables.css +311 -166
  90. package/dist/themes/sap_fiori_3_hcw/css_variables.css +261 -106
  91. package/dist/themes/sap_horizon/css_variables.css +370 -245
  92. package/dist/themes/sap_horizon_dark/css_variables.css +340 -205
  93. package/dist/themes/sap_horizon_dark_exp/css_variables.css +956 -0
  94. package/dist/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
  95. package/dist/themes/sap_horizon_exp/css_variables.css +348 -223
  96. package/dist/themes/sap_horizon_hcb/css_variables.css +246 -111
  97. package/dist/themes/sap_horizon_hcb_exp/css_variables.css +956 -0
  98. package/dist/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
  99. package/dist/themes/sap_horizon_hcw/css_variables.css +249 -104
  100. package/dist/themes/sap_horizon_hcw_exp/css_variables.css +966 -0
  101. package/dist/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
  102. package/lib/generate-css-vars-usage-report/index.js +7 -3
  103. package/{package-scripts.js → package-scripts.cjs} +7 -3
  104. package/package.json +6 -6
  105. package/tsconfig.json +1 -0
@@ -1,12 +1,22 @@
1
1
  /**
2
- * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
2
+ * Copyright (c) 2012-2023 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  *
4
- * Theming Engine 1.23011.0-20221202113725
5
- * data:{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.23011.0-20221202113725"}, "Version": { "Build": "11.1.48.20221207133419", "Source": "11.1.48"}}
4
+ * Theming Engine 1.23061.0
5
+ * data:{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.23061.0"}, "Version": { "Build": "11.6.8.20230911071338", "Source": "11.6.8"}}
6
+ */
7
+
8
+ .sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.23061.0"}, "Version": { "Build": "11.6.8.20230911071338", "Source": "11.6.8"}}');}
9
+ :root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.23061.0"}, "Version": { "Build": "11.6.8.20230911071338", "Source": "11.6.8"}};}
10
+
11
+ /**
12
+ * Base.baseLib.baseTheme.base (Version 11.6.8)
13
+ */
14
+
15
+
16
+ /**
17
+ * Base.baseLib.baseTheme.css_variables (Version 11.6.8)
6
18
  */
7
19
 
8
- .sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.23011.0-20221202113725"}, "Version": { "Build": "11.1.48.20221207133419", "Source": "11.1.48"}}');}
9
- :root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.23011.0-20221202113725"}, "Version": { "Build": "11.1.48.20221207133419", "Source": "11.1.48"}};}
10
20
  :root {
11
21
  --sapBrandColor: #0070f2;
12
22
  --sapHighlightColor: #4db1ff;
@@ -14,33 +24,15 @@
14
24
  --sapShellColor: #1d232a;
15
25
  --sapBackgroundColor: #12171c;
16
26
  --sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
17
- --sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
18
- --sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
19
- --sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
20
- --sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
21
- --sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
22
- --sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
23
27
  --sapFontSize: .875rem;
24
- --sapFontSmallSize: .75rem;
25
- --sapFontLargeSize: 1rem;
26
- --sapFontHeader1Size: 3rem;
27
- --sapFontHeader2Size: 2rem;
28
- --sapFontHeader3Size: 1.5rem;
29
- --sapFontHeader4Size: 1.25rem;
30
- --sapFontHeader5Size: 1rem;
31
- --sapFontHeader6Size: .875rem;
32
28
  --sapTextColor: #eaecee;
33
29
  --sapLinkColor: #4db1ff;
34
- --sapLink_Hover_Color: #29a1ff;
35
- --sapLink_Active_Color: #4db1ff;
36
- --sapLink_Visited_Color: #4db1ff;
37
- --sapLink_InvertedColor: #bde2ff;
38
- --sapLink_SubtleColor: #eaecee;
39
30
  --sapCompanyLogo: none;
40
31
  --sapBackgroundImage: none;
41
32
  --sapBackgroundImageOpacity: 1.0;
42
33
  --sapBackgroundImageRepeat: false;
43
34
  --sapSelectedColor: #4db1ff;
35
+ --sapHoverColor: #222b35;
44
36
  --sapActiveColor: #020303;
45
37
  --sapHighlightTextColor: #1d232a;
46
38
  --sapTitleColor: #eaecee;
@@ -55,72 +47,24 @@
55
47
  --sapInformativeElementColor: #4db1ff;
56
48
  --sapNeutralElementColor: #a9b4be;
57
49
  --sapNegativeTextColor: #fa6161;
58
- --sapPositiveTextColor: #97dd40;
59
50
  --sapCriticalTextColor: #ffdf72;
51
+ --sapPositiveTextColor: #97dd40;
60
52
  --sapInformativeTextColor: #4db1ff;
61
53
  --sapNeutralTextColor: #eaecee;
62
- --sapNeutralBorderColor: #a9b4be;
63
54
  --sapErrorColor: #fa6161;
64
- --sapErrorBorderColor: #fa6161;
65
55
  --sapWarningColor: #ffdf72;
66
- --sapWarningBorderColor: #f7bf00;
67
56
  --sapSuccessColor: #97dd40;
68
- --sapSuccessBorderColor: #6dad1f;
69
57
  --sapInformationColor: #4db1ff;
70
- --sapInformationBorderColor: #4db1ff;
71
58
  --sapErrorBackground: #350000;
72
59
  --sapWarningBackground: #382700;
73
60
  --sapSuccessBackground: #11331a;
74
61
  --sapInformationBackground: #00144a;
75
62
  --sapNeutralBackground: #242e38;
76
- --sapIndicationColor_1: #fd3535;
77
- --sapIndicationColor_1_Background: #fd3535;
78
- --sapIndicationColor_1_BorderColor: #fd3535;
79
- --sapIndicationColor_1_Hover_Background: #fd4e4e;
80
- --sapIndicationColor_1_Active_Background: #fe6767;
81
- --sapIndicationColor_1_TextColor: #eaecee;
82
- --sapIndicationColor_2: #ff8f8f;
83
- --sapIndicationColor_2_Background: #ff8f8f;
84
- --sapIndicationColor_2_BorderColor: #ff8f8f;
85
- --sapIndicationColor_2_Hover_Background: #ffa9a9;
86
- --sapIndicationColor_2_Active_Background: #ffc2c2;
87
- --sapIndicationColor_2_TextColor: #1d232a;
88
- --sapIndicationColor_3: #ffc933;
89
- --sapIndicationColor_3_Background: #ffc933;
90
- --sapIndicationColor_3_BorderColor: #ffc933;
91
- --sapIndicationColor_3_Hover_Background: #ffcd42;
92
- --sapIndicationColor_3_Active_Background: #ffd152;
93
- --sapIndicationColor_3_TextColor: #1d232a;
94
- --sapIndicationColor_4: #bde986;
95
- --sapIndicationColor_4_Background: #bde986;
96
- --sapIndicationColor_4_BorderColor: #bde986;
97
- --sapIndicationColor_4_Hover_Background: #c9ed9c;
98
- --sapIndicationColor_4_Active_Background: #d5f1b1;
99
- --sapIndicationColor_4_TextColor: #1d232a;
100
- --sapIndicationColor_5: #a6e0ff;
101
- --sapIndicationColor_5_Background: #a6e0ff;
102
- --sapIndicationColor_5_BorderColor: #a6e0ff;
103
- --sapIndicationColor_5_Hover_Background: #c0e9ff;
104
- --sapIndicationColor_5_Active_Background: #d9f2ff;
105
- --sapIndicationColor_5_TextColor: #1d232a;
106
- --sapIndicationColor_6: #64edd2;
107
- --sapIndicationColor_6_Background: #64edd2;
108
- --sapIndicationColor_6_BorderColor: #64edd2;
109
- --sapIndicationColor_6_Hover_Background: #7bf0d9;
110
- --sapIndicationColor_6_Active_Background: #92f2df;
111
- --sapIndicationColor_6_TextColor: #1d232a;
112
- --sapIndicationColor_7: #d3b6ff;
113
- --sapIndicationColor_7_Background: #d3b6ff;
114
- --sapIndicationColor_7_BorderColor: #d3b6ff;
115
- --sapIndicationColor_7_Hover_Background: #e2d0ff;
116
- --sapIndicationColor_7_Active_Background: #f2e9ff;
117
- --sapIndicationColor_7_TextColor: #1d232a;
118
- --sapIndicationColor_8: #ff8af0;
119
- --sapIndicationColor_8_Background: #ff8af0;
120
- --sapIndicationColor_8_BorderColor: #ff8af0;
121
- --sapIndicationColor_8_Hover_Background: #ffa3f3;
122
- --sapIndicationColor_8_Active_Background: #ffbdf7;
123
- --sapIndicationColor_8_TextColor: #1d232a;
63
+ --sapErrorBorderColor: #fa6161;
64
+ --sapWarningBorderColor: #f7bf00;
65
+ --sapSuccessBorderColor: #6dad1f;
66
+ --sapInformationBorderColor: #4db1ff;
67
+ --sapNeutralBorderColor: #a9b4be;
124
68
  --sapElement_LineHeight: 2.75rem;
125
69
  --sapElement_Height: 2.25rem;
126
70
  --sapElement_BorderWidth: .0625rem;
@@ -138,31 +82,33 @@
138
82
  --sapContent_MarkerTextColor: #64edd2;
139
83
  --sapContent_MeasureIndicatorColor: #a9b4be;
140
84
  --sapContent_Selected_MeasureIndicatorColor: #4db1ff;
85
+ --sapContent_Placeholderloading_Background: #475566;
86
+ --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);
141
87
  --sapContent_ImagePlaceholderBackground: #45617c;
142
88
  --sapContent_ImagePlaceholderForegroundColor: #d5dadd;
143
89
  --sapContent_RatedColor: #ffdf72;
144
90
  --sapContent_UnratedColor: #a9b4be;
145
91
  --sapContent_BusyColor: #4db1ff;
146
- --sapContent_FocusColor: #4db1ff;
92
+ --sapContent_FocusColor: #9ad3ff;
147
93
  --sapContent_FocusStyle: solid;
148
94
  --sapContent_FocusWidth: .125rem;
149
95
  --sapContent_ContrastFocusColor: #000;
150
96
  --sapContent_ShadowColor: #000;
151
97
  --sapContent_ContrastShadowColor: #fff;
152
- --sapContent_Shadow0: 0 0 0.125rem 0 rgba(255,255,255,0.2), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);
98
+ --sapContent_Shadow0: 0 0 0.125rem 0 rgba(255,255,255,0.6), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.2);
153
99
  --sapContent_Shadow1: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);
154
100
  --sapContent_Shadow2: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);
155
101
  --sapContent_Shadow3: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 1.25rem 5rem 0 rgba(0,0,0,0.6);
156
102
  --sapContent_TextShadow: 0 0 0.125rem #000;
157
103
  --sapContent_ContrastTextShadow: none;
158
104
  --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.2), inset 0 -0.0625rem 0 0 #2e3742;
159
- --sapContent_Interaction_Shadow: 0 0 0.125rem 0 rgba(169,180,190,0.72);
160
- --sapContent_Selected_Shadow: 0 0 0.125rem 0 rgba(77,177,255,0.72);
161
- --sapContent_Negative_Shadow: 0 0 0.125rem 0 rgba(250,97,97,0.72);
162
- --sapContent_Critical_Shadow: 0 0 0.125rem 0 rgba(255,223,114,0.72);
163
- --sapContent_Positive_Shadow: 0 0 0.125rem 0 rgba(151,221,64,0.72);
164
- --sapContent_Informative_Shadow: 0 0 0.125rem 0 rgba(77,177,255,0.72);
165
- --sapContent_Neutral_Shadow: 0 0 0.125rem 0 rgba(169,180,190,0.72);
105
+ --sapContent_Interaction_Shadow: inset 0 0 0 0.0625rem rgba(169,180,190,0.25);
106
+ --sapContent_Selected_Shadow: inset 0 0 0 0.0625rem rgba(77,177,255,0.3);
107
+ --sapContent_Negative_Shadow: inset 0 0 0 0.0625rem rgba(248,38,38,0.3);
108
+ --sapContent_Critical_Shadow: inset 0 0 0 0.0625rem rgba(132,92,0,0.5);
109
+ --sapContent_Positive_Shadow: inset 0 0 0 0.0625rem rgba(109,173,31,0.18);
110
+ --sapContent_Informative_Shadow: inset 0 0 0 0.0625rem rgba(77,177,255,0.3);
111
+ --sapContent_Neutral_Shadow: inset 0 0 0 0.0625rem rgba(169,180,190,0.3);
166
112
  --sapContent_SearchHighlightColor: #046c7a;
167
113
  --sapContent_HelpColor: #5dc122;
168
114
  --sapContent_LabelColor: #8396A8;
@@ -171,29 +117,27 @@
171
117
  --sapContent_IconFontFamily: "SAP-icons";
172
118
  --sapContent_DisabledTextColor: rgba(234,236,238,0.6);
173
119
  --sapContent_DisabledOpacity: 0.4;
174
- --sapContent_ContrastTextThreshold: 0.5;
120
+ --sapContent_ContrastTextThreshold: 0.386;
175
121
  --sapContent_ContrastTextColor: #1d232a;
176
122
  --sapContent_ForegroundColor: #101418;
177
123
  --sapContent_ForegroundBorderColor: #a9b4be;
178
124
  --sapContent_ForegroundTextColor: #eaecee;
179
125
  --sapContent_BadgeBackground: #ff8cb2;
180
126
  --sapContent_BadgeTextColor: #1d232a;
181
- --sapContent_Placeholderloading_Background: #475566;
182
- --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);
183
127
  --sapContent_DragAndDropActiveColor: #4db1ff;
184
- --sapContent_Selected_Background: #1d232a;
185
128
  --sapContent_Selected_TextColor: #4db1ff;
186
- --sapContent_Selected_Hover_Background: #1d232a;
129
+ --sapContent_Selected_Background: #1d232a;
130
+ --sapContent_Selected_Hover_Background: #002b4d;
187
131
  --sapContent_Selected_ForegroundColor: #4db1ff;
188
132
  --sapContent_ForcedColorAdjust: none;
189
133
  --sapContent_Illustrative_Color1: #5d36ff;
190
134
  --sapContent_Illustrative_Color2: #4098ff;
191
135
  --sapContent_Illustrative_Color3: #f58b00;
192
- --sapContent_Illustrative_Color4: #5581ae;
136
+ --sapContent_Illustrative_Color4: #688fb7;
193
137
  --sapContent_Illustrative_Color5: #fff;
194
- --sapContent_Illustrative_Color6: #b9c1c6;
138
+ --sapContent_Illustrative_Color6: #818f98;
195
139
  --sapContent_Illustrative_Color7: #223548;
196
- --sapContent_Illustrative_Color8: #fff;
140
+ --sapContent_Illustrative_Color8: #cedbe8;
197
141
  --sapContent_Illustrative_Color9: #64edd2;
198
142
  --sapContent_Illustrative_Color10: #ebf8ff;
199
143
  --sapContent_Illustrative_Color11: #f31ded;
@@ -206,18 +150,39 @@
206
150
  --sapContent_Illustrative_Color18: #2a4259;
207
151
  --sapContent_Illustrative_Color19: #324e6b;
208
152
  --sapContent_Illustrative_Color20: #3b5b7c;
153
+ --sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
154
+ --sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
155
+ --sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
156
+ --sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
157
+ --sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
158
+ --sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
159
+ --sapFontSmallSize: .75rem;
160
+ --sapFontLargeSize: 1rem;
161
+ --sapFontHeader1Size: 3rem;
162
+ --sapFontHeader2Size: 2rem;
163
+ --sapFontHeader3Size: 1.5rem;
164
+ --sapFontHeader4Size: 1.25rem;
165
+ --sapFontHeader5Size: 1rem;
166
+ --sapFontHeader6Size: .875rem;
167
+ --sapLink_TextDecoration: none;
168
+ --sapLink_Hover_Color: #4db1ff;
169
+ --sapLink_Hover_TextDecoration: underline;
170
+ --sapLink_Active_Color: #4db1ff;
171
+ --sapLink_Active_TextDecoration: none;
172
+ --sapLink_Visited_Color: #4db1ff;
173
+ --sapLink_InvertedColor: #bde2ff;
174
+ --sapLink_SubtleColor: #eaecee;
209
175
  --sapShell_Background: #12171c;
210
176
  --sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);
211
- --sapShell_BackgroundGradient: linear-gradient(to bottom, #12171c, #12171c);
212
177
  --sapShell_BackgroundImageOpacity: 1.0;
213
178
  --sapShell_BackgroundImageRepeat: false;
214
179
  --sapShell_BorderColor: #1d232a;
215
180
  --sapShell_TextColor: #eaecee;
216
- --sapShell_InteractiveBackground: #242e38;
181
+ --sapShell_InteractiveBackground: #12171c;
217
182
  --sapShell_InteractiveTextColor: #eaecee;
218
183
  --sapShell_InteractiveBorderColor: #a9b4be;
219
184
  --sapShell_GroupTitleTextColor: #eaecee;
220
- --sapShell_GroupTitleTextShadow: 0 0 .125rem #000;
185
+ --sapShell_GroupTitleTextShadow: 0 0 0.125rem #000;
221
186
  --sapShell_Hover_Background: #1d232a;
222
187
  --sapShell_Active_Background: #1d232a;
223
188
  --sapShell_Active_TextColor: #4db1ff;
@@ -226,12 +191,12 @@
226
191
  --sapShell_Selected_Hover_Background: #1d232a;
227
192
  --sapShell_Favicon: none;
228
193
  --sapShell_Navigation_Background: #1d232a;
194
+ --sapShell_Navigation_Hover_Background: #1d232a;
229
195
  --sapShell_Navigation_SelectedColor: #4db1ff;
230
196
  --sapShell_Navigation_Selected_TextColor: #4db1ff;
231
197
  --sapShell_Navigation_TextColor: #eaecee;
232
- --sapShell_Navigation_Hover_Background: #1d232a;
233
- --sapShell_Navigation_Active_Background: #1d232a;
234
198
  --sapShell_Navigation_Active_TextColor: #4db1ff;
199
+ --sapShell_Navigation_Active_Background: #1d232a;
235
200
  --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.8), inset 0 -0.0625rem 0 0 rgba(255,255,255,0.2);
236
201
  --sapShell_NegativeColor: #fa6161;
237
202
  --sapShell_CriticalColor: #ffdf72;
@@ -272,7 +237,7 @@
272
237
  --sapShell_Category_8_TextShadow: none;
273
238
  --sapShell_Category_9_Background: #1b90ff;
274
239
  --sapShell_Category_9_BorderColor: #1b90ff;
275
- --sapShell_Category_9_TextColor: #eaecee;
240
+ --sapShell_Category_9_TextColor: #1d232a;
276
241
  --sapShell_Category_9_TextShadow: none;
277
242
  --sapShell_Category_10_Background: #8396a8;
278
243
  --sapShell_Category_10_BorderColor: #8396a8;
@@ -280,7 +245,7 @@
280
245
  --sapShell_Category_10_TextShadow: none;
281
246
  --sapShell_Category_11_Background: #fe5656;
282
247
  --sapShell_Category_11_BorderColor: #fe5656;
283
- --sapShell_Category_11_TextColor: #eaecee;
248
+ --sapShell_Category_11_TextColor: #1d232a;
284
249
  --sapShell_Category_11_TextShadow: none;
285
250
  --sapShell_Category_12_Background: #9b99ff;
286
251
  --sapShell_Category_12_BorderColor: #9b99ff;
@@ -288,7 +253,7 @@
288
253
  --sapShell_Category_12_TextShadow: none;
289
254
  --sapShell_Category_13_Background: #f52ebc;
290
255
  --sapShell_Category_13_BorderColor: #f52ebc;
291
- --sapShell_Category_13_TextColor: #eaecee;
256
+ --sapShell_Category_13_TextColor: #1d232a;
292
257
  --sapShell_Category_13_TextShadow: none;
293
258
  --sapShell_Category_14_Background: #0ba38a;
294
259
  --sapShell_Category_14_BorderColor: #0ba38a;
@@ -332,21 +297,21 @@
332
297
  --sapAvatar_10_Background: #45617c;
333
298
  --sapAvatar_10_BorderColor: #45617c;
334
299
  --sapAvatar_10_TextColor: #d5dadd;
300
+ --sapButton_Background: #1c242c;
301
+ --sapButton_BorderColor: #3a4a5a;
335
302
  --sapButton_BorderWidth: .0625rem;
336
303
  --sapButton_BorderCornerRadius: .5rem;
337
- --sapButton_Background: #2e3b47;
338
- --sapButton_BorderColor: #2e3b47;
339
- --sapButton_TextColor: #eaecee;
340
- --sapButton_Hover_Background: #1d232a;
341
- --sapButton_Hover_BorderColor: #1d232a;
342
- --sapButton_Hover_TextColor: #eaecee;
343
- --sapButton_IconColor: #eaecee;
304
+ --sapButton_TextColor: #4db1ff;
305
+ --sapButton_Hover_Background: #222b35;
306
+ --sapButton_Hover_BorderColor: #3a4a5a;
307
+ --sapButton_Hover_TextColor: #4db1ff;
308
+ --sapButton_IconColor: #4db1ff;
344
309
  --sapButton_Active_Background: #213131;
345
310
  --sapButton_Active_BorderColor: #4db1ff;
346
311
  --sapButton_Active_TextColor: #4db1ff;
347
312
  --sapButton_Emphasized_Background: #0070f2;
348
313
  --sapButton_Emphasized_BorderColor: #0070f2;
349
- --sapButton_Emphasized_TextColor: #eaecee;
314
+ --sapButton_Emphasized_TextColor: #fff;
350
315
  --sapButton_Emphasized_Hover_Background: #0064d9;
351
316
  --sapButton_Emphasized_Hover_BorderColor: #0064d9;
352
317
  --sapButton_Emphasized_Hover_TextColor: #eaecee;
@@ -356,51 +321,51 @@
356
321
  --sapButton_Emphasized_TextShadow: transparent;
357
322
  --sapButton_Emphasized_FontWeight: bold;
358
323
  --sapButton_Reject_Background: #490000;
359
- --sapButton_Reject_BorderColor: #490000;
360
- --sapButton_Reject_Hover_Background: #1d232a;
361
- --sapButton_Reject_Hover_BorderColor: #1d232a;
324
+ --sapButton_Reject_BorderColor: #620000;
325
+ --sapButton_Reject_TextColor: #fa6161;
326
+ --sapButton_Reject_Hover_Background: #620000;
327
+ --sapButton_Reject_Hover_BorderColor: #620000;
362
328
  --sapButton_Reject_Hover_TextColor: #fa6161;
363
329
  --sapButton_Reject_Active_Background: #213131;
364
330
  --sapButton_Reject_Active_BorderColor: #fa6161;
365
331
  --sapButton_Reject_Active_TextColor: #fa6161;
366
- --sapButton_Reject_TextColor: #fa6161;
367
332
  --sapButton_Reject_Selected_Background: #213131;
368
333
  --sapButton_Reject_Selected_BorderColor: #fa6161;
369
334
  --sapButton_Reject_Selected_TextColor: #fa6161;
370
- --sapButton_Reject_Selected_Hover_Background: #213131;
335
+ --sapButton_Reject_Selected_Hover_Background: #620000;
371
336
  --sapButton_Reject_Selected_Hover_BorderColor: #fa6161;
372
337
  --sapButton_Accept_Background: #153e20;
373
- --sapButton_Accept_BorderColor: #153e20;
374
- --sapButton_Accept_Hover_Background: #1d232a;
375
- --sapButton_Accept_Hover_BorderColor: #1d232a;
338
+ --sapButton_Accept_BorderColor: #1b512a;
339
+ --sapButton_Accept_TextColor: #97dd40;
340
+ --sapButton_Accept_Hover_Background: #1b512a;
341
+ --sapButton_Accept_Hover_BorderColor: #1b512a;
376
342
  --sapButton_Accept_Hover_TextColor: #97dd40;
377
343
  --sapButton_Accept_Active_Background: #213131;
378
344
  --sapButton_Accept_Active_BorderColor: #6dad1f;
379
345
  --sapButton_Accept_Active_TextColor: #97dd40;
380
- --sapButton_Accept_TextColor: #97dd40;
381
346
  --sapButton_Accept_Selected_Background: #213131;
382
347
  --sapButton_Accept_Selected_BorderColor: #6dad1f;
383
348
  --sapButton_Accept_Selected_TextColor: #97dd40;
384
- --sapButton_Accept_Selected_Hover_Background: #1d232a;
349
+ --sapButton_Accept_Selected_Hover_Background: #1b512a;
385
350
  --sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;
386
351
  --sapButton_Lite_Background: transparent;
387
352
  --sapButton_Lite_BorderColor: transparent;
388
353
  --sapButton_Lite_TextColor: #4db1ff;
389
- --sapButton_Lite_Hover_Background: #1d232a;
390
- --sapButton_Lite_Hover_BorderColor: #1d232a;
354
+ --sapButton_Lite_Hover_Background: #222b35;
355
+ --sapButton_Lite_Hover_BorderColor: #3a4a5a;
391
356
  --sapButton_Lite_Hover_TextColor: #4db1ff;
392
357
  --sapButton_Lite_Active_Background: #213131;
393
358
  --sapButton_Lite_Active_BorderColor: #4db1ff;
394
359
  --sapButton_Selected_Background: #1d232a;
395
360
  --sapButton_Selected_BorderColor: #4db1ff;
396
361
  --sapButton_Selected_TextColor: #4db1ff;
397
- --sapButton_Selected_Hover_Background: #1d232a;
362
+ --sapButton_Selected_Hover_Background: #002b4d;
398
363
  --sapButton_Selected_Hover_BorderColor: #4db1ff;
399
364
  --sapButton_Attention_Background: #382700;
400
- --sapButton_Attention_BorderColor: #382700;
365
+ --sapButton_Attention_BorderColor: #523900;
401
366
  --sapButton_Attention_TextColor: #ffdf72;
402
- --sapButton_Attention_Hover_Background: #1d232a;
403
- --sapButton_Attention_Hover_BorderColor: #1d232a;
367
+ --sapButton_Attention_Hover_Background: #523900;
368
+ --sapButton_Attention_Hover_BorderColor: #523900;
404
369
  --sapButton_Attention_Hover_TextColor: #ffdf72;
405
370
  --sapButton_Attention_Active_Background: #213131;
406
371
  --sapButton_Attention_Active_BorderColor: #f7bf00;
@@ -408,7 +373,7 @@
408
373
  --sapButton_Attention_Selected_Background: #213131;
409
374
  --sapButton_Attention_Selected_BorderColor: #f7bf00;
410
375
  --sapButton_Attention_Selected_TextColor: #ffdf72;
411
- --sapButton_Attention_Selected_Hover_Background: #213131;
376
+ --sapButton_Attention_Selected_Hover_Background: #523900;
412
377
  --sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;
413
378
  --sapButton_Negative_Background: #fa6161;
414
379
  --sapButton_Negative_BorderColor: #fa6161;
@@ -416,45 +381,45 @@
416
381
  --sapButton_Negative_Hover_Background: #fb7a7a;
417
382
  --sapButton_Negative_Hover_BorderColor: #fb7a7a;
418
383
  --sapButton_Negative_Hover_TextColor: #1d232a;
419
- --sapButton_Negative_Active_Background: #fc9292;
420
- --sapButton_Negative_Active_BorderColor: #fc9292;
421
- --sapButton_Negative_Active_TextColor: #1d232a;
384
+ --sapButton_Negative_Active_Background: #213131;
385
+ --sapButton_Negative_Active_BorderColor: #fa6161;
386
+ --sapButton_Negative_Active_TextColor: #fa6161;
422
387
  --sapButton_Critical_Background: #f7bf00;
423
388
  --sapButton_Critical_BorderColor: #f7bf00;
424
389
  --sapButton_Critical_TextColor: #1d232a;
425
390
  --sapButton_Critical_Hover_Background: #ffcf2b;
426
391
  --sapButton_Critical_Hover_BorderColor: #ffcf2b;
427
392
  --sapButton_Critical_Hover_TextColor: #1d232a;
428
- --sapButton_Critical_Active_Background: #ffd43f;
429
- --sapButton_Critical_Active_BorderColor: #ffd43f;
430
- --sapButton_Critical_Active_TextColor: #1d232a;
393
+ --sapButton_Critical_Active_Background: #213131;
394
+ --sapButton_Critical_Active_BorderColor: #f7bf00;
395
+ --sapButton_Critical_Active_TextColor: #ffdf72;
431
396
  --sapButton_Success_Background: #6dad1f;
432
397
  --sapButton_Success_BorderColor: #6dad1f;
433
398
  --sapButton_Success_TextColor: #1d232a;
434
399
  --sapButton_Success_Hover_Background: #7bc323;
435
400
  --sapButton_Success_Hover_BorderColor: #7bc323;
436
401
  --sapButton_Success_Hover_TextColor: #1d232a;
437
- --sapButton_Success_Active_Background: #88d827;
438
- --sapButton_Success_Active_BorderColor: #88d827;
439
- --sapButton_Success_Active_TextColor: #1d232a;
440
- --sapButton_Information_Background: #4db1ff;
441
- --sapButton_Information_BorderColor: #4db1ff;
442
- --sapButton_Information_TextColor: #1d232a;
443
- --sapButton_Information_Hover_Background: #67bcff;
444
- --sapButton_Information_Hover_BorderColor: #67bcff;
445
- --sapButton_Information_Hover_TextColor: #1d232a;
446
- --sapButton_Information_Active_Background: #80c7ff;
447
- --sapButton_Information_Active_BorderColor: #80c7ff;
448
- --sapButton_Information_Active_TextColor: #1d232a;
449
- --sapButton_Neutral_Background: #a9b4be;
450
- --sapButton_Neutral_BorderColor: #a9b4be;
451
- --sapButton_Neutral_TextColor: #1d232a;
452
- --sapButton_Neutral_Hover_Background: #b8c1c9;
453
- --sapButton_Neutral_Hover_BorderColor: #b8c1c9;
454
- --sapButton_Neutral_Hover_TextColor: #1d232a;
455
- --sapButton_Neutral_Active_Background: #c6cdd4;
456
- --sapButton_Neutral_Active_BorderColor: #c6cdd4;
457
- --sapButton_Neutral_Active_TextColor: #1d232a;
402
+ --sapButton_Success_Active_Background: #213131;
403
+ --sapButton_Success_Active_BorderColor: #6dad1f;
404
+ --sapButton_Success_Active_TextColor: #97dd40;
405
+ --sapButton_Information_Background: #002b4d;
406
+ --sapButton_Information_BorderColor: #00457b;
407
+ --sapButton_Information_TextColor: #4db1ff;
408
+ --sapButton_Information_Hover_Background: #003967;
409
+ --sapButton_Information_Hover_BorderColor: #00457b;
410
+ --sapButton_Information_Hover_TextColor: #4db1ff;
411
+ --sapButton_Information_Active_Background: #213131;
412
+ --sapButton_Information_Active_BorderColor: #4db1ff;
413
+ --sapButton_Information_Active_TextColor: #4db1ff;
414
+ --sapButton_Neutral_Background: #002b4d;
415
+ --sapButton_Neutral_BorderColor: #00457b;
416
+ --sapButton_Neutral_TextColor: #4db1ff;
417
+ --sapButton_Neutral_Hover_Background: #003967;
418
+ --sapButton_Neutral_Hover_BorderColor: #00457b;
419
+ --sapButton_Neutral_Hover_TextColor: #4db1ff;
420
+ --sapButton_Neutral_Active_Background: #213131;
421
+ --sapButton_Neutral_Active_BorderColor: #4db1ff;
422
+ --sapButton_Neutral_Active_TextColor: #4db1ff;
458
423
  --sapButton_Track_Background: #a9b4be;
459
424
  --sapButton_Track_BorderColor: #a9b4be;
460
425
  --sapButton_Track_TextColor: #1d232a;
@@ -495,51 +460,61 @@
495
460
  --sapButton_Handle_Positive_TextColor: #97dd40;
496
461
  --sapButton_Handle_Positive_Hover_Background: #1d232a;
497
462
  --sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,0.5);
498
- --sapButton_TokenBackground: #1d232a;
499
- --sapButton_TokenBorderColor: #a9b4be;
500
- --sapField_Background: #242e38;
463
+ --sapButton_TokenBackground: #1c242c;
464
+ --sapButton_TokenBorderColor: #3a4a5a;
465
+ --sapField_Background: #161c22;
501
466
  --sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;
502
467
  --sapField_TextColor: #fff;
503
468
  --sapField_PlaceholderTextColor: #8396A8;
504
469
  --sapField_BorderColor: #a9b4be;
505
- --sapField_HelpBackground: #242e38;
470
+ --sapField_HelpBackground: #161c22;
506
471
  --sapField_BorderWidth: .0625rem;
507
472
  --sapField_BorderStyle: none;
508
473
  --sapField_BorderCornerRadius: .25rem;
474
+ --sapField_Shadow: inset 0 0 0 0.0625rem rgba(169,180,190,0.25);
509
475
  --sapField_Hover_Background: #1d232a;
510
- --sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;
511
- --sapField_Hover_BorderColor: #a9b4be;
476
+ --sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;
477
+ --sapField_Hover_BorderColor: #4db1ff;
512
478
  --sapField_Hover_HelpBackground: #1d232a;
479
+ --sapField_Hover_Shadow: inset 0 0 0 0.0625rem rgba(77,177,255,0.3);
480
+ --sapField_Hover_InvalidShadow: inset 0 0 0 0.0625rem rgba(248,38,38,0.3);
481
+ --sapField_Hover_WarningShadow: inset 0 0 0 0.0625rem rgba(132,92,0,0.5);
482
+ --sapField_Hover_SuccessShadow: inset 0 0 0 0.0625rem rgba(109,173,31,0.18);
483
+ --sapField_Hover_InformationShadow: inset 0 0 0 0.0625rem rgba(77,177,255,0.3);
513
484
  --sapField_Active_BorderColor: #4db1ff;
514
485
  --sapField_Focus_Background: #1d232a;
515
- --sapField_Focus_BorderColor: #4db1ff;
486
+ --sapField_Focus_BorderColor: #9ad3ff;
516
487
  --sapField_Focus_HelpBackground: #1d232a;
517
- --sapField_ReadOnly_Background: transparent;
488
+ --sapField_ReadOnly_Background: #242e38;
518
489
  --sapField_ReadOnly_BackgroundStyle: 0 100% / 0.375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be 0.25rem, transparent 0.25rem) border-box;
519
490
  --sapField_ReadOnly_BorderColor: #a9b4be;
520
491
  --sapField_ReadOnly_BorderStyle: none;
521
- --sapField_ReadOnly_HelpBackground: transparent;
492
+ --sapField_ReadOnly_HelpBackground: #242e38;
522
493
  --sapField_RequiredColor: #ff78a4;
523
494
  --sapField_InvalidColor: #fa6161;
524
495
  --sapField_InvalidBackground: #350000;
525
496
  --sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;
526
497
  --sapField_InvalidBorderWidth: .125rem;
527
498
  --sapField_InvalidBorderStyle: none;
499
+ --sapField_InvalidShadow: inset 0 0 0 0.0625rem rgba(248,38,38,0.3);
528
500
  --sapField_WarningColor: #f7bf00;
529
501
  --sapField_WarningBackground: #382700;
530
502
  --sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;
531
503
  --sapField_WarningBorderWidth: .125rem;
532
504
  --sapField_WarningBorderStyle: none;
505
+ --sapField_WarningShadow: inset 0 0 0 0.0625rem rgba(132,92,0,0.5);
533
506
  --sapField_SuccessColor: #6dad1f;
534
507
  --sapField_SuccessBackground: #11331a;
535
508
  --sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;
536
509
  --sapField_SuccessBorderWidth: .0625rem;
537
510
  --sapField_SuccessBorderStyle: none;
511
+ --sapField_SuccessShadow: inset 0 0 0 0.0625rem rgba(109,173,31,0.18);
538
512
  --sapField_InformationColor: #4db1ff;
539
513
  --sapField_InformationBackground: #00144a;
540
514
  --sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;
541
515
  --sapField_InformationBorderWidth: .125rem;
542
516
  --sapField_InformationBorderStyle: none;
517
+ --sapField_InformationShadow: inset 0 0 0 0.0625rem rgba(77,177,255,0.3);
543
518
  --sapGroup_TitleBackground: #1d232a;
544
519
  --sapGroup_TitleBorderColor: #768ea5;
545
520
  --sapGroup_TitleTextColor: #eaecee;
@@ -549,37 +524,37 @@
549
524
  --sapGroup_BorderWidth: .0625rem;
550
525
  --sapGroup_BorderCornerRadius: .5rem;
551
526
  --sapGroup_FooterBackground: transparent;
552
- --sapPopover_BorderCornerRadius: .5rem;
553
527
  --sapToolbar_Background: #1d232a;
554
528
  --sapToolbar_SeparatorColor: #3c4957;
555
529
  --sapList_HeaderBackground: #1d232a;
556
530
  --sapList_HeaderBorderColor: #768ea5;
557
531
  --sapList_HeaderTextColor: #eaecee;
558
532
  --sapList_BorderColor: #2e3742;
533
+ --sapList_BorderWidth: .0625rem;
559
534
  --sapList_TextColor: #eaecee;
560
535
  --sapList_Active_TextColor: #eaecee;
561
- --sapList_BorderWidth: .0625rem;
562
536
  --sapList_Active_Background: #020303;
563
537
  --sapList_SelectionBackgroundColor: #1d2d3e;
564
538
  --sapList_SelectionBorderColor: #4db1ff;
565
539
  --sapList_Hover_SelectionBackground: #223548;
566
540
  --sapList_Background: #1d232a;
567
- --sapList_Hover_Background: #232b33;
541
+ --sapList_Hover_Background: #222b35;
568
542
  --sapList_AlternatingBackground: #12171c;
569
543
  --sapList_GroupHeaderBackground: #1d232a;
570
544
  --sapList_GroupHeaderBorderColor: #768ea5;
571
545
  --sapList_GroupHeaderTextColor: #eaecee;
572
- --sapList_FooterBackground: #1d232a;
573
- --sapList_FooterTextColor: #eaecee;
574
546
  --sapList_TableGroupHeaderBackground: #0c0f13;
575
547
  --sapList_TableGroupHeaderBorderColor: #768ea5;
576
548
  --sapList_TableGroupHeaderTextColor: #eaecee;
549
+ --sapList_FooterBackground: #1d232a;
550
+ --sapList_FooterTextColor: #eaecee;
577
551
  --sapList_TableFooterBorder: #768ea5;
578
552
  --sapList_TableFixedBorderColor: #6f829a;
579
553
  --sapMessage_ErrorBorderColor: #910000;
580
554
  --sapMessage_WarningBorderColor: #845c00;
581
555
  --sapMessage_SuccessBorderColor: #246c37;
582
556
  --sapMessage_InformationBorderColor: #0034bf;
557
+ --sapPopover_BorderCornerRadius: .5rem;
583
558
  --sapProgress_Background: #2e3b48;
584
559
  --sapProgress_BorderColor: #2e3b48;
585
560
  --sapProgress_TextColor: #eaecee;
@@ -597,7 +572,7 @@
597
572
  --sapProgress_InformationBorderColor: #001b64;
598
573
  --sapProgress_InformationTextColor: #eaecee;
599
574
  --sapProgress_Value_Background: #a9b4be;
600
- --sapProgress_Value_BorderColor: #2e3b48;
575
+ --sapProgress_Value_BorderColor: #a9b4be;
601
576
  --sapProgress_Value_TextColor: #a9b4be;
602
577
  --sapProgress_Value_NegativeBackground: #fa6161;
603
578
  --sapProgress_Value_NegativeBorderColor: #fa6161;
@@ -614,21 +589,21 @@
614
589
  --sapScrollBar_FaceColor: #647891;
615
590
  --sapScrollBar_TrackColor: #1d232a;
616
591
  --sapScrollBar_BorderColor: #647891;
617
- --sapScrollBar_SymbolColor: #eaecee;
592
+ --sapScrollBar_SymbolColor: #4db1ff;
618
593
  --sapScrollBar_Dimension: .75rem;
619
- --sapScrollBar_Hover_FaceColor: #5c6e85;
594
+ --sapScrollBar_Hover_FaceColor: #8697ac;
620
595
  --sapSlider_Background: #2e3b48;
621
596
  --sapSlider_BorderColor: #2e3b48;
622
597
  --sapSlider_Selected_Background: #4db1ff;
623
598
  --sapSlider_Selected_BorderColor: #4db1ff;
624
599
  --sapSlider_HandleBackground: #1d232a;
625
- --sapSlider_HandleBorderColor: #1d232a;
600
+ --sapSlider_HandleBorderColor: #005394;
626
601
  --sapSlider_RangeHandleBackground: #1d232a;
627
- --sapSlider_Hover_HandleBackground: #1d232a;
628
- --sapSlider_Hover_HandleBorderColor: #4db1ff;
629
- --sapSlider_Hover_RangeHandleBackground: transparent;
602
+ --sapSlider_Hover_HandleBackground: #002b4d;
603
+ --sapSlider_Hover_HandleBorderColor: #005394;
604
+ --sapSlider_Hover_RangeHandleBackground: #002b4d;
630
605
  --sapSlider_Active_HandleBackground: #213131;
631
- --sapSlider_Active_HandleBorderColor: #213131;
606
+ --sapSlider_Active_HandleBorderColor: #4db1ff;
632
607
  --sapSlider_Active_RangeHandleBackground: transparent;
633
608
  --sapPageHeader_Background: #1d232a;
634
609
  --sapPageHeader_BorderColor: #2e3742;
@@ -642,17 +617,17 @@
642
617
  --sapInfobar_NonInteractive_Background: #12171c;
643
618
  --sapInfobar_TextColor: #64edd2;
644
619
  --sapObjectHeader_Background: #1d232a;
620
+ --sapObjectHeader_Hover_Background: #222b35;
645
621
  --sapObjectHeader_BorderColor: #2e3742;
646
- --sapObjectHeader_Hover_Background: #232b33;
647
622
  --sapObjectHeader_Title_TextColor: #eaecee;
648
- --sapObjectHeader_Title_FontSize: 2rem;
623
+ --sapObjectHeader_Title_FontSize: 1.5rem;
649
624
  --sapObjectHeader_Title_SnappedFontSize: 1.25rem;
650
625
  --sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
651
626
  --sapObjectHeader_Subtitle_TextColor: #8396a8;
652
627
  --sapBlockLayer_Background: #000;
653
628
  --sapTile_Background: #1d232a;
654
- --sapTile_Hover_Background: #1d232a;
655
- --sapTile_Active_Background: #15191e;
629
+ --sapTile_Hover_Background: #222b35;
630
+ --sapTile_Active_Background: #020303;
656
631
  --sapTile_BorderColor: transparent;
657
632
  --sapTile_BorderCornerRadius: 1rem;
658
633
  --sapTile_TitleTextColor: #eaecee;
@@ -660,7 +635,7 @@
660
635
  --sapTile_IconColor: #8396a8;
661
636
  --sapTile_SeparatorColor: #475566;
662
637
  --sapTile_Interactive_BorderColor: #5b6e85;
663
- --sapTile_OverlayBackground: rgba(29,35,42,0.96);
638
+ --sapTile_OverlayBackground: #1d232a;
664
639
  --sapTile_OverlayForegroundColor: #eaecee;
665
640
  --sapAccentColor1: #ffdf72;
666
641
  --sapAccentColor2: #ff8cb2;
@@ -682,6 +657,146 @@
682
657
  --sapAccentBackgroundColor8: #236c39;
683
658
  --sapAccentBackgroundColor9: #4e247a;
684
659
  --sapAccentBackgroundColor10: #45617c;
660
+ --sapIndicationColor_1: #fd4444;
661
+ --sapIndicationColor_1_Background: #fd4444;
662
+ --sapIndicationColor_1_BorderColor: #fd4444;
663
+ --sapIndicationColor_1_TextColor: #1d232a;
664
+ --sapIndicationColor_1_Hover_Background: #fd5d5d;
665
+ --sapIndicationColor_1_Active_Background: #213131;
666
+ --sapIndicationColor_1_Active_BorderColor: #5e0303;
667
+ --sapIndicationColor_1_Active_TextColor: #fd4444;
668
+ --sapIndicationColor_1_Selected_Background: #213131;
669
+ --sapIndicationColor_1_Selected_BorderColor: #5e0303;
670
+ --sapIndicationColor_1_Selected_TextColor: #fd4444;
671
+ --sapIndicationColor_1b: #5e0303;
672
+ --sapIndicationColor_1b_BorderColor: #5e0303;
673
+ --sapIndicationColor_1b_Hover_Background: #770404;
674
+ --sapIndicationColor_2: #ff8f8f;
675
+ --sapIndicationColor_2_Background: #ff8f8f;
676
+ --sapIndicationColor_2_BorderColor: #ff8f8f;
677
+ --sapIndicationColor_2_TextColor: #1d232a;
678
+ --sapIndicationColor_2_Hover_Background: #ffa9a9;
679
+ --sapIndicationColor_2_Active_Background: #213131;
680
+ --sapIndicationColor_2_Active_BorderColor: #7d0000;
681
+ --sapIndicationColor_2_Active_TextColor: #ff8f8f;
682
+ --sapIndicationColor_2_Selected_Background: #213131;
683
+ --sapIndicationColor_2_Selected_BorderColor: #7d0000;
684
+ --sapIndicationColor_2_Selected_TextColor: #ff8f8f;
685
+ --sapIndicationColor_2b: #7d0000;
686
+ --sapIndicationColor_2b_BorderColor: #7d0000;
687
+ --sapIndicationColor_2b_Hover_Background: #970000;
688
+ --sapIndicationColor_3: #ffc933;
689
+ --sapIndicationColor_3_Background: #ffc933;
690
+ --sapIndicationColor_3_BorderColor: #ffc933;
691
+ --sapIndicationColor_3_TextColor: #1d232a;
692
+ --sapIndicationColor_3_Hover_Background: #ffcd42;
693
+ --sapIndicationColor_3_Active_Background: #213131;
694
+ --sapIndicationColor_3_Active_BorderColor: #662b00;
695
+ --sapIndicationColor_3_Active_TextColor: #ffc933;
696
+ --sapIndicationColor_3_Selected_Background: #213131;
697
+ --sapIndicationColor_3_Selected_BorderColor: #662b00;
698
+ --sapIndicationColor_3_Selected_TextColor: #ffc933;
699
+ --sapIndicationColor_3b: #662b00;
700
+ --sapIndicationColor_3b_BorderColor: #662b00;
701
+ --sapIndicationColor_3b_Hover_Background: #803600;
702
+ --sapIndicationColor_4: #bde986;
703
+ --sapIndicationColor_4_Background: #bde986;
704
+ --sapIndicationColor_4_BorderColor: #bde986;
705
+ --sapIndicationColor_4_TextColor: #1d232a;
706
+ --sapIndicationColor_4_Hover_Background: #c9ed9c;
707
+ --sapIndicationColor_4_Active_Background: #213131;
708
+ --sapIndicationColor_4_Active_BorderColor: #044a18;
709
+ --sapIndicationColor_4_Active_TextColor: #bde986;
710
+ --sapIndicationColor_4_Selected_Background: #213131;
711
+ --sapIndicationColor_4_Selected_BorderColor: #044a18;
712
+ --sapIndicationColor_4_Selected_TextColor: #bde986;
713
+ --sapIndicationColor_4b: #044a18;
714
+ --sapIndicationColor_4b_BorderColor: #044a18;
715
+ --sapIndicationColor_4b_Hover_Background: #056220;
716
+ --sapIndicationColor_5: #a6e0ff;
717
+ --sapIndicationColor_5_Background: #a6e0ff;
718
+ --sapIndicationColor_5_BorderColor: #a6e0ff;
719
+ --sapIndicationColor_5_TextColor: #1d232a;
720
+ --sapIndicationColor_5_Hover_Background: #c0e9ff;
721
+ --sapIndicationColor_5_Active_Background: #213131;
722
+ --sapIndicationColor_5_Active_BorderColor: #024594;
723
+ --sapIndicationColor_5_Active_TextColor: #a6e0ff;
724
+ --sapIndicationColor_5_Selected_Background: #213131;
725
+ --sapIndicationColor_5_Selected_BorderColor: #024594;
726
+ --sapIndicationColor_5_Selected_TextColor: #a6e0ff;
727
+ --sapIndicationColor_5b: #024594;
728
+ --sapIndicationColor_5b_BorderColor: #024594;
729
+ --sapIndicationColor_5b_Hover_Background: #0251ad;
730
+ --sapIndicationColor_6: #64edd2;
731
+ --sapIndicationColor_6_Background: #64edd2;
732
+ --sapIndicationColor_6_BorderColor: #64edd2;
733
+ --sapIndicationColor_6_TextColor: #1d232a;
734
+ --sapIndicationColor_6_Hover_Background: #7bf0d9;
735
+ --sapIndicationColor_6_Active_Background: #213131;
736
+ --sapIndicationColor_6_Active_BorderColor: #00454e;
737
+ --sapIndicationColor_6_Active_TextColor: #64edd2;
738
+ --sapIndicationColor_6_Selected_Background: #213131;
739
+ --sapIndicationColor_6_Selected_BorderColor: #00454e;
740
+ --sapIndicationColor_6_Selected_TextColor: #64edd2;
741
+ --sapIndicationColor_6b: #00454e;
742
+ --sapIndicationColor_6b_BorderColor: #00454e;
743
+ --sapIndicationColor_6b_Hover_Background: #005c68;
744
+ --sapIndicationColor_7: #d3b6ff;
745
+ --sapIndicationColor_7_Background: #d3b6ff;
746
+ --sapIndicationColor_7_BorderColor: #d3b6ff;
747
+ --sapIndicationColor_7_TextColor: #1d232a;
748
+ --sapIndicationColor_7_Hover_Background: #e2d0ff;
749
+ --sapIndicationColor_7_Active_Background: #213131;
750
+ --sapIndicationColor_7_Active_BorderColor: #2702c2;
751
+ --sapIndicationColor_7_Active_TextColor: #d3b6ff;
752
+ --sapIndicationColor_7_Selected_Background: #213131;
753
+ --sapIndicationColor_7_Selected_BorderColor: #2702c2;
754
+ --sapIndicationColor_7_Selected_TextColor: #d3b6ff;
755
+ --sapIndicationColor_7b: #2702c2;
756
+ --sapIndicationColor_7b_BorderColor: #2702c2;
757
+ --sapIndicationColor_7b_Hover_Background: #2c02db;
758
+ --sapIndicationColor_8: #ff8af0;
759
+ --sapIndicationColor_8_Background: #ff8af0;
760
+ --sapIndicationColor_8_BorderColor: #ff8af0;
761
+ --sapIndicationColor_8_TextColor: #1d232a;
762
+ --sapIndicationColor_8_Hover_Background: #ffa3f3;
763
+ --sapIndicationColor_8_Active_Background: #213131;
764
+ --sapIndicationColor_8_Active_BorderColor: #4c005b;
765
+ --sapIndicationColor_8_Active_TextColor: #ff8af0;
766
+ --sapIndicationColor_8_Selected_Background: #213131;
767
+ --sapIndicationColor_8_Selected_BorderColor: #4c005b;
768
+ --sapIndicationColor_8_Selected_TextColor: #ff8af0;
769
+ --sapIndicationColor_8b: #4c005b;
770
+ --sapIndicationColor_8b_BorderColor: #4c005b;
771
+ --sapIndicationColor_8b_Hover_Background: #610075;
772
+ --sapIndicationColor_9: #f2f2f2;
773
+ --sapIndicationColor_9_Background: #f2f2f2;
774
+ --sapIndicationColor_9_BorderColor: #f2f2f2;
775
+ --sapIndicationColor_9_TextColor: #1d232a;
776
+ --sapIndicationColor_9_Hover_Background: #fff;
777
+ --sapIndicationColor_9_Active_Background: #213131;
778
+ --sapIndicationColor_9_Active_BorderColor: #3e4b5a;
779
+ --sapIndicationColor_9_Active_TextColor: #f2f2f2;
780
+ --sapIndicationColor_9_Selected_Background: #213131;
781
+ --sapIndicationColor_9_Selected_BorderColor: #3e4b5a;
782
+ --sapIndicationColor_9_Selected_TextColor: #f2f2f2;
783
+ --sapIndicationColor_9b: #1d232a;
784
+ --sapIndicationColor_9b_BorderColor: #3e4b5a;
785
+ --sapIndicationColor_9b_Hover_Background: #273039;
786
+ --sapIndicationColor_10: #d8d8d8;
787
+ --sapIndicationColor_10_Background: #aaa;
788
+ --sapIndicationColor_10_BorderColor: #aaa;
789
+ --sapIndicationColor_10_TextColor: #1d232a;
790
+ --sapIndicationColor_10_Hover_Background: #b7b7b7;
791
+ --sapIndicationColor_10_Active_Background: #213131;
792
+ --sapIndicationColor_10_Active_BorderColor: #373737;
793
+ --sapIndicationColor_10_Active_TextColor: #d8d8d8;
794
+ --sapIndicationColor_10_Selected_Background: #213131;
795
+ --sapIndicationColor_10_Selected_BorderColor: #373737;
796
+ --sapIndicationColor_10_Selected_TextColor: #d8d8d8;
797
+ --sapIndicationColor_10b: #373737;
798
+ --sapIndicationColor_10b_BorderColor: #373737;
799
+ --sapIndicationColor_10b_Hover_Background: #444;
685
800
  --sapLegend_WorkingBackground: #1d232a;
686
801
  --sapLegend_NonWorkingBackground: #0c0f12;
687
802
  --sapLegend_CurrentDateTime: #ffafed;
@@ -725,39 +840,39 @@
725
840
  --sapLegendBackgroundColor18: #1e3009;
726
841
  --sapLegendBackgroundColor19: #0a285c;
727
842
  --sapLegendBackgroundColor20: #1c0c6e;
728
- --sapChart_OrderedColor_1: #1b90ff;
729
- --sapChart_OrderedColor_2: #f26018;
730
- --sapChart_OrderedColor_3: #179c6f;
731
- --sapChart_OrderedColor_4: #f62866;
843
+ --sapChart_OrderedColor_1: #0070f2;
844
+ --sapChart_OrderedColor_2: #ffb727;
845
+ --sapChart_OrderedColor_3: #b4ce35;
846
+ --sapChart_OrderedColor_4: #fa4f96;
732
847
  --sapChart_OrderedColor_5: #8b47d7;
733
- --sapChart_OrderedColor_6: #04a29d;
734
- --sapChart_OrderedColor_7: #0070f2;
735
- --sapChart_OrderedColor_8: #cc00dc;
736
- --sapChart_OrderedColor_9: #8396a8;
737
- --sapChart_OrderedColor_10: #f54747;
738
- --sapChart_OrderedColor_11: #296fb3;
848
+ --sapChart_OrderedColor_6: #049f9a;
849
+ --sapChart_OrderedColor_7: #3c8cdd;
850
+ --sapChart_OrderedColor_8: #f31ded;
851
+ --sapChart_OrderedColor_9: #8ea18c;
852
+ --sapChart_OrderedColor_10: #f28585;
853
+ --sapChart_OrderedColor_11: #7858ff;
739
854
  --sapChart_Bad: #f53232;
740
855
  --sapChart_Critical: #e76500;
741
856
  --sapChart_Good: #30914c;
742
857
  --sapChart_Neutral: #788fa6;
743
- --sapChart_Sequence_1: #1b90ff;
744
- --sapChart_Sequence_2: #f26018;
745
- --sapChart_Sequence_3: #179c6f;
746
- --sapChart_Sequence_4: #f62866;
858
+ --sapChart_Sequence_1: #0070f2;
859
+ --sapChart_Sequence_2: #ffb727;
860
+ --sapChart_Sequence_3: #b4ce35;
861
+ --sapChart_Sequence_4: #fa4f96;
747
862
  --sapChart_Sequence_5: #8b47d7;
748
- --sapChart_Sequence_6: #04a29d;
749
- --sapChart_Sequence_7: #0070f2;
750
- --sapChart_Sequence_8: #cc00dc;
751
- --sapChart_Sequence_9: #8396a8;
752
- --sapChart_Sequence_10: #f54747;
753
- --sapChart_Sequence_11: #296fb3;
863
+ --sapChart_Sequence_6: #049f9a;
864
+ --sapChart_Sequence_7: #3c8cdd;
865
+ --sapChart_Sequence_8: #f31ded;
866
+ --sapChart_Sequence_9: #8ea18c;
867
+ --sapChart_Sequence_10: #f28585;
868
+ --sapChart_Sequence_11: #7858ff;
754
869
  --sapChart_Sequence_Neutral: #788fa6;
755
870
  --sapFontUrl_SAP-icons_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf');
756
871
  --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff');
757
872
  --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2');
758
- --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');
759
- --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');
760
- --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');
873
+ --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.ttf');
874
+ --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff');
875
+ --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff2');
761
876
  --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf');
762
877
  --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff');
763
878
  --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2');
@@ -819,3 +934,23 @@
819
934
  .background-image--sapShell_BackgroundImage {
820
935
  background-image: var(--sapShell_BackgroundImage);
821
936
  }
937
+
938
+ /**
939
+ * Base.baseLib.sap_horizon.base (Version 11.6.8)
940
+ */
941
+
942
+
943
+ /**
944
+ * Base.baseLib.sap_horizon.css_variables (Version 11.6.8)
945
+ */
946
+
947
+
948
+ /**
949
+ * Base.baseLib.sap_horizon_dark.base (Version 11.6.8)
950
+ */
951
+
952
+
953
+ /**
954
+ * Base.baseLib.sap_horizon_dark.css_variables (Version 11.6.8)
955
+ */
956
+