@ui5/webcomponents-theming 0.0.0-cf069fb29 → 0.0.0-cf50976ce
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.
- package/CHANGELOG.md +106 -0
- package/README.md +5 -6
- package/config/postcss.themes/postcss.config.js +1 -1
- package/css-vars-usage.json +139 -5
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/json-imports/Themes-static.js +9 -3
- package/dist/generated/json-imports/Themes.js +6 -3
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -0
- package/dist/themes/sap_belize/css_variables.css +185 -12
- package/dist/themes/sap_belize_hcb/css_variables.css +187 -14
- package/dist/themes/sap_belize_hcw/css_variables.css +184 -11
- package/dist/themes/sap_fiori_3/css_variables.css +186 -13
- package/dist/themes/sap_fiori_3_dark/css_variables.css +186 -13
- package/dist/themes/sap_fiori_3_hcb/css_variables.css +190 -17
- package/dist/themes/sap_fiori_3_hcw/css_variables.css +187 -14
- package/dist/themes/sap_horizon/css_variables.css +344 -171
- package/dist/themes/sap_horizon_dark/css_variables.css +757 -0
- package/dist/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/themes/sap_horizon_exp/css_variables.css +344 -171
- package/dist/themes/sap_horizon_hcb/css_variables.css +757 -0
- package/dist/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/themes/sap_horizon_hcw/css_variables.css +757 -0
- package/dist/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/lib/generate-css-vars-usage-report/index.js +17 -12
- package/package-scripts.js +1 -6
- package/package.json +6 -8
- package/hash.txt +0 -1
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c) 2012-
|
|
2
|
+
* Copyright (c) 2012-2022 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.
|
|
5
|
-
* data:{"Path": "Base.baseLib.sap_fiori_3_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_fiori_3", "
|
|
4
|
+
* Theming Engine 1.69.2
|
|
5
|
+
* data:{"Path": "Base.baseLib.sap_fiori_3_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.41.20220622152552", "Source": "11.1.41"}}
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
.sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_fiori_3_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_fiori_3", "
|
|
8
|
+
.sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_fiori_3_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.41.20220622152552", "Source": "11.1.41"}}');}
|
|
9
|
+
:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_fiori_3_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.41.20220622152552", "Source": "11.1.41"}};}
|
|
9
10
|
:root {
|
|
10
11
|
--sapBrandColor: #91c8f6;
|
|
11
12
|
--sapHighlightColor: #91c8f6;
|
|
@@ -15,6 +16,8 @@
|
|
|
15
16
|
--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
16
17
|
--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
17
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;
|
|
18
21
|
--sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
|
|
19
22
|
--sapFontHeaderFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
20
23
|
--sapFontSize: .875rem;
|
|
@@ -71,34 +74,50 @@
|
|
|
71
74
|
--sapInformationBackground: #062e4f;
|
|
72
75
|
--sapNeutralBackground: #5c666b;
|
|
73
76
|
--sapIndicationColor_1: #ff5555;
|
|
77
|
+
--sapIndicationColor_1_Background: #ff5555;
|
|
78
|
+
--sapIndicationColor_1_BorderColor: #ff5555;
|
|
74
79
|
--sapIndicationColor_1_Hover_Background: #ff6f6f;
|
|
75
80
|
--sapIndicationColor_1_Active_Background: #f88;
|
|
76
81
|
--sapIndicationColor_1_TextColor: #fafafa;
|
|
77
82
|
--sapIndicationColor_2: #ff8888;
|
|
83
|
+
--sapIndicationColor_2_Background: #ff8888;
|
|
84
|
+
--sapIndicationColor_2_BorderColor: #ff8888;
|
|
78
85
|
--sapIndicationColor_2_Hover_Background: #ffa2a2;
|
|
79
86
|
--sapIndicationColor_2_Active_Background: #fbb;
|
|
80
87
|
--sapIndicationColor_2_TextColor: #29313a;
|
|
81
88
|
--sapIndicationColor_3: #fabd64;
|
|
89
|
+
--sapIndicationColor_3_Background: #fabd64;
|
|
90
|
+
--sapIndicationColor_3_BorderColor: #fabd64;
|
|
82
91
|
--sapIndicationColor_3_Hover_Background: #fac373;
|
|
83
92
|
--sapIndicationColor_3_Active_Background: #fbca82;
|
|
84
93
|
--sapIndicationColor_3_TextColor: #29313a;
|
|
85
94
|
--sapIndicationColor_4: #abe2ab;
|
|
95
|
+
--sapIndicationColor_4_Background: #abe2ab;
|
|
96
|
+
--sapIndicationColor_4_BorderColor: #abe2ab;
|
|
86
97
|
--sapIndicationColor_4_Hover_Background: #bee9be;
|
|
87
98
|
--sapIndicationColor_4_Active_Background: #d1efd1;
|
|
88
99
|
--sapIndicationColor_4_TextColor: #29313a;
|
|
89
100
|
--sapIndicationColor_5: #91c8f6;
|
|
101
|
+
--sapIndicationColor_5_Background: #91c8f6;
|
|
102
|
+
--sapIndicationColor_5_BorderColor: #91c8f6;
|
|
90
103
|
--sapIndicationColor_5_Hover_Background: #a9d4f8;
|
|
91
104
|
--sapIndicationColor_5_Active_Background: #c0e0fa;
|
|
92
105
|
--sapIndicationColor_5_TextColor: #29313a;
|
|
93
106
|
--sapIndicationColor_6: #7fc6c6;
|
|
107
|
+
--sapIndicationColor_6_Background: #7fc6c6;
|
|
108
|
+
--sapIndicationColor_6_BorderColor: #7fc6c6;
|
|
94
109
|
--sapIndicationColor_6_Hover_Background: #91cece;
|
|
95
110
|
--sapIndicationColor_6_Active_Background: #a2d6d6;
|
|
96
111
|
--sapIndicationColor_6_TextColor: #29313a;
|
|
97
112
|
--sapIndicationColor_7: #b995e0;
|
|
113
|
+
--sapIndicationColor_7_Background: #b995e0;
|
|
114
|
+
--sapIndicationColor_7_BorderColor: #b995e0;
|
|
98
115
|
--sapIndicationColor_7_Hover_Background: #c6a9e6;
|
|
99
116
|
--sapIndicationColor_7_Active_Background: #d3bcec;
|
|
100
117
|
--sapIndicationColor_7_TextColor: #29313a;
|
|
101
118
|
--sapIndicationColor_8: #e269c9;
|
|
119
|
+
--sapIndicationColor_8_Background: #e269c9;
|
|
120
|
+
--sapIndicationColor_8_BorderColor: #e269c9;
|
|
102
121
|
--sapIndicationColor_8_Hover_Background: #e67ed1;
|
|
103
122
|
--sapIndicationColor_8_Active_Background: #ea94d8;
|
|
104
123
|
--sapIndicationColor_8_TextColor: #fafafa;
|
|
@@ -117,10 +136,13 @@
|
|
|
117
136
|
--sapContent_NonInteractiveIconColor: #d3d7d9;
|
|
118
137
|
--sapContent_MarkerIconColor: #6bd3ff;
|
|
119
138
|
--sapContent_MarkerTextColor: #7fc6c6;
|
|
139
|
+
--sapContent_MeasureIndicatorColor: #8696a9;
|
|
140
|
+
--sapContent_Selected_MeasureIndicatorColor: #8696a9;
|
|
120
141
|
--sapContent_ImagePlaceholderBackground: #687d94;
|
|
121
142
|
--sapContent_ImagePlaceholderForegroundColor: #29313a;
|
|
122
143
|
--sapContent_RatedColor: #ffc847;
|
|
123
144
|
--sapContent_UnratedColor: #8696a9;
|
|
145
|
+
--sapContent_BusyColor: #91c8f6;
|
|
124
146
|
--sapContent_FocusColor: #fff;
|
|
125
147
|
--sapContent_FocusStyle: dotted;
|
|
126
148
|
--sapContent_FocusWidth: .0625rem;
|
|
@@ -133,7 +155,7 @@
|
|
|
133
155
|
--sapContent_Shadow3: 0 0 0 0.0625rem rgba(255,255,255,0.5), 0 1.25rem 5rem 0 rgba(0,0,0,0.6);
|
|
134
156
|
--sapContent_TextShadow: 0 0 0.125rem #000;
|
|
135
157
|
--sapContent_ContrastTextShadow: none;
|
|
136
|
-
--sapContent_HeaderShadow: 0 0 0.
|
|
158
|
+
--sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.2), inset 0 -0.0625rem 0 0 #3a4552;
|
|
137
159
|
--sapContent_Interaction_Shadow: none;
|
|
138
160
|
--sapContent_Selected_Shadow: none;
|
|
139
161
|
--sapContent_Negative_Shadow: none;
|
|
@@ -163,6 +185,7 @@
|
|
|
163
185
|
--sapContent_Selected_TextColor: #29313a;
|
|
164
186
|
--sapContent_Selected_Hover_Background: #83c1f5;
|
|
165
187
|
--sapContent_Selected_ForegroundColor: #91c8f6;
|
|
188
|
+
--sapContent_ForcedColorAdjust: none;
|
|
166
189
|
--sapContent_Illustrative_Color1: #0a6ed1;
|
|
167
190
|
--sapContent_Illustrative_Color2: #3793d1;
|
|
168
191
|
--sapContent_Illustrative_Color3: #d69522;
|
|
@@ -209,12 +232,42 @@
|
|
|
209
232
|
--sapShell_Navigation_Hover_Background: #283848;
|
|
210
233
|
--sapShell_Navigation_Active_Background: #23303e;
|
|
211
234
|
--sapShell_Navigation_Active_TextColor: #fafafa;
|
|
212
|
-
--sapShell_Shadow: 0 0 0.
|
|
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);
|
|
213
236
|
--sapShell_NegativeColor: #ff8888;
|
|
214
237
|
--sapShell_CriticalColor: #fabd64;
|
|
215
238
|
--sapShell_PositiveColor: #abe2ab;
|
|
216
239
|
--sapShell_InformativeColor: #c0e0fa;
|
|
217
240
|
--sapShell_NeutralColor: #d3d7d9;
|
|
241
|
+
--sapAvatar_1_Background: #ffc847;
|
|
242
|
+
--sapAvatar_1_BorderColor: #ffc847;
|
|
243
|
+
--sapAvatar_1_TextColor: #29313a;
|
|
244
|
+
--sapAvatar_2_Background: #e7a1a1;
|
|
245
|
+
--sapAvatar_2_BorderColor: #e7a1a1;
|
|
246
|
+
--sapAvatar_2_TextColor: #29313a;
|
|
247
|
+
--sapAvatar_3_Background: #f37aa2;
|
|
248
|
+
--sapAvatar_3_BorderColor: #f37aa2;
|
|
249
|
+
--sapAvatar_3_TextColor: #29313a;
|
|
250
|
+
--sapAvatar_4_Background: #e269c9;
|
|
251
|
+
--sapAvatar_4_BorderColor: #e269c9;
|
|
252
|
+
--sapAvatar_4_TextColor: #fafafa;
|
|
253
|
+
--sapAvatar_5_Background: #8ca7d5;
|
|
254
|
+
--sapAvatar_5_BorderColor: #8ca7d5;
|
|
255
|
+
--sapAvatar_5_TextColor: #29313a;
|
|
256
|
+
--sapAvatar_6_Background: #6bd3ff;
|
|
257
|
+
--sapAvatar_6_BorderColor: #6bd3ff;
|
|
258
|
+
--sapAvatar_6_TextColor: #29313a;
|
|
259
|
+
--sapAvatar_7_Background: #7fc6c6;
|
|
260
|
+
--sapAvatar_7_BorderColor: #7fc6c6;
|
|
261
|
+
--sapAvatar_7_TextColor: #29313a;
|
|
262
|
+
--sapAvatar_8_Background: #b2e484;
|
|
263
|
+
--sapAvatar_8_BorderColor: #b2e484;
|
|
264
|
+
--sapAvatar_8_TextColor: #29313a;
|
|
265
|
+
--sapAvatar_9_Background: #b995e0;
|
|
266
|
+
--sapAvatar_9_BorderColor: #b995e0;
|
|
267
|
+
--sapAvatar_9_TextColor: #29313a;
|
|
268
|
+
--sapAvatar_10_Background: #b0bcc5;
|
|
269
|
+
--sapAvatar_10_BorderColor: #b0bcc5;
|
|
270
|
+
--sapAvatar_10_TextColor: #29313a;
|
|
218
271
|
--sapButton_BorderWidth: .0625rem;
|
|
219
272
|
--sapButton_BorderCornerRadius: .25rem;
|
|
220
273
|
--sapButton_Background: #29313a;
|
|
@@ -237,6 +290,7 @@
|
|
|
237
290
|
--sapButton_Emphasized_Active_BorderColor: #91c8f6;
|
|
238
291
|
--sapButton_Emphasized_Active_TextColor: #29313a;
|
|
239
292
|
--sapButton_Emphasized_TextShadow: transparent;
|
|
293
|
+
--sapButton_Emphasized_FontWeight: bold;
|
|
240
294
|
--sapButton_Reject_Background: #29313a;
|
|
241
295
|
--sapButton_Reject_BorderColor: #ff8888;
|
|
242
296
|
--sapButton_Reject_Hover_Background: #3b0000;
|
|
@@ -327,6 +381,7 @@
|
|
|
327
381
|
--sapButton_Information_Hover_TextColor: #29313a;
|
|
328
382
|
--sapButton_Information_Active_Background: #c0e0fa;
|
|
329
383
|
--sapButton_Information_Active_BorderColor: #c0e0fa;
|
|
384
|
+
--sapButton_Information_Active_TextColor: #29313a;
|
|
330
385
|
--sapButton_Neutral_Background: #d3d7d9;
|
|
331
386
|
--sapButton_Neutral_BorderColor: #d3d7d9;
|
|
332
387
|
--sapButton_Neutral_TextColor: #29313a;
|
|
@@ -336,20 +391,59 @@
|
|
|
336
391
|
--sapButton_Neutral_Active_Background: #eef0f1;
|
|
337
392
|
--sapButton_Neutral_Active_BorderColor: #eef0f1;
|
|
338
393
|
--sapButton_Neutral_Active_TextColor: #29313a;
|
|
339
|
-
--sapButton_Track_Selected_Background: #062e4f;
|
|
340
|
-
--sapButton_Track_Selected_TextColor: #fafafa;
|
|
341
394
|
--sapButton_Track_Background: #38434f;
|
|
395
|
+
--sapButton_Track_BorderColor: #8696a9;
|
|
342
396
|
--sapButton_Track_TextColor: #fafafa;
|
|
397
|
+
--sapButton_Track_Hover_Background: #38434f;
|
|
398
|
+
--sapButton_Track_Hover_BorderColor: #91c8f6;
|
|
399
|
+
--sapButton_Track_Selected_Background: #062e4f;
|
|
400
|
+
--sapButton_Track_Selected_BorderColor: #91c8f6;
|
|
401
|
+
--sapButton_Track_Selected_TextColor: #fafafa;
|
|
402
|
+
--sapButton_Track_Selected_Hover_Background: #062e4f;
|
|
403
|
+
--sapButton_Track_Selected_Hover_BorderColor: #83c1f5;
|
|
404
|
+
--sapButton_Handle_Background: #29313a;
|
|
405
|
+
--sapButton_Handle_BorderColor: #8696a9;
|
|
406
|
+
--sapButton_Handle_TextColor: #fafafa;
|
|
407
|
+
--sapButton_Handle_Hover_Background: #062e4f;
|
|
408
|
+
--sapButton_Handle_Hover_BorderColor: #91c8f6;
|
|
409
|
+
--sapButton_Handle_Selected_Background: #91c8f6;
|
|
410
|
+
--sapButton_Handle_Selected_BorderColor: #91c8f6;
|
|
411
|
+
--sapButton_Handle_Selected_TextColor: #29313a;
|
|
412
|
+
--sapButton_Handle_Selected_Hover_Background: #83c1f5;
|
|
413
|
+
--sapButton_Handle_Selected_Hover_BorderColor: #83c1f5;
|
|
414
|
+
--sapButton_Track_Negative_Background: #3b0000;
|
|
415
|
+
--sapButton_Track_Negative_BorderColor: #ff8888;
|
|
416
|
+
--sapButton_Track_Negative_TextColor: #f88;
|
|
417
|
+
--sapButton_Track_Negative_Hover_Background: #3b0000;
|
|
418
|
+
--sapButton_Track_Negative_Hover_BorderColor: #ff8888;
|
|
419
|
+
--sapButton_Handle_Negative_Background: #29313a;
|
|
420
|
+
--sapButton_Handle_Negative_BorderColor: #ff8888;
|
|
421
|
+
--sapButton_Handle_Negative_TextColor: #f88;
|
|
422
|
+
--sapButton_Handle_Negative_Hover_Background: #3b0000;
|
|
423
|
+
--sapButton_Handle_Negative_Hover_BorderColor: #ff8888;
|
|
424
|
+
--sapButton_Track_Positive_Background: #153c15;
|
|
425
|
+
--sapButton_Track_Positive_BorderColor: #abe2ab;
|
|
426
|
+
--sapButton_Track_Positive_TextColor: #abe2ab;
|
|
427
|
+
--sapButton_Track_Positive_Hover_Background: #153c15;
|
|
428
|
+
--sapButton_Track_Positive_Hover_BorderColor: #abe2ab;
|
|
429
|
+
--sapButton_Handle_Positive_Background: #29313a;
|
|
430
|
+
--sapButton_Handle_Positive_BorderColor: #abe2ab;
|
|
431
|
+
--sapButton_Handle_Positive_TextColor: #abe2ab;
|
|
432
|
+
--sapButton_Handle_Positive_Hover_Background: #153c15;
|
|
433
|
+
--sapButton_Handle_Positive_Hover_BorderColor: #abe2ab;
|
|
343
434
|
--sapButton_TokenBackground: #29313a;
|
|
344
435
|
--sapButton_TokenBorderColor: #687d94;
|
|
345
436
|
--sapField_Background: #29313a;
|
|
437
|
+
--sapField_BackgroundStyle: none;
|
|
346
438
|
--sapField_TextColor: #fafafa;
|
|
347
439
|
--sapField_PlaceholderTextColor: #b8bec1;
|
|
348
440
|
--sapField_BorderColor: #8696a9;
|
|
349
441
|
--sapField_HelpBackground: #29313a;
|
|
350
442
|
--sapField_BorderWidth: .0625rem;
|
|
443
|
+
--sapField_BorderStyle: solid;
|
|
351
444
|
--sapField_BorderCornerRadius: .125rem;
|
|
352
445
|
--sapField_Hover_Background: #29313a;
|
|
446
|
+
--sapField_Hover_BackgroundStyle: none;
|
|
353
447
|
--sapField_Hover_BorderColor: #91c8f6;
|
|
354
448
|
--sapField_Hover_HelpBackground: #062e4f;
|
|
355
449
|
--sapField_Active_BorderColor: #91c8f6;
|
|
@@ -357,33 +451,41 @@
|
|
|
357
451
|
--sapField_Focus_BorderColor: #8696a9;
|
|
358
452
|
--sapField_Focus_HelpBackground: #29313a;
|
|
359
453
|
--sapField_ReadOnly_Background: rgba(58,69,82,0.5);
|
|
454
|
+
--sapField_ReadOnly_BackgroundStyle: none;
|
|
360
455
|
--sapField_ReadOnly_BorderColor: #546375;
|
|
456
|
+
--sapField_ReadOnly_BorderStyle: solid;
|
|
361
457
|
--sapField_ReadOnly_HelpBackground: rgba(58,69,82,0.5);
|
|
362
458
|
--sapField_RequiredColor: #e7a1a1;
|
|
363
459
|
--sapField_InvalidColor: #ff8888;
|
|
364
460
|
--sapField_InvalidBackground: #29313a;
|
|
461
|
+
--sapField_InvalidBackgroundStyle: none;
|
|
365
462
|
--sapField_InvalidBorderWidth: .125rem;
|
|
366
463
|
--sapField_InvalidBorderStyle: solid;
|
|
367
464
|
--sapField_WarningColor: #fabd64;
|
|
368
465
|
--sapField_WarningBackground: #29313a;
|
|
466
|
+
--sapField_WarningBackgroundStyle: none;
|
|
369
467
|
--sapField_WarningBorderWidth: .125rem;
|
|
370
468
|
--sapField_WarningBorderStyle: solid;
|
|
371
469
|
--sapField_SuccessColor: #abe2ab;
|
|
372
470
|
--sapField_SuccessBackground: #29313a;
|
|
471
|
+
--sapField_SuccessBackgroundStyle: none;
|
|
373
472
|
--sapField_SuccessBorderWidth: .0625rem;
|
|
374
473
|
--sapField_SuccessBorderStyle: solid;
|
|
375
474
|
--sapField_InformationColor: #91c8f6;
|
|
376
475
|
--sapField_InformationBackground: #29313a;
|
|
476
|
+
--sapField_InformationBackgroundStyle: none;
|
|
377
477
|
--sapField_InformationBorderWidth: .125rem;
|
|
378
478
|
--sapField_InformationBorderStyle: solid;
|
|
379
479
|
--sapGroup_TitleBackground: transparent;
|
|
380
480
|
--sapGroup_TitleBorderColor: #495767;
|
|
381
481
|
--sapGroup_TitleTextColor: #fafafa;
|
|
482
|
+
--sapGroup_Title_FontSize: 1.125rem;
|
|
382
483
|
--sapGroup_ContentBackground: #29313a;
|
|
383
484
|
--sapGroup_ContentBorderColor: #3e4a58;
|
|
384
485
|
--sapGroup_BorderWidth: .0625rem;
|
|
385
486
|
--sapGroup_BorderCornerRadius: 0;
|
|
386
487
|
--sapGroup_FooterBackground: transparent;
|
|
488
|
+
--sapPopover_BorderCornerRadius: .25rem;
|
|
387
489
|
--sapToolbar_Background: transparent;
|
|
388
490
|
--sapToolbar_SeparatorColor: #495767;
|
|
389
491
|
--sapList_HeaderBackground: #232931;
|
|
@@ -410,13 +512,60 @@
|
|
|
410
512
|
--sapList_TableGroupHeaderTextColor: #fafafa;
|
|
411
513
|
--sapList_TableFooterBorder: #4b596a;
|
|
412
514
|
--sapList_TableFixedBorderColor: #8091a5;
|
|
413
|
-
--
|
|
515
|
+
--sapMessage_ErrorBorderColor: #ff8888;
|
|
516
|
+
--sapMessage_WarningBorderColor: #fabd64;
|
|
517
|
+
--sapMessage_SuccessBorderColor: #abe2ab;
|
|
518
|
+
--sapMessage_InformationBorderColor: #91c8f6;
|
|
519
|
+
--sapProgress_Background: #29313a;
|
|
520
|
+
--sapProgress_BorderColor: #8696a9;
|
|
521
|
+
--sapProgress_TextColor: #fafafa;
|
|
522
|
+
--sapProgress_FontSize: .75rem;
|
|
523
|
+
--sapProgress_NegativeBackground: #29313a;
|
|
524
|
+
--sapProgress_NegativeBorderColor: #8696a9;
|
|
525
|
+
--sapProgress_NegativeTextColor: #fafafa;
|
|
526
|
+
--sapProgress_CriticalBackground: #29313a;
|
|
527
|
+
--sapProgress_CriticalBorderColor: #8696a9;
|
|
528
|
+
--sapProgress_CriticalTextColor: #fafafa;
|
|
529
|
+
--sapProgress_PositiveBackground: #29313a;
|
|
530
|
+
--sapProgress_PositiveBorderColor: #8696a9;
|
|
531
|
+
--sapProgress_PositiveTextColor: #fafafa;
|
|
532
|
+
--sapProgress_InformationBackground: #29313a;
|
|
533
|
+
--sapProgress_InformationBorderColor: #8696a9;
|
|
534
|
+
--sapProgress_InformationTextColor: #fafafa;
|
|
535
|
+
--sapProgress_Value_Background: #d3d7d9;
|
|
536
|
+
--sapProgress_Value_BorderColor: #8696a9;
|
|
537
|
+
--sapProgress_Value_TextColor: #fafafa;
|
|
538
|
+
--sapProgress_Value_NegativeBackground: #ff8888;
|
|
539
|
+
--sapProgress_Value_NegativeBorderColor: #29313a;
|
|
540
|
+
--sapProgress_Value_NegativeTextColor: #fafafa;
|
|
541
|
+
--sapProgress_Value_CriticalBackground: #fabd64;
|
|
542
|
+
--sapProgress_Value_CriticalBorderColor: #29313a;
|
|
543
|
+
--sapProgress_Value_CriticalTextColor: #fafafa;
|
|
544
|
+
--sapProgress_Value_PositiveBackground: #abe2ab;
|
|
545
|
+
--sapProgress_Value_PositiveBorderColor: #29313a;
|
|
546
|
+
--sapProgress_Value_PositiveTextColor: #fafafa;
|
|
547
|
+
--sapProgress_Value_InformationBackground: #91c8f6;
|
|
548
|
+
--sapProgress_Value_InformationBorderColor: #29313a;
|
|
549
|
+
--sapProgress_Value_InformationTextColor: #fafafa;
|
|
414
550
|
--sapScrollBar_FaceColor: #506273;
|
|
415
551
|
--sapScrollBar_TrackColor: #090b0d;
|
|
416
552
|
--sapScrollBar_BorderColor: #506273;
|
|
417
553
|
--sapScrollBar_SymbolColor: #91c8f6;
|
|
418
554
|
--sapScrollBar_Dimension: .75rem;
|
|
419
555
|
--sapScrollBar_Hover_FaceColor: #4a5a6a;
|
|
556
|
+
--sapSlider_Background: #8696a9;
|
|
557
|
+
--sapSlider_BorderColor: #8696a9;
|
|
558
|
+
--sapSlider_Selected_Background: #91c8f6;
|
|
559
|
+
--sapSlider_Selected_BorderColor: #91c8f6;
|
|
560
|
+
--sapSlider_HandleBackground: #29313a;
|
|
561
|
+
--sapSlider_HandleBorderColor: #8696a9;
|
|
562
|
+
--sapSlider_RangeHandleBackground: transparent;
|
|
563
|
+
--sapSlider_Hover_HandleBackground: #062e4f;
|
|
564
|
+
--sapSlider_Hover_HandleBorderColor: #91c8f6;
|
|
565
|
+
--sapSlider_Hover_RangeHandleBackground: transparent;
|
|
566
|
+
--sapSlider_Active_HandleBackground: #91c8f6;
|
|
567
|
+
--sapSlider_Active_HandleBorderColor: #91c8f6;
|
|
568
|
+
--sapSlider_Active_RangeHandleBackground: transparent;
|
|
420
569
|
--sapPageHeader_Background: #29313a;
|
|
421
570
|
--sapPageHeader_BorderColor: #3a4552;
|
|
422
571
|
--sapPageHeader_TextColor: #fafafa;
|
|
@@ -431,11 +580,17 @@
|
|
|
431
580
|
--sapObjectHeader_Background: #29313a;
|
|
432
581
|
--sapObjectHeader_BorderColor: #3a4552;
|
|
433
582
|
--sapObjectHeader_Hover_Background: #2f3943;
|
|
583
|
+
--sapObjectHeader_Title_TextColor: #fafafa;
|
|
584
|
+
--sapObjectHeader_Title_FontSize: 1.25rem;
|
|
585
|
+
--sapObjectHeader_Title_SnappedFontSize: 1.25rem;
|
|
586
|
+
--sapObjectHeader_Title_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
587
|
+
--sapObjectHeader_Subtitle_TextColor: #d3d7d9;
|
|
434
588
|
--sapBlockLayer_Background: #000;
|
|
435
589
|
--sapTile_Background: #29313a;
|
|
436
590
|
--sapTile_Hover_Background: #21272e;
|
|
437
591
|
--sapTile_Active_Background: #21272e;
|
|
438
592
|
--sapTile_BorderColor: transparent;
|
|
593
|
+
--sapTile_BorderCornerRadius: .25rem;
|
|
439
594
|
--sapTile_TitleTextColor: #fafafa;
|
|
440
595
|
--sapTile_TextColor: #d3d7d9;
|
|
441
596
|
--sapTile_IconColor: #89a3bd;
|
|
@@ -544,26 +699,44 @@
|
|
|
544
699
|
--sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2');
|
|
545
700
|
--sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');
|
|
546
701
|
--sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');
|
|
547
|
-
--sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
|
|
548
|
-
--sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
|
|
549
|
-
--sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
|
|
550
|
-
--sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
|
|
551
702
|
--sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');
|
|
552
703
|
--sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');
|
|
704
|
+
--sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
|
|
705
|
+
--sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
|
|
553
706
|
--sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');
|
|
554
707
|
--sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');
|
|
708
|
+
--sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');
|
|
709
|
+
--sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');
|
|
710
|
+
--sapFontUrl_72_Semibold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2');
|
|
711
|
+
--sapFontUrl_72_Semibold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff');
|
|
712
|
+
--sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');
|
|
713
|
+
--sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');
|
|
714
|
+
--sapFontUrl_72_SemiboldDuplex_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2');
|
|
715
|
+
--sapFontUrl_72_SemiboldDuplex_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff');
|
|
716
|
+
--sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
|
|
717
|
+
--sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
|
|
555
718
|
--sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');
|
|
556
719
|
--sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');
|
|
557
720
|
--sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');
|
|
558
721
|
--sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');
|
|
722
|
+
--sapFontUrl_72_Black_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2');
|
|
723
|
+
--sapFontUrl_72_Black_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff');
|
|
559
724
|
--sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');
|
|
560
725
|
--sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');
|
|
726
|
+
--sapFontUrl_72_BoldItalic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2');
|
|
727
|
+
--sapFontUrl_72_BoldItalic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff');
|
|
561
728
|
--sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');
|
|
562
729
|
--sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');
|
|
730
|
+
--sapFontUrl_72_Condensed_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2');
|
|
731
|
+
--sapFontUrl_72_Condensed_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff');
|
|
563
732
|
--sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');
|
|
564
733
|
--sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');
|
|
734
|
+
--sapFontUrl_72_CondensedBold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2');
|
|
735
|
+
--sapFontUrl_72_CondensedBold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff');
|
|
565
736
|
--sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');
|
|
566
737
|
--sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');
|
|
738
|
+
--sapFontUrl_72_Italic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2');
|
|
739
|
+
--sapFontUrl_72_Italic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff');
|
|
567
740
|
--sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');
|
|
568
741
|
--sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');
|
|
569
742
|
--sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');
|