@ui5/webcomponents-theming 0.0.0-e58530409 → 0.0.0-ebd9a4db3

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 (101) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +1625 -0
  3. package/README.md +3 -5
  4. package/css-vars-usage.json +253 -27
  5. package/dist/.tsbuildinfo +1 -0
  6. package/dist/Assets-fetch.d.ts +1 -0
  7. package/dist/Assets-fetch.js +3 -0
  8. package/dist/Assets-fetch.js.map +1 -0
  9. package/dist/Assets.d.ts +1 -0
  10. package/dist/Assets.js +1 -0
  11. package/dist/Assets.js.map +1 -0
  12. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  13. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  14. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  15. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  16. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  17. package/dist/css/themes/sap_horizon_dark/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_hcw/parameters-bundle.css +1 -1
  20. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  21. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  22. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  23. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  24. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  25. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  26. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  27. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  28. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  29. package/dist/generated/json-imports/Themes-fetch.js +25 -0
  30. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  31. package/dist/generated/json-imports/Themes.d.ts +1 -0
  32. package/dist/generated/json-imports/Themes.js +20 -25
  33. package/dist/generated/json-imports/Themes.js.map +1 -0
  34. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
  35. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
  36. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  37. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
  38. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
  39. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  40. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
  41. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
  42. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  43. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
  44. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
  45. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  46. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
  47. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
  48. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  49. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
  50. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
  51. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  52. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
  53. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -1
  54. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  55. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
  56. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -1
  57. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  58. package/package-scripts.cjs +24 -0
  59. package/package.json +8 -9
  60. package/tsconfig.json +25 -0
  61. package/config/postcss.themes/postcss.config.js +0 -24
  62. package/dist/Assets-static.js +0 -2
  63. package/dist/css/themes/sap_belize/parameters-bundle.css +0 -1
  64. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +0 -1
  65. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +0 -1
  66. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +0 -1
  67. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
  68. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
  69. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
  70. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +0 -1
  71. package/dist/generated/json-imports/Themes-static.js +0 -41
  72. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
  73. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
  74. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
  75. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +0 -1
  76. package/dist/themes/sap_belize/css_variables.css +0 -748
  77. package/dist/themes/sap_belize/parameters-bundle.css +0 -1
  78. package/dist/themes/sap_belize_hcb/css_variables.css +0 -747
  79. package/dist/themes/sap_belize_hcb/parameters-bundle.css +0 -1
  80. package/dist/themes/sap_belize_hcw/css_variables.css +0 -747
  81. package/dist/themes/sap_belize_hcw/parameters-bundle.css +0 -1
  82. package/dist/themes/sap_fiori_3/css_variables.css +0 -747
  83. package/dist/themes/sap_fiori_3/parameters-bundle.css +0 -1
  84. package/dist/themes/sap_fiori_3_dark/css_variables.css +0 -747
  85. package/dist/themes/sap_fiori_3_dark/parameters-bundle.css +0 -1
  86. package/dist/themes/sap_fiori_3_hcb/css_variables.css +0 -747
  87. package/dist/themes/sap_fiori_3_hcb/parameters-bundle.css +0 -1
  88. package/dist/themes/sap_fiori_3_hcw/css_variables.css +0 -747
  89. package/dist/themes/sap_fiori_3_hcw/parameters-bundle.css +0 -1
  90. package/dist/themes/sap_horizon/css_variables.css +0 -747
  91. package/dist/themes/sap_horizon/parameters-bundle.css +0 -1
  92. package/dist/themes/sap_horizon_dark/css_variables.css +0 -747
  93. package/dist/themes/sap_horizon_dark/parameters-bundle.css +0 -1
  94. package/dist/themes/sap_horizon_exp/css_variables.css +0 -747
  95. package/dist/themes/sap_horizon_exp/parameters-bundle.css +0 -1
  96. package/dist/themes/sap_horizon_hcb/css_variables.css +0 -747
  97. package/dist/themes/sap_horizon_hcb/parameters-bundle.css +0 -1
  98. package/dist/themes/sap_horizon_hcw/css_variables.css +0 -747
  99. package/dist/themes/sap_horizon_hcw/parameters-bundle.css +0 -1
  100. package/lib/generate-css-vars-usage-report/index.js +0 -32
  101. package/package-scripts.js +0 -33
@@ -1,747 +0,0 @@
1
- /**
2
- * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
3
- *
4
- * Theming Engine 1.69.2
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.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}
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.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}');}
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.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}};}
10
- :root {
11
- --sapBrandColor: #0070f2;
12
- --sapHighlightColor: #4db1ff;
13
- --sapBaseColor: #1d232a;
14
- --sapShellColor: #1d232a;
15
- --sapBackgroundColor: #12171c;
16
- --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", "72", "72full", Arial, Helvetica, sans-serif;
22
- --sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
23
- --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
- --sapTextColor: #eaecee;
33
- --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
- --sapCompanyLogo: none;
40
- --sapBackgroundImage: none;
41
- --sapBackgroundImageOpacity: 1.0;
42
- --sapBackgroundImageRepeat: false;
43
- --sapSelectedColor: #4db1ff;
44
- --sapActiveColor: #020303;
45
- --sapHighlightTextColor: #1d232a;
46
- --sapTitleColor: #eaecee;
47
- --sapNegativeColor: #fa6161;
48
- --sapCriticalColor: #ffdf72;
49
- --sapPositiveColor: #97dd40;
50
- --sapInformativeColor: #4db1ff;
51
- --sapNeutralColor: #a9b4be;
52
- --sapNegativeElementColor: #fa6161;
53
- --sapCriticalElementColor: #f7bf00;
54
- --sapPositiveElementColor: #6dad1f;
55
- --sapInformativeElementColor: #4db1ff;
56
- --sapNeutralElementColor: #a9b4be;
57
- --sapNegativeTextColor: #fa6161;
58
- --sapPositiveTextColor: #97dd40;
59
- --sapCriticalTextColor: #ffdf72;
60
- --sapInformativeTextColor: #4db1ff;
61
- --sapNeutralTextColor: #eaecee;
62
- --sapNeutralBorderColor: #a9b4be;
63
- --sapErrorColor: #fa6161;
64
- --sapErrorBorderColor: #fa6161;
65
- --sapWarningColor: #ffdf72;
66
- --sapWarningBorderColor: #f7bf00;
67
- --sapSuccessColor: #97dd40;
68
- --sapSuccessBorderColor: #6dad1f;
69
- --sapInformationColor: #4db1ff;
70
- --sapInformationBorderColor: #4db1ff;
71
- --sapErrorBackground: #350000;
72
- --sapWarningBackground: #382700;
73
- --sapSuccessBackground: #11331a;
74
- --sapInformationBackground: #00144a;
75
- --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;
124
- --sapElement_LineHeight: 2.75rem;
125
- --sapElement_Height: 2.25rem;
126
- --sapElement_BorderWidth: .0625rem;
127
- --sapElement_BorderCornerRadius: .75rem;
128
- --sapElement_Compact_LineHeight: 2rem;
129
- --sapElement_Compact_Height: 1.625rem;
130
- --sapElement_Condensed_LineHeight: 1.5rem;
131
- --sapElement_Condensed_Height: 1.375rem;
132
- --sapContent_LineHeight: 1.5;
133
- --sapContent_IconHeight: 1rem;
134
- --sapContent_IconColor: #eaecee;
135
- --sapContent_ContrastIconColor: #1d232a;
136
- --sapContent_NonInteractiveIconColor: #a9b4be;
137
- --sapContent_MarkerIconColor: #d3b6ff;
138
- --sapContent_MarkerTextColor: #64edd2;
139
- --sapContent_MeasureIndicatorColor: #a9b4be;
140
- --sapContent_Selected_MeasureIndicatorColor: #4db1ff;
141
- --sapContent_ImagePlaceholderBackground: #45617c;
142
- --sapContent_ImagePlaceholderForegroundColor: #d5dadd;
143
- --sapContent_RatedColor: #ffdf72;
144
- --sapContent_UnratedColor: #a9b4be;
145
- --sapContent_BusyColor: #eaecee;
146
- --sapContent_FocusColor: #4db1ff;
147
- --sapContent_FocusStyle: solid;
148
- --sapContent_FocusWidth: .125rem;
149
- --sapContent_ContrastFocusColor: #fff;
150
- --sapContent_ShadowColor: #000;
151
- --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);
153
- --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
- --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
- --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
- --sapContent_TextShadow: 0 0 0.125rem #000;
157
- --sapContent_ContrastTextShadow: none;
158
- --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);
166
- --sapContent_SearchHighlightColor: #046c7a;
167
- --sapContent_HelpColor: #5dc122;
168
- --sapContent_LabelColor: #8396A8;
169
- --sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
170
- --sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
171
- --sapContent_IconFontFamily: "SAP-icons";
172
- --sapContent_DisabledTextColor: rgba(234,236,238,0.6);
173
- --sapContent_DisabledOpacity: 0.4;
174
- --sapContent_ContrastTextThreshold: 0.5;
175
- --sapContent_ContrastTextColor: #1d232a;
176
- --sapContent_ForegroundColor: #101418;
177
- --sapContent_ForegroundBorderColor: #a9b4be;
178
- --sapContent_ForegroundTextColor: #eaecee;
179
- --sapContent_BadgeBackground: #ff8cb2;
180
- --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
- --sapContent_DragAndDropActiveColor: #4db1ff;
184
- --sapContent_Selected_Background: #1d232a;
185
- --sapContent_Selected_TextColor: #4db1ff;
186
- --sapContent_Selected_Hover_Background: #1d232a;
187
- --sapContent_Selected_ForegroundColor: #4db1ff;
188
- --sapContent_ForcedColorAdjust: none;
189
- --sapContent_Illustrative_Color1: #5d36ff;
190
- --sapContent_Illustrative_Color2: #4098ff;
191
- --sapContent_Illustrative_Color3: #f58b00;
192
- --sapContent_Illustrative_Color4: #5581ae;
193
- --sapContent_Illustrative_Color5: #fff;
194
- --sapContent_Illustrative_Color6: #b9c1c6;
195
- --sapContent_Illustrative_Color7: #223548;
196
- --sapContent_Illustrative_Color8: #fff;
197
- --sapContent_Illustrative_Color9: #64edd2;
198
- --sapContent_Illustrative_Color10: #ebf8ff;
199
- --sapContent_Illustrative_Color11: #f31ded;
200
- --sapContent_Illustrative_Color12: #00a800;
201
- --sapContent_Illustrative_Color13: #1782ff;
202
- --sapContent_Illustrative_Color14: #0070f3;
203
- --sapContent_Illustrative_Color15: #cc7400;
204
- --sapContent_Illustrative_Color16: #3b0ac6;
205
- --sapContent_Illustrative_Color17: #00a58a;
206
- --sapContent_Illustrative_Color18: #2a4259;
207
- --sapContent_Illustrative_Color19: #324e6b;
208
- --sapContent_Illustrative_Color20: #3b5b7c;
209
- --sapShell_Background: #12171c;
210
- --sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);
211
- --sapShell_BackgroundGradient: linear-gradient(to bottom, #12171c, #12171c);
212
- --sapShell_BackgroundImageOpacity: 1.0;
213
- --sapShell_BackgroundImageRepeat: false;
214
- --sapShell_BorderColor: #1d232a;
215
- --sapShell_TextColor: #eaecee;
216
- --sapShell_InteractiveBackground: #242e38;
217
- --sapShell_InteractiveTextColor: #eaecee;
218
- --sapShell_InteractiveBorderColor: #a9b4be;
219
- --sapShell_GroupTitleTextColor: #eaecee;
220
- --sapShell_GroupTitleTextShadow: 0 0 .125rem #000;
221
- --sapShell_Hover_Background: #1d232a;
222
- --sapShell_Active_Background: #1d232a;
223
- --sapShell_Active_TextColor: #4db1ff;
224
- --sapShell_Selected_Background: #1d232a;
225
- --sapShell_Selected_TextColor: #4db1ff;
226
- --sapShell_Selected_Hover_Background: #1d232a;
227
- --sapShell_Favicon: none;
228
- --sapShell_Navigation_Background: #1d232a;
229
- --sapShell_Navigation_SelectedColor: #4db1ff;
230
- --sapShell_Navigation_Selected_TextColor: #4db1ff;
231
- --sapShell_Navigation_TextColor: #eaecee;
232
- --sapShell_Navigation_Hover_Background: #1d232a;
233
- --sapShell_Navigation_Active_Background: #1d232a;
234
- --sapShell_Navigation_Active_TextColor: #4db1ff;
235
- --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
- --sapShell_NegativeColor: #fa6161;
237
- --sapShell_CriticalColor: #ffdf72;
238
- --sapShell_PositiveColor: #97dd40;
239
- --sapShell_InformativeColor: #4db1ff;
240
- --sapShell_NeutralColor: #eaecee;
241
- --sapAvatar_1_Background: #ae4000;
242
- --sapAvatar_1_BorderColor: #ae4000;
243
- --sapAvatar_1_TextColor: #ffdf72;
244
- --sapAvatar_2_Background: #890506;
245
- --sapAvatar_2_BorderColor: #890506;
246
- --sapAvatar_2_TextColor: #ff8cb2;
247
- --sapAvatar_3_Background: #b40569;
248
- --sapAvatar_3_BorderColor: #b40569;
249
- --sapAvatar_3_TextColor: #fecbda;
250
- --sapAvatar_4_Background: #8700b8;
251
- --sapAvatar_4_BorderColor: #8700b8;
252
- --sapAvatar_4_TextColor: #ffafed;
253
- --sapAvatar_5_Background: #470cf1;
254
- --sapAvatar_5_BorderColor: #470cf1;
255
- --sapAvatar_5_TextColor: #d3b6ff;
256
- --sapAvatar_6_Background: #0054cc;
257
- --sapAvatar_6_BorderColor: #0054cc;
258
- --sapAvatar_6_TextColor: #a6e0ff;
259
- --sapAvatar_7_Background: #036573;
260
- --sapAvatar_7_BorderColor: #036573;
261
- --sapAvatar_7_TextColor: #64edd2;
262
- --sapAvatar_8_Background: #236c39;
263
- --sapAvatar_8_BorderColor: #236c39;
264
- --sapAvatar_8_TextColor: #bde986;
265
- --sapAvatar_9_Background: #4e247a;
266
- --sapAvatar_9_BorderColor: #4e247a;
267
- --sapAvatar_9_TextColor: #b995e0;
268
- --sapAvatar_10_Background: #45617c;
269
- --sapAvatar_10_BorderColor: #45617c;
270
- --sapAvatar_10_TextColor: #d5dadd;
271
- --sapButton_BorderWidth: .0625rem;
272
- --sapButton_BorderCornerRadius: .5rem;
273
- --sapButton_Background: #2e3b47;
274
- --sapButton_BorderColor: #2e3b47;
275
- --sapButton_TextColor: #eaecee;
276
- --sapButton_Hover_Background: #1d232a;
277
- --sapButton_Hover_BorderColor: #1d232a;
278
- --sapButton_Hover_TextColor: #eaecee;
279
- --sapButton_IconColor: #eaecee;
280
- --sapButton_Active_Background: #213131;
281
- --sapButton_Active_BorderColor: #4db1ff;
282
- --sapButton_Active_TextColor: #4db1ff;
283
- --sapButton_Emphasized_Background: #0070f2;
284
- --sapButton_Emphasized_BorderColor: #0070f2;
285
- --sapButton_Emphasized_TextColor: #eaecee;
286
- --sapButton_Emphasized_Hover_Background: #0064d9;
287
- --sapButton_Emphasized_Hover_BorderColor: #0064d9;
288
- --sapButton_Emphasized_Hover_TextColor: #eaecee;
289
- --sapButton_Emphasized_Active_Background: #213131;
290
- --sapButton_Emphasized_Active_BorderColor: #4db1ff;
291
- --sapButton_Emphasized_Active_TextColor: #4db1ff;
292
- --sapButton_Emphasized_TextShadow: transparent;
293
- --sapButton_Emphasized_FontWeight: bold;
294
- --sapButton_Reject_Background: #490000;
295
- --sapButton_Reject_BorderColor: #490000;
296
- --sapButton_Reject_Hover_Background: #1d232a;
297
- --sapButton_Reject_Hover_BorderColor: #1d232a;
298
- --sapButton_Reject_Hover_TextColor: #fa6161;
299
- --sapButton_Reject_Active_Background: #213131;
300
- --sapButton_Reject_Active_BorderColor: #fa6161;
301
- --sapButton_Reject_Active_TextColor: #fa6161;
302
- --sapButton_Reject_TextColor: #fa6161;
303
- --sapButton_Reject_Selected_Background: #213131;
304
- --sapButton_Reject_Selected_BorderColor: #fa6161;
305
- --sapButton_Reject_Selected_TextColor: #fa6161;
306
- --sapButton_Reject_Selected_Hover_Background: #213131;
307
- --sapButton_Reject_Selected_Hover_BorderColor: #fa6161;
308
- --sapButton_Accept_Background: #153e20;
309
- --sapButton_Accept_BorderColor: #153e20;
310
- --sapButton_Accept_Hover_Background: #1d232a;
311
- --sapButton_Accept_Hover_BorderColor: #1d232a;
312
- --sapButton_Accept_Hover_TextColor: #97dd40;
313
- --sapButton_Accept_Active_Background: #213131;
314
- --sapButton_Accept_Active_BorderColor: #6dad1f;
315
- --sapButton_Accept_Active_TextColor: #97dd40;
316
- --sapButton_Accept_TextColor: #97dd40;
317
- --sapButton_Accept_Selected_Background: #213131;
318
- --sapButton_Accept_Selected_BorderColor: #6dad1f;
319
- --sapButton_Accept_Selected_TextColor: #97dd40;
320
- --sapButton_Accept_Selected_Hover_Background: #1d232a;
321
- --sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;
322
- --sapButton_Lite_Background: transparent;
323
- --sapButton_Lite_BorderColor: transparent;
324
- --sapButton_Lite_TextColor: #4db1ff;
325
- --sapButton_Lite_Hover_Background: #1d232a;
326
- --sapButton_Lite_Hover_BorderColor: #1d232a;
327
- --sapButton_Lite_Hover_TextColor: #4db1ff;
328
- --sapButton_Lite_Active_Background: #213131;
329
- --sapButton_Lite_Active_BorderColor: #4db1ff;
330
- --sapButton_Selected_Background: #1d232a;
331
- --sapButton_Selected_BorderColor: #4db1ff;
332
- --sapButton_Selected_TextColor: #4db1ff;
333
- --sapButton_Selected_Hover_Background: #1d232a;
334
- --sapButton_Selected_Hover_BorderColor: #4db1ff;
335
- --sapButton_Attention_Background: #382700;
336
- --sapButton_Attention_BorderColor: #382700;
337
- --sapButton_Attention_TextColor: #ffdf72;
338
- --sapButton_Attention_Hover_Background: #1d232a;
339
- --sapButton_Attention_Hover_BorderColor: #1d232a;
340
- --sapButton_Attention_Hover_TextColor: #ffdf72;
341
- --sapButton_Attention_Active_Background: #213131;
342
- --sapButton_Attention_Active_BorderColor: #f7bf00;
343
- --sapButton_Attention_Active_TextColor: #ffdf72;
344
- --sapButton_Attention_Selected_Background: #213131;
345
- --sapButton_Attention_Selected_BorderColor: #f7bf00;
346
- --sapButton_Attention_Selected_TextColor: #ffdf72;
347
- --sapButton_Attention_Selected_Hover_Background: #213131;
348
- --sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;
349
- --sapButton_Negative_Background: #fa6161;
350
- --sapButton_Negative_BorderColor: #fa6161;
351
- --sapButton_Negative_TextColor: #1d232a;
352
- --sapButton_Negative_Hover_Background: #fb7a7a;
353
- --sapButton_Negative_Hover_BorderColor: #fb7a7a;
354
- --sapButton_Negative_Hover_TextColor: #1d232a;
355
- --sapButton_Negative_Active_Background: #fc9292;
356
- --sapButton_Negative_Active_BorderColor: #fc9292;
357
- --sapButton_Negative_Active_TextColor: #1d232a;
358
- --sapButton_Critical_Background: #f7bf00;
359
- --sapButton_Critical_BorderColor: #f7bf00;
360
- --sapButton_Critical_TextColor: #1d232a;
361
- --sapButton_Critical_Hover_Background: #ffcf2b;
362
- --sapButton_Critical_Hover_BorderColor: #ffcf2b;
363
- --sapButton_Critical_Hover_TextColor: #1d232a;
364
- --sapButton_Critical_Active_Background: #ffd43f;
365
- --sapButton_Critical_Active_BorderColor: #ffd43f;
366
- --sapButton_Critical_Active_TextColor: #1d232a;
367
- --sapButton_Success_Background: #6dad1f;
368
- --sapButton_Success_BorderColor: #6dad1f;
369
- --sapButton_Success_TextColor: #1d232a;
370
- --sapButton_Success_Hover_Background: #7bc323;
371
- --sapButton_Success_Hover_BorderColor: #7bc323;
372
- --sapButton_Success_Hover_TextColor: #1d232a;
373
- --sapButton_Success_Active_Background: #88d827;
374
- --sapButton_Success_Active_BorderColor: #88d827;
375
- --sapButton_Success_Active_TextColor: #1d232a;
376
- --sapButton_Information_Background: #4db1ff;
377
- --sapButton_Information_BorderColor: #4db1ff;
378
- --sapButton_Information_TextColor: #1d232a;
379
- --sapButton_Information_Hover_Background: #67bcff;
380
- --sapButton_Information_Hover_BorderColor: #67bcff;
381
- --sapButton_Information_Hover_TextColor: #1d232a;
382
- --sapButton_Information_Active_Background: #80c7ff;
383
- --sapButton_Information_Active_BorderColor: #80c7ff;
384
- --sapButton_Information_Active_TextColor: #1d232a;
385
- --sapButton_Neutral_Background: #a9b4be;
386
- --sapButton_Neutral_BorderColor: #a9b4be;
387
- --sapButton_Neutral_TextColor: #1d232a;
388
- --sapButton_Neutral_Hover_Background: #b8c1c9;
389
- --sapButton_Neutral_Hover_BorderColor: #b8c1c9;
390
- --sapButton_Neutral_Hover_TextColor: #1d232a;
391
- --sapButton_Neutral_Active_Background: #c6cdd4;
392
- --sapButton_Neutral_Active_BorderColor: #c6cdd4;
393
- --sapButton_Neutral_Active_TextColor: #1d232a;
394
- --sapButton_Track_Background: #a9b4be;
395
- --sapButton_Track_BorderColor: #a9b4be;
396
- --sapButton_Track_TextColor: #1d232a;
397
- --sapButton_Track_Hover_Background: #b8c1c9;
398
- --sapButton_Track_Hover_BorderColor: #b8c1c9;
399
- --sapButton_Track_Selected_Background: #4db1ff;
400
- --sapButton_Track_Selected_BorderColor: #4db1ff;
401
- --sapButton_Track_Selected_TextColor: #1d232a;
402
- --sapButton_Track_Selected_Hover_Background: #67bcff;
403
- --sapButton_Track_Selected_Hover_BorderColor: #67bcff;
404
- --sapButton_Handle_Background: #1d232a;
405
- --sapButton_Handle_BorderColor: #1d232a;
406
- --sapButton_Handle_TextColor: #eaecee;
407
- --sapButton_Handle_Hover_Background: #1d232a;
408
- --sapButton_Handle_Hover_BorderColor: rgba(29,35,42,0.5);
409
- --sapButton_Handle_Selected_Background: #1d232a;
410
- --sapButton_Handle_Selected_BorderColor: #1d232a;
411
- --sapButton_Handle_Selected_TextColor: #4db1ff;
412
- --sapButton_Handle_Selected_Hover_Background: #1d232a;
413
- --sapButton_Handle_Selected_Hover_BorderColor: rgba(29,35,42,0.5);
414
- --sapButton_Track_Negative_Background: #fa6161;
415
- --sapButton_Track_Negative_BorderColor: #fa6161;
416
- --sapButton_Track_Negative_TextColor: #1d232a;
417
- --sapButton_Track_Negative_Hover_Background: #fb7a7a;
418
- --sapButton_Track_Negative_Hover_BorderColor: #fb7a7a;
419
- --sapButton_Handle_Negative_Background: #1d232a;
420
- --sapButton_Handle_Negative_BorderColor: #1d232a;
421
- --sapButton_Handle_Negative_TextColor: #fa6161;
422
- --sapButton_Handle_Negative_Hover_Background: #1d232a;
423
- --sapButton_Handle_Negative_Hover_BorderColor: rgba(29,35,42,0.5);
424
- --sapButton_Track_Positive_Background: #6dad1f;
425
- --sapButton_Track_Positive_BorderColor: #6dad1f;
426
- --sapButton_Track_Positive_TextColor: #1d232a;
427
- --sapButton_Track_Positive_Hover_Background: #7bc323;
428
- --sapButton_Track_Positive_Hover_BorderColor: #7bc323;
429
- --sapButton_Handle_Positive_Background: #1d232a;
430
- --sapButton_Handle_Positive_BorderColor: #1d232a;
431
- --sapButton_Handle_Positive_TextColor: #97dd40;
432
- --sapButton_Handle_Positive_Hover_Background: #1d232a;
433
- --sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,0.5);
434
- --sapButton_TokenBackground: #1d232a;
435
- --sapButton_TokenBorderColor: #a9b4be;
436
- --sapField_Background: #242e38;
437
- --sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;
438
- --sapField_TextColor: #fff;
439
- --sapField_PlaceholderTextColor: #8396A8;
440
- --sapField_BorderColor: #a9b4be;
441
- --sapField_HelpBackground: #242e38;
442
- --sapField_BorderWidth: .0625rem;
443
- --sapField_BorderStyle: none;
444
- --sapField_BorderCornerRadius: .25rem;
445
- --sapField_Hover_Background: #1d232a;
446
- --sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;
447
- --sapField_Hover_BorderColor: #a9b4be;
448
- --sapField_Hover_HelpBackground: #1d232a;
449
- --sapField_Active_BorderColor: #4db1ff;
450
- --sapField_Focus_Background: #1d232a;
451
- --sapField_Focus_BorderColor: #4db1ff;
452
- --sapField_Focus_HelpBackground: #1d232a;
453
- --sapField_ReadOnly_Background: transparent;
454
- --sapField_ReadOnly_BackgroundStyle: 0 100% / 0.375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be 0.25rem, transparent 0.25rem) border-box;
455
- --sapField_ReadOnly_BorderColor: #a9b4be;
456
- --sapField_ReadOnly_BorderStyle: none;
457
- --sapField_ReadOnly_HelpBackground: transparent;
458
- --sapField_RequiredColor: #ff78a4;
459
- --sapField_InvalidColor: #fa6161;
460
- --sapField_InvalidBackground: #350000;
461
- --sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;
462
- --sapField_InvalidBorderWidth: .125rem;
463
- --sapField_InvalidBorderStyle: none;
464
- --sapField_WarningColor: #f7bf00;
465
- --sapField_WarningBackground: #382700;
466
- --sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;
467
- --sapField_WarningBorderWidth: .125rem;
468
- --sapField_WarningBorderStyle: none;
469
- --sapField_SuccessColor: #6dad1f;
470
- --sapField_SuccessBackground: #11331a;
471
- --sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;
472
- --sapField_SuccessBorderWidth: .0625rem;
473
- --sapField_SuccessBorderStyle: none;
474
- --sapField_InformationColor: #4db1ff;
475
- --sapField_InformationBackground: #00144a;
476
- --sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;
477
- --sapField_InformationBorderWidth: .125rem;
478
- --sapField_InformationBorderStyle: none;
479
- --sapGroup_TitleBackground: #1d232a;
480
- --sapGroup_TitleBorderColor: #768ea5;
481
- --sapGroup_TitleTextColor: #eaecee;
482
- --sapGroup_Title_FontSize: 1rem;
483
- --sapGroup_ContentBackground: #1d232a;
484
- --sapGroup_ContentBorderColor: #323c48;
485
- --sapGroup_BorderWidth: .0625rem;
486
- --sapGroup_BorderCornerRadius: .5rem;
487
- --sapGroup_FooterBackground: transparent;
488
- --sapPopover_BorderCornerRadius: .5rem;
489
- --sapToolbar_Background: #1d232a;
490
- --sapToolbar_SeparatorColor: #3c4957;
491
- --sapList_HeaderBackground: #1d232a;
492
- --sapList_HeaderBorderColor: #768ea5;
493
- --sapList_HeaderTextColor: #eaecee;
494
- --sapList_BorderColor: #2e3742;
495
- --sapList_TextColor: #eaecee;
496
- --sapList_Active_TextColor: #eaecee;
497
- --sapList_BorderWidth: .0625rem;
498
- --sapList_Active_Background: #020303;
499
- --sapList_SelectionBackgroundColor: #1d2d3e;
500
- --sapList_SelectionBorderColor: #4db1ff;
501
- --sapList_Hover_SelectionBackground: #223548;
502
- --sapList_Background: #1d232a;
503
- --sapList_Hover_Background: #232b33;
504
- --sapList_AlternatingBackground: #12171c;
505
- --sapList_GroupHeaderBackground: #1d232a;
506
- --sapList_GroupHeaderBorderColor: #768ea5;
507
- --sapList_GroupHeaderTextColor: #eaecee;
508
- --sapList_FooterBackground: #1d232a;
509
- --sapList_FooterTextColor: #eaecee;
510
- --sapList_TableGroupHeaderBackground: #0c0f13;
511
- --sapList_TableGroupHeaderBorderColor: #768ea5;
512
- --sapList_TableGroupHeaderTextColor: #eaecee;
513
- --sapList_TableFooterBorder: #768ea5;
514
- --sapList_TableFixedBorderColor: #6f829a;
515
- --sapMessage_ErrorBorderColor: #910000;
516
- --sapMessage_WarningBorderColor: #845c00;
517
- --sapMessage_SuccessBorderColor: #246c37;
518
- --sapMessage_InformationBorderColor: #0034bf;
519
- --sapProgress_Background: #2e3b48;
520
- --sapProgress_BorderColor: #2e3b48;
521
- --sapProgress_TextColor: #eaecee;
522
- --sapProgress_FontSize: .875rem;
523
- --sapProgress_NegativeBackground: #680000;
524
- --sapProgress_NegativeBorderColor: #680000;
525
- --sapProgress_NegativeTextColor: #eaecee;
526
- --sapProgress_CriticalBackground: #6b4b00;
527
- --sapProgress_CriticalBorderColor: #6b4b00;
528
- --sapProgress_CriticalTextColor: #eaecee;
529
- --sapProgress_PositiveBackground: #174624;
530
- --sapProgress_PositiveBorderColor: #174624;
531
- --sapProgress_PositiveTextColor: #eaecee;
532
- --sapProgress_InformationBackground: #001b64;
533
- --sapProgress_InformationBorderColor: #001b64;
534
- --sapProgress_InformationTextColor: #eaecee;
535
- --sapProgress_Value_Background: #a9b4be;
536
- --sapProgress_Value_BorderColor: #2e3b48;
537
- --sapProgress_Value_TextColor: #a9b4be;
538
- --sapProgress_Value_NegativeBackground: #fa6161;
539
- --sapProgress_Value_NegativeBorderColor: #fa6161;
540
- --sapProgress_Value_NegativeTextColor: #fa6161;
541
- --sapProgress_Value_CriticalBackground: #f7bf00;
542
- --sapProgress_Value_CriticalBorderColor: #f7bf00;
543
- --sapProgress_Value_CriticalTextColor: #f7bf00;
544
- --sapProgress_Value_PositiveBackground: #6dad1f;
545
- --sapProgress_Value_PositiveBorderColor: #6dad1f;
546
- --sapProgress_Value_PositiveTextColor: #6dad1f;
547
- --sapProgress_Value_InformationBackground: #4db1ff;
548
- --sapProgress_Value_InformationBorderColor: #4db1ff;
549
- --sapProgress_Value_InformationTextColor: #4db1ff;
550
- --sapScrollBar_FaceColor: #647891;
551
- --sapScrollBar_TrackColor: #1d232a;
552
- --sapScrollBar_BorderColor: #647891;
553
- --sapScrollBar_SymbolColor: #eaecee;
554
- --sapScrollBar_Dimension: .75rem;
555
- --sapScrollBar_Hover_FaceColor: #5c6e85;
556
- --sapSlider_Background: #2e3b48;
557
- --sapSlider_BorderColor: #2e3b48;
558
- --sapSlider_Selected_Background: #4db1ff;
559
- --sapSlider_Selected_BorderColor: #4db1ff;
560
- --sapSlider_HandleBackground: #1d232a;
561
- --sapSlider_HandleBorderColor: #1d232a;
562
- --sapSlider_RangeHandleBackground: #1d232a;
563
- --sapSlider_Hover_HandleBackground: #1d232a;
564
- --sapSlider_Hover_HandleBorderColor: #4db1ff;
565
- --sapSlider_Hover_RangeHandleBackground: transparent;
566
- --sapSlider_Active_HandleBackground: #213131;
567
- --sapSlider_Active_HandleBorderColor: #213131;
568
- --sapSlider_Active_RangeHandleBackground: transparent;
569
- --sapPageHeader_Background: #1d232a;
570
- --sapPageHeader_BorderColor: #2e3742;
571
- --sapPageHeader_TextColor: #eaecee;
572
- --sapPageFooter_Background: #1d232a;
573
- --sapPageFooter_BorderColor: #2e3742;
574
- --sapPageFooter_TextColor: #eaecee;
575
- --sapInfobar_Background: #036573;
576
- --sapInfobar_Hover_Background: #1d232a;
577
- --sapInfobar_Active_Background: #1d232a;
578
- --sapInfobar_NonInteractive_Background: #12171c;
579
- --sapInfobar_TextColor: #64edd2;
580
- --sapObjectHeader_Background: #1d232a;
581
- --sapObjectHeader_BorderColor: #2e3742;
582
- --sapObjectHeader_Hover_Background: #232b33;
583
- --sapObjectHeader_Title_TextColor: #eaecee;
584
- --sapObjectHeader_Title_FontSize: 2rem;
585
- --sapObjectHeader_Title_SnappedFontSize: 1.25rem;
586
- --sapObjectHeader_Title_FontFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
587
- --sapObjectHeader_Subtitle_TextColor: #8396a8;
588
- --sapBlockLayer_Background: #000;
589
- --sapTile_Background: #1d232a;
590
- --sapTile_Hover_Background: #1d232a;
591
- --sapTile_Active_Background: #15191e;
592
- --sapTile_BorderColor: transparent;
593
- --sapTile_BorderCornerRadius: 1rem;
594
- --sapTile_TitleTextColor: #eaecee;
595
- --sapTile_TextColor: #8396a8;
596
- --sapTile_IconColor: #8396a8;
597
- --sapTile_SeparatorColor: #475566;
598
- --sapTile_Interactive_BorderColor: #5b6e85;
599
- --sapTile_OverlayBackground: rgba(29,35,42,0.96);
600
- --sapTile_OverlayForegroundColor: #eaecee;
601
- --sapAccentColor1: #ffdf72;
602
- --sapAccentColor2: #ff8cb2;
603
- --sapAccentColor3: #fecbda;
604
- --sapAccentColor4: #ffafed;
605
- --sapAccentColor5: #d3b6ff;
606
- --sapAccentColor6: #a6e0ff;
607
- --sapAccentColor7: #64edd2;
608
- --sapAccentColor8: #bde986;
609
- --sapAccentColor9: #b995e0;
610
- --sapAccentColor10: #d5dadd;
611
- --sapAccentBackgroundColor1: #ae4000;
612
- --sapAccentBackgroundColor2: #890506;
613
- --sapAccentBackgroundColor3: #b40569;
614
- --sapAccentBackgroundColor4: #8700b8;
615
- --sapAccentBackgroundColor5: #470cf1;
616
- --sapAccentBackgroundColor6: #0054cc;
617
- --sapAccentBackgroundColor7: #036573;
618
- --sapAccentBackgroundColor8: #236c39;
619
- --sapAccentBackgroundColor9: #4e247a;
620
- --sapAccentBackgroundColor10: #45617c;
621
- --sapLegend_WorkingBackground: #1d232a;
622
- --sapLegend_NonWorkingBackground: #0c0f12;
623
- --sapLegend_CurrentDateTime: #ffafed;
624
- --sapLegendColor1: #ffb300;
625
- --sapLegendColor2: #f5734b;
626
- --sapLegendColor3: #feabc8;
627
- --sapLegendColor4: #db7070;
628
- --sapLegendColor5: #ff8af0;
629
- --sapLegendColor6: #89d1ff;
630
- --sapLegendColor7: #2ce0bf;
631
- --sapLegendColor8: #97dd40;
632
- --sapLegendColor9: #a9b4be;
633
- --sapLegendColor10: #aa7dd9;
634
- --sapLegendColor11: #f58b00;
635
- --sapLegendColor12: #fbbfac;
636
- --sapLegendColor13: #ffa1a1;
637
- --sapLegendColor14: #ff9e74;
638
- --sapLegendColor15: #af9cc3;
639
- --sapLegendColor16: #aabce3;
640
- --sapLegendColor17: #dafdf5;
641
- --sapLegendColor18: #d5f1b1;
642
- --sapLegendColor19: #d1efff;
643
- --sapLegendColor20: #e2d8ff;
644
- --sapLegendBackgroundColor1: #382700;
645
- --sapLegendBackgroundColor2: #501605;
646
- --sapLegendBackgroundColor3: #510136;
647
- --sapLegendBackgroundColor4: #411c1c;
648
- --sapLegendBackgroundColor5: #28004a;
649
- --sapLegendBackgroundColor6: #00144a;
650
- --sapLegendBackgroundColor7: #012931;
651
- --sapLegendBackgroundColor8: #1f2519;
652
- --sapLegendBackgroundColor9: #182430;
653
- --sapLegendBackgroundColor10: #30164b;
654
- --sapLegendBackgroundColor11: #571400;
655
- --sapLegendBackgroundColor12: #360c03;
656
- --sapLegendBackgroundColor13: #3d0000;
657
- --sapLegendBackgroundColor14: #421502;
658
- --sapLegendBackgroundColor15: #332640;
659
- --sapLegendBackgroundColor16: #121d35;
660
- --sapLegendBackgroundColor17: #013131;
661
- --sapLegendBackgroundColor18: #1e3009;
662
- --sapLegendBackgroundColor19: #0a285c;
663
- --sapLegendBackgroundColor20: #1c0c6e;
664
- --sapChart_OrderedColor_1: #1b90ff;
665
- --sapChart_OrderedColor_2: #f26018;
666
- --sapChart_OrderedColor_3: #179c6f;
667
- --sapChart_OrderedColor_4: #f62866;
668
- --sapChart_OrderedColor_5: #863fd5;
669
- --sapChart_OrderedColor_6: #04a29d;
670
- --sapChart_OrderedColor_7: #0070f2;
671
- --sapChart_OrderedColor_8: #cc00dc;
672
- --sapChart_OrderedColor_9: #8396a8;
673
- --sapChart_OrderedColor_10: #f54747;
674
- --sapChart_OrderedColor_11: #20578c;
675
- --sapChart_Bad: #f53232;
676
- --sapChart_Critical: #e76500;
677
- --sapChart_Good: #30914c;
678
- --sapChart_Neutral: #788fa6;
679
- --sapChart_Sequence_1: #1b90ff;
680
- --sapChart_Sequence_2: #f26018;
681
- --sapChart_Sequence_3: #179c6f;
682
- --sapChart_Sequence_4: #f62866;
683
- --sapChart_Sequence_5: #863fd5;
684
- --sapChart_Sequence_6: #04a29d;
685
- --sapChart_Sequence_7: #0070f2;
686
- --sapChart_Sequence_8: #cc00dc;
687
- --sapChart_Sequence_9: #8396a8;
688
- --sapChart_Sequence_10: #f54747;
689
- --sapChart_Sequence_11: #20578c;
690
- --sapChart_Sequence_Neutral: #788fa6;
691
- --sapFontUrl_SAP-icons_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf');
692
- --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff');
693
- --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2');
694
- --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');
695
- --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');
696
- --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');
697
- --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');
698
- --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');
699
- --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2');
700
- --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');
701
- --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');
702
- --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
703
- --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
704
- --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');
705
- --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');
706
- --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');
707
- --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');
708
- --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
709
- --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
710
- --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');
711
- --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');
712
- --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');
713
- --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');
714
- --sapFontUrl_72_Semibold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2');
715
- --sapFontUrl_72_Semibold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff');
716
- --sapFontUrl_72_SemiboldDuplex_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2');
717
- --sapFontUrl_72_SemiboldDuplex_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff');
718
- --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');
719
- --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');
720
- --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');
721
- --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');
722
- --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');
723
- --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');
724
- --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');
725
- --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');
726
- --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');
727
- --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');
728
- --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');
729
- --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');
730
- --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');
731
- --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');
732
- --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');
733
- --sapFontUrl_72Mono_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff');
734
- --sapFontUrl_72Mono_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2');
735
- --sapFontUrl_72Mono_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff');
736
- --sapFontUrl_72Mono_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2');
737
- --sapFontUrl_72Mono_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff');
738
- }
739
- .background-image--sapCompanyLogo {
740
- background-image: var(--sapCompanyLogo);
741
- }
742
- .background-image--sapBackgroundImage {
743
- background-image: var(--sapBackgroundImage);
744
- }
745
- .background-image--sapShell_BackgroundImage {
746
- background-image: var(--sapShell_BackgroundImage);
747
- }