@openui5/themelib_sap_belize 1.108.14 → 1.108.17
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/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/m/themes/sap_belize/GenericTile.less +1 -1
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +1008 -46
- package/src/sap/ui/core/themes/sap_belize/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize/shared.less +7 -90
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +997 -56
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize_hcb/shared.less +7 -90
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +992 -52
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize_hcw/shared.less +7 -90
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +57 -12
|
@@ -1,2126 +1,3057 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine 1.
|
|
4
|
-
// * data:{"sModified":"
|
|
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.
|
|
3
|
+
// * Theming Engine 1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388
|
|
4
|
+
// * data:{"sModified":"2023-05-25T10:12:25Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.4.2) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
12
|
+
// [Protected "true"]
|
|
13
|
+
// [Category "Internal"]
|
|
14
|
+
// [Type "dimension"]
|
|
12
15
|
@sapContent_GridSize: 1rem;
|
|
13
16
|
|
|
14
17
|
// [Label "Shell Background Pattern Color"]
|
|
15
18
|
// [Description "The background pattern color of the shell. To turn off the pattern set the value to 'transparent'."]
|
|
16
19
|
// [Tags "ThemeSpecific", "Base", "Shell", "Color", "Protected"]
|
|
20
|
+
// [Protected "true"]
|
|
21
|
+
// [Category "Resource"]
|
|
22
|
+
// [Type "color"]
|
|
17
23
|
@sapShell_BackgroundPatternColor: @sapBackgroundColor;
|
|
18
24
|
|
|
19
25
|
// [Label "High-Contrast Standard Background"]
|
|
20
26
|
// [Description "The high-contrast reference background color for most backgrounds."]
|
|
21
27
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
28
|
+
// [Category "HighContrast"]
|
|
29
|
+
// [Type "color"]
|
|
22
30
|
@sapHC_StandardBackground: #000;
|
|
23
31
|
|
|
24
32
|
// [Label "High-Contrast Highlight Background"]
|
|
25
33
|
// [Description "The high-contrast reference background color used for hover and active states."]
|
|
26
34
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
35
|
+
// [Category "HighContrast"]
|
|
36
|
+
// [Type "color"]
|
|
27
37
|
@sapHC_HighlightBackground: #7a5100;
|
|
28
38
|
|
|
29
39
|
// [Label "High-Contrast Highlight Alternative Background"]
|
|
30
40
|
// [Description "The high-contrast reference background color used for selection."]
|
|
31
41
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
42
|
+
// [Category "HighContrast"]
|
|
43
|
+
// [Type "color"]
|
|
32
44
|
@sapHC_HighlightAltBackground: #0f5d94;
|
|
33
45
|
|
|
34
46
|
// [Label "High-Contrast Reduced Background"]
|
|
35
47
|
// [Description "The high-contrast reference background color used for read-only and disabled items."]
|
|
36
48
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
49
|
+
// [Category "HighContrast"]
|
|
50
|
+
// [Type "color"]
|
|
37
51
|
@sapHC_ReducedBackground: #585858;
|
|
38
52
|
|
|
39
53
|
// [Label "High-Contrast Reduced Alternative Background"]
|
|
40
54
|
// [Description "The high-contrast reference background color used for read-only and disabled items."]
|
|
41
55
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
56
|
+
// [Category "HighContrast"]
|
|
57
|
+
// [Type "color"]
|
|
42
58
|
@sapHC_ReducedAltBackground: #a2a39f;
|
|
43
59
|
|
|
44
60
|
// [Label "High-Contrast Standard Foreground"]
|
|
45
61
|
// [Description "The high-contrast reference foreground color for elements such as text, icons, and borders."]
|
|
46
62
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
63
|
+
// [Category "HighContrast"]
|
|
64
|
+
// [Type "color"]
|
|
47
65
|
@sapHC_StandardForeground: #fff;
|
|
48
66
|
|
|
49
67
|
// [Label "High-Contrast Enhanced Foreground"]
|
|
50
68
|
// [Description "The high-contrast reference foreground color for elements such as help borders and help text."]
|
|
51
69
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
70
|
+
// [Category "HighContrast"]
|
|
71
|
+
// [Type "color"]
|
|
52
72
|
@sapHC_EnhancedForeground: #03b803;
|
|
53
73
|
|
|
54
74
|
// [Label "High-Contrast Reduced Foreground"]
|
|
55
75
|
// [Description "The high-contrast reference foreground color for elements such as disabled text, icons, and borders."]
|
|
56
76
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
77
|
+
// [Category "HighContrast"]
|
|
78
|
+
// [Type "color"]
|
|
57
79
|
@sapHC_ReducedForeground: #666;
|
|
58
80
|
|
|
59
81
|
// [Label "High-Contrast Reduced Alternative Foreground"]
|
|
60
82
|
// [Description "The high-contrast reference foreground color for elements such as list borders or read-only borders that are less prominent than standard elements."]
|
|
61
83
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
84
|
+
// [Category "HighContrast"]
|
|
85
|
+
// [Type "color"]
|
|
62
86
|
@sapHC_ReducedAltForeground: #999;
|
|
63
87
|
|
|
64
88
|
// [Label "High-Contrast Negative Color"]
|
|
65
89
|
// [Description "The high-contrast reference color for elements showing negative state."]
|
|
66
90
|
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
|
|
91
|
+
// [Category "HighContrast"]
|
|
92
|
+
// [Type "color"]
|
|
67
93
|
@sapHC_NegativeColor: #ff5e5e;
|
|
68
94
|
|
|
69
95
|
// [Label "High-Contrast Critical Color"]
|
|
70
96
|
// [Description "The high-contrast reference color for elements showing critical state."]
|
|
71
97
|
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
|
|
98
|
+
// [Category "HighContrast"]
|
|
99
|
+
// [Type "color"]
|
|
72
100
|
@sapHC_CriticalColor: #ffab1d;
|
|
73
101
|
|
|
74
102
|
// [Label "High-Contrast Positive Color"]
|
|
75
103
|
// [Description "The high-contrast reference color for elements showing positive state."]
|
|
76
104
|
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
|
|
105
|
+
// [Category "HighContrast"]
|
|
106
|
+
// [Type "color"]
|
|
77
107
|
@sapHC_PositiveColor: #99cc99;
|
|
78
108
|
|
|
79
109
|
// [Label "High-Contrast Informative Color"]
|
|
80
110
|
// [Description "The high-contrast reference color for elements showing informative state."]
|
|
81
111
|
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
|
|
112
|
+
// [Category "HighContrast"]
|
|
113
|
+
// [Type "color"]
|
|
82
114
|
@sapHC_InformativeColor: #fff;
|
|
83
115
|
|
|
84
116
|
// [Label "High-Contrast Neutral Color"]
|
|
85
117
|
// [Description "The high-contrast reference color for elements showing neutral state."]
|
|
86
118
|
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
|
|
119
|
+
// [Category "HighContrast"]
|
|
120
|
+
// [Type "color"]
|
|
87
121
|
@sapHC_NeutralColor: #fff;
|
|
88
122
|
|
|
89
123
|
// [Tags "!Protected"]
|
|
124
|
+
// [Protected "!true"]
|
|
90
125
|
@sapBrandColor: @sapHC_HighlightBackground;
|
|
91
126
|
|
|
92
127
|
// [Tags "!Protected"]
|
|
128
|
+
// [Protected "!true"]
|
|
93
129
|
@sapHighlightColor: @sapBrandColor;
|
|
94
130
|
|
|
95
131
|
// [Tags "!Protected"]
|
|
132
|
+
// [Protected "!true"]
|
|
96
133
|
@sapBaseColor: @sapHC_StandardBackground;
|
|
97
134
|
|
|
98
135
|
// [Tags "!Protected"]
|
|
136
|
+
// [Protected "!true"]
|
|
99
137
|
@sapShellColor: @sapBackgroundColor;
|
|
100
138
|
|
|
101
139
|
// [Tags "!Protected"]
|
|
140
|
+
// [Protected "!true"]
|
|
102
141
|
@sapBackgroundColor: @sapHC_StandardBackground;
|
|
103
142
|
|
|
104
143
|
// [Tags "!Protected"]
|
|
144
|
+
// [Protected "!true"]
|
|
105
145
|
@sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
106
146
|
|
|
107
147
|
// [Tags "!Protected"]
|
|
148
|
+
// [Protected "!true"]
|
|
108
149
|
@sapFontSize: 0.875 * @sapContent_GridSize;
|
|
109
150
|
|
|
110
151
|
// [Tags "!Protected"]
|
|
152
|
+
// [Protected "!true"]
|
|
111
153
|
@sapTextColor: @sapHC_StandardForeground;
|
|
112
154
|
|
|
113
155
|
// [Tags "!Protected"]
|
|
156
|
+
// [Protected "!true"]
|
|
114
157
|
@sapLinkColor: @sapHC_StandardForeground;
|
|
115
158
|
|
|
116
159
|
// [Tags "!Protected"]
|
|
160
|
+
// [Protected "!true"]
|
|
117
161
|
@sapCompanyLogo: none;
|
|
118
162
|
|
|
119
163
|
// [Tags "!Protected"]
|
|
164
|
+
// [Protected "!true"]
|
|
120
165
|
@sapBackgroundImage: none;
|
|
121
166
|
|
|
122
167
|
// [Tags "!Protected"]
|
|
168
|
+
// [Protected "!true"]
|
|
123
169
|
@sapBackgroundImageOpacity: 1.0;
|
|
124
170
|
|
|
125
171
|
// [Tags "!Protected"]
|
|
172
|
+
// [Protected "!true"]
|
|
126
173
|
@sapBackgroundImageRepeat: false;
|
|
127
174
|
|
|
128
175
|
// [Tags "!Protected"]
|
|
176
|
+
// [Protected "!true"]
|
|
129
177
|
@sapSelectedColor: @sapHC_HighlightAltBackground;
|
|
178
|
+
@sapHoverColor: @sapHighlightColor;
|
|
130
179
|
|
|
131
180
|
// [Tags "!Protected"]
|
|
181
|
+
// [Protected "!true"]
|
|
132
182
|
@sapActiveColor: @sapHighlightColor;
|
|
133
183
|
|
|
134
184
|
// [Tags "!Protected"]
|
|
185
|
+
// [Protected "!true"]
|
|
135
186
|
@sapHighlightTextColor: contrast(@sapHighlightColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
136
187
|
|
|
137
188
|
// [Tags "!Protected"]
|
|
189
|
+
// [Protected "!true"]
|
|
138
190
|
@sapTitleColor: @sapTextColor;
|
|
139
191
|
|
|
140
192
|
// [Tags "!Protected"]
|
|
193
|
+
// [Protected "!true"]
|
|
141
194
|
@sapNegativeColor: @sapHC_NegativeColor;
|
|
142
195
|
|
|
143
196
|
// [Tags "!Protected"]
|
|
197
|
+
// [Protected "!true"]
|
|
144
198
|
@sapCriticalColor: @sapHC_CriticalColor;
|
|
145
199
|
|
|
146
200
|
// [Tags "!Protected"]
|
|
201
|
+
// [Protected "!true"]
|
|
147
202
|
@sapPositiveColor: @sapHC_PositiveColor;
|
|
148
203
|
|
|
149
204
|
// [Tags "!Protected"]
|
|
205
|
+
// [Protected "!true"]
|
|
150
206
|
@sapInformativeColor: @sapHC_InformativeColor;
|
|
151
207
|
|
|
152
208
|
// [Tags "!Protected"]
|
|
209
|
+
// [Protected "!true"]
|
|
153
210
|
@sapNeutralColor: @sapHC_NeutralColor;
|
|
154
211
|
|
|
155
212
|
// [Tags "!Protected"]
|
|
213
|
+
// [Protected "!true"]
|
|
156
214
|
@sapNegativeElementColor: @sapNegativeColor;
|
|
157
215
|
|
|
158
216
|
// [Tags "!Protected"]
|
|
217
|
+
// [Protected "!true"]
|
|
159
218
|
@sapCriticalElementColor: @sapCriticalColor;
|
|
160
219
|
|
|
161
220
|
// [Tags "!Protected"]
|
|
221
|
+
// [Protected "!true"]
|
|
162
222
|
@sapPositiveElementColor: @sapPositiveColor;
|
|
163
223
|
|
|
164
224
|
// [Tags "!Protected"]
|
|
225
|
+
// [Protected "!true"]
|
|
165
226
|
@sapInformativeElementColor: @sapInformativeColor;
|
|
166
227
|
|
|
167
228
|
// [Tags "!Protected"]
|
|
229
|
+
// [Protected "!true"]
|
|
168
230
|
@sapNeutralElementColor: @sapNeutralColor;
|
|
169
231
|
|
|
170
232
|
// [Tags "!Protected"]
|
|
233
|
+
// [Protected "!true"]
|
|
171
234
|
@sapNegativeTextColor: @sapNegativeColor;
|
|
172
235
|
|
|
173
236
|
// [Tags "!Protected"]
|
|
237
|
+
// [Protected "!true"]
|
|
174
238
|
@sapCriticalTextColor: @sapCriticalColor;
|
|
175
239
|
|
|
176
240
|
// [Tags "!Protected"]
|
|
241
|
+
// [Protected "!true"]
|
|
177
242
|
@sapPositiveTextColor: @sapPositiveColor;
|
|
178
243
|
|
|
179
244
|
// [Tags "!Protected"]
|
|
245
|
+
// [Protected "!true"]
|
|
180
246
|
@sapInformativeTextColor: @sapInformativeColor;
|
|
181
247
|
|
|
182
248
|
// [Tags "!Protected"]
|
|
249
|
+
// [Protected "!true"]
|
|
183
250
|
@sapNeutralTextColor: @sapNeutralColor;
|
|
184
251
|
|
|
185
252
|
// [Tags "!Protected"]
|
|
253
|
+
// [Protected "!true"]
|
|
186
254
|
@sapErrorColor: @sapNegativeColor;
|
|
187
255
|
|
|
188
256
|
// [Tags "!Protected"]
|
|
257
|
+
// [Protected "!true"]
|
|
189
258
|
@sapWarningColor: @sapCriticalColor;
|
|
190
259
|
|
|
191
260
|
// [Tags "!Protected"]
|
|
261
|
+
// [Protected "!true"]
|
|
192
262
|
@sapSuccessColor: @sapPositiveColor;
|
|
193
263
|
|
|
194
264
|
// [Tags "!Protected"]
|
|
265
|
+
// [Protected "!true"]
|
|
195
266
|
@sapInformationColor: @sapInformativeColor;
|
|
196
267
|
|
|
197
268
|
// [Tags "!Protected"]
|
|
269
|
+
// [Protected "!true"]
|
|
198
270
|
@sapErrorBackground: @sapHC_StandardBackground;
|
|
199
271
|
|
|
200
272
|
// [Tags "!Protected"]
|
|
273
|
+
// [Protected "!true"]
|
|
201
274
|
@sapWarningBackground: @sapHC_StandardBackground;
|
|
202
275
|
|
|
203
276
|
// [Tags "!Protected"]
|
|
277
|
+
// [Protected "!true"]
|
|
204
278
|
@sapSuccessBackground: @sapHC_StandardBackground;
|
|
205
279
|
|
|
206
280
|
// [Tags "!Protected"]
|
|
281
|
+
// [Protected "!true"]
|
|
207
282
|
@sapInformationBackground: @sapHC_StandardBackground;
|
|
208
283
|
|
|
209
284
|
// [Tags "!Protected"]
|
|
285
|
+
// [Protected "!true"]
|
|
210
286
|
@sapNeutralBackground: @sapHC_StandardBackground;
|
|
211
287
|
|
|
212
288
|
// [Tags "!Protected"]
|
|
289
|
+
// [Protected "!true"]
|
|
213
290
|
@sapErrorBorderColor: @sapErrorColor;
|
|
214
291
|
|
|
215
292
|
// [Tags "!Protected"]
|
|
293
|
+
// [Protected "!true"]
|
|
216
294
|
@sapWarningBorderColor: @sapWarningColor;
|
|
217
295
|
|
|
218
296
|
// [Tags "!Protected"]
|
|
297
|
+
// [Protected "!true"]
|
|
219
298
|
@sapSuccessBorderColor: @sapSuccessColor;
|
|
220
299
|
|
|
221
300
|
// [Tags "!Protected"]
|
|
301
|
+
// [Protected "!true"]
|
|
222
302
|
@sapInformationBorderColor: @sapInformationColor;
|
|
223
303
|
|
|
224
304
|
// [Tags "!Protected"]
|
|
305
|
+
// [Protected "!true"]
|
|
225
306
|
@sapNeutralBorderColor: @sapNeutralColor;
|
|
226
307
|
|
|
227
308
|
// [Tags "Protected"]
|
|
309
|
+
// [Protected "true"]
|
|
228
310
|
@sapElement_LineHeight: 3 * @sapContent_GridSize;
|
|
229
311
|
|
|
230
312
|
// [Tags "Protected"]
|
|
313
|
+
// [Protected "true"]
|
|
231
314
|
@sapElement_Height: 2.5 * @sapContent_GridSize;
|
|
232
315
|
|
|
233
316
|
// [Tags "Protected"]
|
|
317
|
+
// [Protected "true"]
|
|
234
318
|
@sapElement_BorderWidth: 0.0625 * @sapContent_GridSize;
|
|
235
319
|
|
|
236
320
|
// [Tags "!Protected"]
|
|
321
|
+
// [Protected "!true"]
|
|
237
322
|
@sapElement_BorderCornerRadius: 0.25 * @sapContent_GridSize;
|
|
238
323
|
|
|
239
324
|
// [Tags "Protected"]
|
|
325
|
+
// [Protected "true"]
|
|
240
326
|
@sapElement_Compact_LineHeight: 2 * @sapContent_GridSize;
|
|
241
327
|
|
|
242
328
|
// [Tags "Protected"]
|
|
329
|
+
// [Protected "true"]
|
|
243
330
|
@sapElement_Compact_Height: 1.625 * @sapContent_GridSize;
|
|
244
331
|
|
|
245
332
|
// [Tags "Protected"]
|
|
333
|
+
// [Protected "true"]
|
|
246
334
|
@sapElement_Condensed_LineHeight: 1.5 * @sapContent_GridSize;
|
|
247
335
|
|
|
248
336
|
// [Tags "Protected"]
|
|
337
|
+
// [Protected "true"]
|
|
249
338
|
@sapElement_Condensed_Height: 1.375 * @sapContent_GridSize;
|
|
250
339
|
|
|
251
340
|
// [Tags "!Protected"]
|
|
341
|
+
// [Protected "!true"]
|
|
252
342
|
@sapContent_LineHeight: 1.4;
|
|
253
343
|
|
|
254
344
|
// [Tags "!Protected"]
|
|
345
|
+
// [Protected "!true"]
|
|
255
346
|
@sapContent_IconHeight: @sapContent_GridSize;
|
|
256
347
|
|
|
257
348
|
// [Tags "!Protected"]
|
|
349
|
+
// [Protected "!true"]
|
|
258
350
|
@sapContent_IconColor: @sapHC_StandardForeground;
|
|
259
351
|
|
|
260
352
|
// [Tags "!Protected"]
|
|
353
|
+
// [Protected "!true"]
|
|
261
354
|
@sapContent_ContrastIconColor: @sapContent_IconColor;
|
|
262
355
|
|
|
263
356
|
// [Tags "!Protected"]
|
|
357
|
+
// [Protected "!true"]
|
|
264
358
|
@sapContent_NonInteractiveIconColor: @sapContent_IconColor;
|
|
265
359
|
|
|
266
360
|
// [Tags "!Protected"]
|
|
361
|
+
// [Protected "!true"]
|
|
267
362
|
@sapContent_MarkerIconColor: @sapContent_IconColor;
|
|
268
363
|
|
|
269
364
|
// [Tags "!Protected"]
|
|
365
|
+
// [Protected "!true"]
|
|
270
366
|
@sapContent_MarkerTextColor: @sapTextColor;
|
|
271
367
|
|
|
272
368
|
// [Tags "!Protected"]
|
|
369
|
+
// [Protected "!true"]
|
|
273
370
|
@sapContent_MeasureIndicatorColor: @sapField_BorderColor;
|
|
274
371
|
|
|
275
372
|
// [Tags "!Protected"]
|
|
373
|
+
// [Protected "!true"]
|
|
276
374
|
@sapContent_Selected_MeasureIndicatorColor: @sapField_BorderColor;
|
|
277
375
|
|
|
278
376
|
// [Tags "!Protected"]
|
|
377
|
+
// [Protected "!true"]
|
|
279
378
|
@sapContent_Placeholderloading_Background: @sapHC_ReducedForeground;
|
|
280
379
|
|
|
281
380
|
// [Tags "!Protected"]
|
|
381
|
+
// [Protected "!true"]
|
|
282
382
|
@sapContent_Placeholderloading_Gradient: linear-gradient(to right, @sapHC_ReducedForeground 0%, @sapHC_ReducedForeground 35%, @sapHC_ReducedAltForeground 50%, @sapHC_ReducedForeground 65%, @sapHC_ReducedForeground 100%);
|
|
283
383
|
|
|
284
384
|
// [Tags "!Protected"]
|
|
385
|
+
// [Protected "!true"]
|
|
285
386
|
@sapContent_ImagePlaceholderBackground: @sapBackgroundColor;
|
|
286
387
|
|
|
287
388
|
// [Tags "!Protected"]
|
|
389
|
+
// [Protected "!true"]
|
|
288
390
|
@sapContent_ImagePlaceholderForegroundColor: @sapContent_IconColor;
|
|
289
391
|
|
|
290
392
|
// [Tags "!Protected"]
|
|
393
|
+
// [Protected "!true"]
|
|
291
394
|
@sapContent_RatedColor: @sapContent_IconColor;
|
|
292
395
|
|
|
293
396
|
// [Tags "!Protected"]
|
|
397
|
+
// [Protected "!true"]
|
|
294
398
|
@sapContent_UnratedColor: @sapHC_ReducedAltForeground;
|
|
295
399
|
|
|
296
400
|
// [Tags "!Protected"]
|
|
401
|
+
// [Protected "!true"]
|
|
297
402
|
@sapContent_BusyColor: @sapContent_IconColor;
|
|
298
403
|
|
|
299
404
|
// [Tags "!Protected"]
|
|
405
|
+
// [Protected "!true"]
|
|
300
406
|
@sapContent_FocusColor: @sapHC_StandardForeground;
|
|
301
407
|
|
|
302
408
|
// [Tags "!Protected"]
|
|
409
|
+
// [Protected "!true"]
|
|
303
410
|
@sapContent_FocusStyle: dotted;
|
|
304
411
|
|
|
305
412
|
// [Tags "!Protected"]
|
|
413
|
+
// [Protected "!true"]
|
|
306
414
|
@sapContent_FocusWidth: 0.125 * @sapContent_GridSize;
|
|
307
415
|
|
|
308
416
|
// [Tags "!Protected"]
|
|
417
|
+
// [Protected "!true"]
|
|
309
418
|
@sapContent_ContrastFocusColor: @sapContent_FocusColor;
|
|
310
419
|
|
|
311
420
|
// [Tags "!Protected"]
|
|
421
|
+
// [Protected "!true"]
|
|
312
422
|
@sapContent_ShadowColor: @sapHC_StandardForeground;
|
|
313
423
|
|
|
314
424
|
// [Tags "!Protected"]
|
|
425
|
+
// [Protected "!true"]
|
|
315
426
|
@sapContent_ContrastShadowColor: @sapContent_ShadowColor;
|
|
316
427
|
|
|
317
428
|
// [Tags "!Protected"]
|
|
429
|
+
// [Protected "!true"]
|
|
318
430
|
@sapContent_Shadow0: 0 0 0 0.0625rem @sapContent_ShadowColor;
|
|
319
431
|
|
|
320
432
|
// [Tags "!Protected"]
|
|
433
|
+
// [Protected "!true"]
|
|
321
434
|
@sapContent_Shadow1: 0 0 1rem 0 fade(@sapContent_ContrastShadowColor, 50), 0 0 0 0.125rem @sapContent_ShadowColor;
|
|
322
435
|
|
|
323
436
|
// [Tags "!Protected"]
|
|
437
|
+
// [Protected "!true"]
|
|
324
438
|
@sapContent_Shadow2: 0 0.25rem 2rem 0 fade(@sapContent_ContrastShadowColor, 60), 0 0 0 0.125rem @sapContent_ShadowColor;
|
|
325
439
|
|
|
326
440
|
// [Tags "!Protected"]
|
|
441
|
+
// [Protected "!true"]
|
|
327
442
|
@sapContent_Shadow3: 0 0.625rem 4rem 0 fade(@sapContent_ContrastShadowColor, 80), 0 0 0 0.125rem @sapContent_ShadowColor;
|
|
328
443
|
|
|
329
444
|
// [Tags "!Protected"]
|
|
445
|
+
// [Protected "!true"]
|
|
330
446
|
@sapContent_TextShadow: -1px 0 @sapHC_StandardBackground, 0 1px @sapHC_StandardBackground, 1px 0 @sapHC_StandardBackground, 0 -1px @sapHC_StandardBackground;
|
|
331
447
|
|
|
332
448
|
// [Tags "!Protected"]
|
|
449
|
+
// [Protected "!true"]
|
|
333
450
|
@sapContent_ContrastTextShadow: none;
|
|
334
451
|
|
|
335
452
|
// [Tags "!Protected"]
|
|
453
|
+
// [Protected "!true"]
|
|
336
454
|
@sapContent_HeaderShadow: inset 0 -0.125rem @sapObjectHeader_BorderColor;
|
|
337
455
|
|
|
338
456
|
// [Tags "!Protected"]
|
|
457
|
+
// [Protected "!true"]
|
|
339
458
|
@sapContent_Interaction_Shadow: none;
|
|
340
459
|
|
|
341
460
|
// [Tags "!Protected"]
|
|
461
|
+
// [Protected "!true"]
|
|
342
462
|
@sapContent_Selected_Shadow: none;
|
|
343
463
|
|
|
344
464
|
// [Tags "!Protected"]
|
|
465
|
+
// [Protected "!true"]
|
|
345
466
|
@sapContent_Negative_Shadow: none;
|
|
346
467
|
|
|
347
468
|
// [Tags "!Protected"]
|
|
469
|
+
// [Protected "!true"]
|
|
348
470
|
@sapContent_Critical_Shadow: none;
|
|
349
471
|
|
|
350
472
|
// [Tags "!Protected"]
|
|
473
|
+
// [Protected "!true"]
|
|
351
474
|
@sapContent_Positive_Shadow: none;
|
|
352
475
|
|
|
353
476
|
// [Tags "!Protected"]
|
|
477
|
+
// [Protected "!true"]
|
|
354
478
|
@sapContent_Informative_Shadow: none;
|
|
355
479
|
|
|
356
480
|
// [Tags "!Protected"]
|
|
481
|
+
// [Protected "!true"]
|
|
357
482
|
@sapContent_Neutral_Shadow: none;
|
|
358
483
|
|
|
359
484
|
// [Tags "!Protected"]
|
|
485
|
+
// [Protected "!true"]
|
|
360
486
|
@sapContent_SearchHighlightColor: @sapHighlightColor;
|
|
361
487
|
|
|
362
488
|
// [Tags "!Protected"]
|
|
489
|
+
// [Protected "!true"]
|
|
363
490
|
@sapContent_HelpColor: @sapHC_EnhancedForeground;
|
|
364
491
|
|
|
365
492
|
// [Tags "!Protected"]
|
|
493
|
+
// [Protected "!true"]
|
|
366
494
|
@sapContent_LabelColor: @sapTextColor;
|
|
367
495
|
|
|
368
496
|
// [Tags "!Protected"]
|
|
497
|
+
// [Protected "!true"]
|
|
369
498
|
@sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
|
|
370
499
|
|
|
371
500
|
// [Tags "!Protected"]
|
|
501
|
+
// [Protected "!true"]
|
|
372
502
|
@sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
|
|
373
503
|
|
|
374
504
|
// [Tags "!Protected"]
|
|
505
|
+
// [Protected "!true"]
|
|
375
506
|
@sapContent_IconFontFamily: "SAP-icons";
|
|
376
507
|
|
|
377
508
|
// [Tags "!Protected"]
|
|
509
|
+
// [Protected "!true"]
|
|
378
510
|
@sapContent_DisabledTextColor: @sapHC_ReducedForeground;
|
|
379
511
|
|
|
380
512
|
// [Tags "!Protected"]
|
|
513
|
+
// [Protected "!true"]
|
|
381
514
|
@sapContent_DisabledOpacity: 0.4;
|
|
382
515
|
|
|
383
516
|
// [Tags "!Protected"]
|
|
517
|
+
// [Protected "!true"]
|
|
384
518
|
@sapContent_ContrastTextThreshold: 0.65;
|
|
385
519
|
|
|
386
520
|
// [Tags "!Protected"]
|
|
521
|
+
// [Protected "!true"]
|
|
387
522
|
@sapContent_ContrastTextColor: @sapTextColor;
|
|
388
523
|
|
|
389
524
|
// [Tags "!Protected"]
|
|
525
|
+
// [Protected "!true"]
|
|
390
526
|
@sapContent_ForegroundColor: @sapBackgroundColor;
|
|
391
527
|
|
|
392
528
|
// [Tags "!Protected"]
|
|
529
|
+
// [Protected "!true"]
|
|
393
530
|
@sapContent_ForegroundBorderColor: @sapHC_StandardForeground;
|
|
394
531
|
|
|
395
532
|
// [Tags "!Protected"]
|
|
533
|
+
// [Protected "!true"]
|
|
396
534
|
@sapContent_ForegroundTextColor: contrast(@sapContent_ForegroundColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
397
535
|
|
|
398
536
|
// [Tags "!Protected"]
|
|
537
|
+
// [Protected "!true"]
|
|
399
538
|
@sapContent_BadgeBackground: @sapBackgroundColor;
|
|
400
539
|
|
|
401
540
|
// [Tags "!Protected"]
|
|
541
|
+
// [Protected "!true"]
|
|
402
542
|
@sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
403
543
|
|
|
404
544
|
// [Tags "!Protected"]
|
|
545
|
+
// [Protected "!true"]
|
|
405
546
|
@sapContent_DragAndDropActiveColor: @sapContent_HelpColor;
|
|
406
547
|
|
|
407
548
|
// [Tags "!Protected"]
|
|
549
|
+
// [Protected "!true"]
|
|
408
550
|
@sapContent_Selected_TextColor: contrast(@sapContent_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
409
551
|
|
|
410
552
|
// [Tags "!Protected"]
|
|
553
|
+
// [Protected "!true"]
|
|
411
554
|
@sapContent_Selected_Background: @sapSelectedColor;
|
|
412
555
|
|
|
413
556
|
// [Tags "!Protected"]
|
|
557
|
+
// [Protected "!true"]
|
|
414
558
|
@sapContent_Selected_Hover_Background: @sapHighlightColor;
|
|
415
559
|
|
|
416
560
|
// [Tags "!Protected"]
|
|
561
|
+
// [Protected "!true"]
|
|
417
562
|
@sapContent_Selected_ForegroundColor: @sapHC_StandardForeground;
|
|
418
563
|
|
|
419
564
|
// [Tags "!Protected"]
|
|
565
|
+
// [Protected "!true"]
|
|
420
566
|
@sapContent_ForcedColorAdjust: none;
|
|
421
567
|
|
|
422
568
|
// [Tags "!Protected"]
|
|
569
|
+
// [Protected "!true"]
|
|
423
570
|
@sapContent_Illustrative_Color1: #212628;
|
|
424
571
|
|
|
425
572
|
// [Tags "!Protected"]
|
|
426
|
-
|
|
573
|
+
// [Protected "!true"]
|
|
574
|
+
@sapContent_Illustrative_Color2: #fff;
|
|
427
575
|
|
|
428
576
|
// [Tags "!Protected"]
|
|
429
|
-
|
|
577
|
+
// [Protected "!true"]
|
|
578
|
+
@sapContent_Illustrative_Color3: #ccc;
|
|
430
579
|
|
|
431
580
|
// [Tags "!Protected"]
|
|
432
|
-
|
|
581
|
+
// [Protected "!true"]
|
|
582
|
+
@sapContent_Illustrative_Color4: #fff;
|
|
433
583
|
|
|
434
584
|
// [Tags "!Protected"]
|
|
585
|
+
// [Protected "!true"]
|
|
435
586
|
@sapContent_Illustrative_Color5: #88979e;
|
|
436
587
|
|
|
437
588
|
// [Tags "!Protected"]
|
|
589
|
+
// [Protected "!true"]
|
|
438
590
|
@sapContent_Illustrative_Color6: #88979e;
|
|
439
591
|
|
|
440
592
|
// [Tags "!Protected"]
|
|
593
|
+
// [Protected "!true"]
|
|
441
594
|
@sapContent_Illustrative_Color7: #212628;
|
|
442
595
|
|
|
443
596
|
// [Tags "!Protected"]
|
|
444
|
-
|
|
597
|
+
// [Protected "!true"]
|
|
598
|
+
@sapContent_Illustrative_Color8: #000;
|
|
445
599
|
|
|
446
600
|
// [Tags "!Protected"]
|
|
447
|
-
|
|
601
|
+
// [Protected "!true"]
|
|
602
|
+
@sapContent_Illustrative_Color9: #62737c;
|
|
448
603
|
|
|
449
604
|
// [Tags "!Protected"]
|
|
450
|
-
|
|
605
|
+
// [Protected "!true"]
|
|
606
|
+
@sapContent_Illustrative_Color10: #e7e9ea;
|
|
451
607
|
|
|
452
608
|
// [Tags "!Protected"]
|
|
453
|
-
|
|
609
|
+
// [Protected "!true"]
|
|
610
|
+
@sapContent_Illustrative_Color11: #fff;
|
|
454
611
|
|
|
455
612
|
// [Tags "!Protected"]
|
|
456
|
-
|
|
613
|
+
// [Protected "!true"]
|
|
614
|
+
@sapContent_Illustrative_Color12: #fff;
|
|
457
615
|
|
|
458
616
|
// [Tags "!Protected"]
|
|
459
|
-
|
|
617
|
+
// [Protected "!true"]
|
|
618
|
+
@sapContent_Illustrative_Color13: #ccc;
|
|
460
619
|
|
|
461
620
|
// [Tags "!Protected"]
|
|
462
|
-
|
|
621
|
+
// [Protected "!true"]
|
|
622
|
+
@sapContent_Illustrative_Color14: #999;
|
|
463
623
|
|
|
464
624
|
// [Tags "!Protected"]
|
|
465
|
-
|
|
625
|
+
// [Protected "!true"]
|
|
626
|
+
@sapContent_Illustrative_Color15: #999;
|
|
466
627
|
|
|
467
628
|
// [Tags "!Protected"]
|
|
468
|
-
|
|
629
|
+
// [Protected "!true"]
|
|
630
|
+
@sapContent_Illustrative_Color16: #505e65;
|
|
469
631
|
|
|
470
632
|
// [Tags "!Protected"]
|
|
471
|
-
|
|
633
|
+
// [Protected "!true"]
|
|
634
|
+
@sapContent_Illustrative_Color17: #505e65;
|
|
472
635
|
|
|
473
636
|
// [Tags "!Protected"]
|
|
474
|
-
|
|
637
|
+
// [Protected "!true"]
|
|
638
|
+
@sapContent_Illustrative_Color18: #2d3336;
|
|
475
639
|
|
|
476
640
|
// [Tags "!Protected"]
|
|
477
|
-
|
|
641
|
+
// [Protected "!true"]
|
|
642
|
+
@sapContent_Illustrative_Color19: #384144;
|
|
478
643
|
|
|
479
644
|
// [Tags "!Protected"]
|
|
480
|
-
|
|
645
|
+
// [Protected "!true"]
|
|
646
|
+
@sapContent_Illustrative_Color20: #444e52;
|
|
481
647
|
|
|
482
648
|
// [Tags "!Protected"]
|
|
649
|
+
// [Protected "!true"]
|
|
483
650
|
@sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
484
651
|
|
|
485
652
|
// [Tags "!Protected"]
|
|
653
|
+
// [Protected "!true"]
|
|
486
654
|
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
487
655
|
|
|
488
656
|
// [Tags "!Protected"]
|
|
657
|
+
// [Protected "!true"]
|
|
489
658
|
@sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
490
659
|
|
|
491
660
|
// [Tags "!Protected"]
|
|
661
|
+
// [Protected "!true"]
|
|
492
662
|
@sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
493
663
|
|
|
494
664
|
// [Tags "!Protected"]
|
|
495
|
-
|
|
665
|
+
// [Protected "!true"]
|
|
666
|
+
@sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
|
|
496
667
|
|
|
497
668
|
// [Tags "!Protected"]
|
|
669
|
+
// [Protected "!true"]
|
|
498
670
|
@sapFontHeaderFamily: @sapFontFamily;
|
|
499
671
|
|
|
500
672
|
// [Tags "!Protected"]
|
|
673
|
+
// [Protected "!true"]
|
|
501
674
|
@sapFontSmallSize: 0.75 * @sapContent_GridSize;
|
|
502
675
|
|
|
503
676
|
// [Tags "!Protected"]
|
|
677
|
+
// [Protected "!true"]
|
|
504
678
|
@sapFontLargeSize: 1.0 * @sapContent_GridSize;
|
|
505
679
|
|
|
506
680
|
// [Tags "!Protected"]
|
|
681
|
+
// [Protected "!true"]
|
|
507
682
|
@sapFontHeader1Size: 1.625 * @sapContent_GridSize;
|
|
508
683
|
|
|
509
684
|
// [Tags "!Protected"]
|
|
685
|
+
// [Protected "!true"]
|
|
510
686
|
@sapFontHeader2Size: 1.375 * @sapContent_GridSize;
|
|
511
687
|
|
|
512
688
|
// [Tags "!Protected"]
|
|
689
|
+
// [Protected "!true"]
|
|
513
690
|
@sapFontHeader3Size: 1.25 * @sapContent_GridSize;
|
|
514
691
|
|
|
515
692
|
// [Tags "!Protected"]
|
|
693
|
+
// [Protected "!true"]
|
|
516
694
|
@sapFontHeader4Size: 1.125 * @sapContent_GridSize;
|
|
517
695
|
|
|
518
696
|
// [Tags "!Protected"]
|
|
697
|
+
// [Protected "!true"]
|
|
519
698
|
@sapFontHeader5Size: 1.0 * @sapContent_GridSize;
|
|
520
699
|
|
|
521
700
|
// [Tags "!Protected"]
|
|
701
|
+
// [Protected "!true"]
|
|
522
702
|
@sapFontHeader6Size: 0.875 * @sapContent_GridSize;
|
|
703
|
+
@sapLink_TextDecoration: underline;
|
|
523
704
|
|
|
524
705
|
// [Tags "!Protected"]
|
|
706
|
+
// [Protected "!true"]
|
|
525
707
|
@sapLink_Hover_Color: @sapLinkColor;
|
|
708
|
+
@sapLink_Hover_TextDecoration: none;
|
|
526
709
|
|
|
527
710
|
// [Tags "!Protected"]
|
|
711
|
+
// [Protected "!true"]
|
|
528
712
|
@sapLink_Active_Color: @sapLinkColor;
|
|
713
|
+
@sapLink_Active_TextDecoration: underline;
|
|
529
714
|
|
|
530
715
|
// [Tags "!Protected"]
|
|
716
|
+
// [Protected "!true"]
|
|
531
717
|
@sapLink_Visited_Color: @sapLinkColor;
|
|
532
718
|
|
|
533
719
|
// [Tags "!Protected"]
|
|
720
|
+
// [Protected "!true"]
|
|
534
721
|
@sapLink_InvertedColor: @sapLinkColor;
|
|
535
722
|
|
|
536
723
|
// [Tags "!Protected"]
|
|
724
|
+
// [Protected "!true"]
|
|
537
725
|
@sapLink_SubtleColor: @sapLinkColor;
|
|
538
726
|
|
|
539
727
|
// [Tags "!Protected"]
|
|
728
|
+
// [Protected "!true"]
|
|
540
729
|
@sapShell_Background: @sapBackgroundColor;
|
|
541
730
|
|
|
542
731
|
// [Tags "!Protected"]
|
|
732
|
+
// [Protected "!true"]
|
|
543
733
|
@sapShell_BackgroundImage: linear-gradient(to bottom, @sapShell_Background, @sapShell_Background);
|
|
544
734
|
|
|
545
735
|
// [Tags "!Protected"]
|
|
736
|
+
// [Protected "!true"]
|
|
546
737
|
@sapShell_BackgroundImageOpacity: 1.0;
|
|
547
738
|
|
|
548
739
|
// [Tags "!Protected"]
|
|
740
|
+
// [Protected "!true"]
|
|
549
741
|
@sapShell_BackgroundImageRepeat: false;
|
|
550
742
|
|
|
551
743
|
// [Tags "!Protected"]
|
|
744
|
+
// [Protected "!true"]
|
|
552
745
|
@sapShell_BorderColor: @sapHC_StandardForeground;
|
|
553
746
|
|
|
554
747
|
// [Tags "!Protected"]
|
|
748
|
+
// [Protected "!true"]
|
|
555
749
|
@sapShell_TextColor: @sapTextColor;
|
|
556
750
|
|
|
557
751
|
// [Tags "!Protected"]
|
|
752
|
+
// [Protected "!true"]
|
|
558
753
|
@sapShell_InteractiveBackground: @sapField_Background;
|
|
559
754
|
|
|
560
755
|
// [Tags "!Protected"]
|
|
756
|
+
// [Protected "!true"]
|
|
561
757
|
@sapShell_InteractiveTextColor: @sapShell_TextColor;
|
|
562
758
|
|
|
563
759
|
// [Tags "!Protected"]
|
|
760
|
+
// [Protected "!true"]
|
|
564
761
|
@sapShell_InteractiveBorderColor: @sapField_BorderColor;
|
|
565
762
|
|
|
566
763
|
// [Tags "!Protected"]
|
|
764
|
+
// [Protected "!true"]
|
|
567
765
|
@sapShell_GroupTitleTextColor: @sapTitleColor;
|
|
568
766
|
|
|
569
767
|
// [Tags "!Protected"]
|
|
768
|
+
// [Protected "!true"]
|
|
570
769
|
@sapShell_GroupTitleTextShadow: -1px 0 @sapShell_Background, 0 1px @sapShell_Background, 1px 0 @sapShell_Background, 0 -1px @sapShell_Background;
|
|
571
770
|
|
|
572
771
|
// [Tags "!Protected"]
|
|
772
|
+
// [Protected "!true"]
|
|
573
773
|
@sapShell_Hover_Background: @sapHighlightColor;
|
|
574
774
|
|
|
575
775
|
// [Tags "!Protected"]
|
|
776
|
+
// [Protected "!true"]
|
|
576
777
|
@sapShell_Active_Background: @sapActiveColor;
|
|
577
778
|
|
|
578
779
|
// [Tags "!Protected"]
|
|
780
|
+
// [Protected "!true"]
|
|
579
781
|
@sapShell_Active_TextColor: contrast(@sapShell_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
580
782
|
|
|
581
783
|
// [Tags "!Protected"]
|
|
784
|
+
// [Protected "!true"]
|
|
582
785
|
@sapShell_Selected_Background: @sapSelectedColor;
|
|
583
786
|
|
|
584
787
|
// [Tags "!Protected"]
|
|
788
|
+
// [Protected "!true"]
|
|
585
789
|
@sapShell_Selected_TextColor: contrast(@sapShell_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
586
790
|
|
|
587
791
|
// [Tags "!Protected"]
|
|
792
|
+
// [Protected "!true"]
|
|
588
793
|
@sapShell_Selected_Hover_Background: @sapHighlightColor;
|
|
589
794
|
|
|
590
795
|
// [Tags "!Protected"]
|
|
796
|
+
// [Protected "!true"]
|
|
591
797
|
@sapShell_Favicon: none;
|
|
592
798
|
|
|
593
799
|
// [Tags "!Protected"]
|
|
800
|
+
// [Protected "!true"]
|
|
594
801
|
@sapShell_Navigation_Background: @sapShellColor;
|
|
595
802
|
|
|
596
803
|
// [Tags "!Protected"]
|
|
804
|
+
// [Protected "!true"]
|
|
597
805
|
@sapShell_Navigation_Hover_Background: @sapShell_Hover_Background;
|
|
598
806
|
|
|
599
807
|
// [Tags "!Protected"]
|
|
808
|
+
// [Protected "!true"]
|
|
600
809
|
@sapShell_Navigation_SelectedColor: @sapShell_Navigation_Selected_TextColor;
|
|
601
810
|
|
|
602
811
|
// [Tags "!Protected"]
|
|
812
|
+
// [Protected "!true"]
|
|
603
813
|
@sapShell_Navigation_Selected_TextColor: @sapShell_InteractiveTextColor;
|
|
604
814
|
|
|
605
815
|
// [Tags "!Protected"]
|
|
816
|
+
// [Protected "!true"]
|
|
606
817
|
@sapShell_Navigation_TextColor: contrast(@sapShell_Navigation_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
607
818
|
|
|
608
819
|
// [Tags "!Protected"]
|
|
820
|
+
// [Protected "!true"]
|
|
609
821
|
@sapShell_Navigation_Active_TextColor: contrast(@sapShell_Navigation_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
610
822
|
|
|
611
823
|
// [Tags "!Protected"]
|
|
824
|
+
// [Protected "!true"]
|
|
612
825
|
@sapShell_Navigation_Active_Background: @sapShell_Active_Background;
|
|
613
826
|
|
|
614
827
|
// [Tags "!Protected"]
|
|
828
|
+
// [Protected "!true"]
|
|
615
829
|
@sapShell_Shadow: 0 0.125rem 0 0 @sapShell_BorderColor;
|
|
616
830
|
|
|
617
831
|
// [Tags "!Protected"]
|
|
832
|
+
// [Protected "!true"]
|
|
618
833
|
@sapShell_NegativeColor: @sapNegativeColor;
|
|
619
834
|
|
|
620
835
|
// [Tags "!Protected"]
|
|
836
|
+
// [Protected "!true"]
|
|
621
837
|
@sapShell_CriticalColor: @sapCriticalColor;
|
|
622
838
|
|
|
623
839
|
// [Tags "!Protected"]
|
|
840
|
+
// [Protected "!true"]
|
|
624
841
|
@sapShell_PositiveColor: @sapPositiveColor;
|
|
625
842
|
|
|
626
843
|
// [Tags "!Protected"]
|
|
844
|
+
// [Protected "!true"]
|
|
627
845
|
@sapShell_InformativeColor: @sapInformativeColor;
|
|
628
846
|
|
|
629
847
|
// [Tags "!Protected"]
|
|
848
|
+
// [Protected "!true"]
|
|
630
849
|
@sapShell_NeutralColor: @sapNeutralColor;
|
|
850
|
+
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
631
851
|
|
|
632
852
|
// [Tags "!Protected"]
|
|
853
|
+
// [Protected "!true"]
|
|
854
|
+
@sapShell_Category_1_BorderColor: @sapLegendColor6;
|
|
855
|
+
@sapShell_Category_1_TextColor: contrast(@sapShell_Category_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
856
|
+
@sapShell_Category_1_TextShadow: none;
|
|
857
|
+
@sapShell_Category_2_Background: @sapHC_StandardBackground;
|
|
858
|
+
|
|
859
|
+
// [Tags "!Protected"]
|
|
860
|
+
// [Protected "!true"]
|
|
861
|
+
@sapShell_Category_2_BorderColor: @sapLegendColor3;
|
|
862
|
+
@sapShell_Category_2_TextColor: contrast(@sapShell_Category_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
863
|
+
@sapShell_Category_2_TextShadow: none;
|
|
864
|
+
@sapShell_Category_3_Background: @sapHC_StandardBackground;
|
|
865
|
+
|
|
866
|
+
// [Tags "!Protected"]
|
|
867
|
+
// [Protected "!true"]
|
|
868
|
+
@sapShell_Category_3_BorderColor: @sapLegendColor1;
|
|
869
|
+
@sapShell_Category_3_TextColor: contrast(@sapShell_Category_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
870
|
+
@sapShell_Category_3_TextShadow: none;
|
|
871
|
+
@sapShell_Category_4_Background: @sapHC_StandardBackground;
|
|
872
|
+
|
|
873
|
+
// [Tags "!Protected"]
|
|
874
|
+
// [Protected "!true"]
|
|
875
|
+
@sapShell_Category_4_BorderColor: @sapLegendColor10;
|
|
876
|
+
@sapShell_Category_4_TextColor: contrast(@sapShell_Category_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
877
|
+
@sapShell_Category_4_TextShadow: none;
|
|
878
|
+
@sapShell_Category_5_Background: @sapHC_StandardBackground;
|
|
879
|
+
|
|
880
|
+
// [Tags "!Protected"]
|
|
881
|
+
// [Protected "!true"]
|
|
882
|
+
@sapShell_Category_5_BorderColor: @sapLegendColor12;
|
|
883
|
+
@sapShell_Category_5_TextColor: contrast(@sapShell_Category_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
884
|
+
@sapShell_Category_5_TextShadow: none;
|
|
885
|
+
@sapShell_Category_6_Background: @sapHC_StandardBackground;
|
|
886
|
+
|
|
887
|
+
// [Tags "!Protected"]
|
|
888
|
+
// [Protected "!true"]
|
|
889
|
+
@sapShell_Category_6_BorderColor: @sapLegendColor7;
|
|
890
|
+
@sapShell_Category_6_TextColor: contrast(@sapShell_Category_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
891
|
+
@sapShell_Category_6_TextShadow: none;
|
|
892
|
+
@sapShell_Category_7_Background: @sapHC_StandardBackground;
|
|
893
|
+
|
|
894
|
+
// [Tags "!Protected"]
|
|
895
|
+
// [Protected "!true"]
|
|
896
|
+
@sapShell_Category_7_BorderColor: @sapLegendColor5;
|
|
897
|
+
@sapShell_Category_7_TextColor: contrast(@sapShell_Category_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
898
|
+
@sapShell_Category_7_TextShadow: none;
|
|
899
|
+
@sapShell_Category_8_Background: @sapHC_StandardBackground;
|
|
900
|
+
|
|
901
|
+
// [Tags "!Protected"]
|
|
902
|
+
// [Protected "!true"]
|
|
903
|
+
@sapShell_Category_8_BorderColor: @sapLegendColor8;
|
|
904
|
+
@sapShell_Category_8_TextColor: contrast(@sapShell_Category_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
905
|
+
@sapShell_Category_8_TextShadow: none;
|
|
906
|
+
@sapShell_Category_9_Background: @sapHC_StandardBackground;
|
|
907
|
+
|
|
908
|
+
// [Tags "!Protected"]
|
|
909
|
+
// [Protected "!true"]
|
|
910
|
+
@sapShell_Category_9_BorderColor: #4db1ff;
|
|
911
|
+
@sapShell_Category_9_TextColor: contrast(@sapShell_Category_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
912
|
+
@sapShell_Category_9_TextShadow: none;
|
|
913
|
+
@sapShell_Category_10_Background: @sapHC_StandardBackground;
|
|
914
|
+
|
|
915
|
+
// [Tags "!Protected"]
|
|
916
|
+
// [Protected "!true"]
|
|
917
|
+
@sapShell_Category_10_BorderColor: #b0bcc5;
|
|
918
|
+
@sapShell_Category_10_TextColor: contrast(@sapShell_Category_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
919
|
+
@sapShell_Category_10_TextShadow: none;
|
|
920
|
+
@sapShell_Category_11_Background: @sapHC_StandardBackground;
|
|
921
|
+
|
|
922
|
+
// [Tags "!Protected"]
|
|
923
|
+
// [Protected "!true"]
|
|
924
|
+
@sapShell_Category_11_BorderColor: #ff8787;
|
|
925
|
+
@sapShell_Category_11_TextColor: contrast(@sapShell_Category_11_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
926
|
+
@sapShell_Category_11_TextShadow: none;
|
|
927
|
+
@sapShell_Category_12_Background: @sapHC_StandardBackground;
|
|
928
|
+
|
|
929
|
+
// [Tags "!Protected"]
|
|
930
|
+
// [Protected "!true"]
|
|
931
|
+
@sapShell_Category_12_BorderColor: #d3b6ff;
|
|
932
|
+
@sapShell_Category_12_TextColor: contrast(@sapShell_Category_12_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
933
|
+
@sapShell_Category_12_TextShadow: none;
|
|
934
|
+
@sapShell_Category_13_Background: @sapHC_StandardBackground;
|
|
935
|
+
|
|
936
|
+
// [Tags "!Protected"]
|
|
937
|
+
// [Protected "!true"]
|
|
938
|
+
@sapShell_Category_13_BorderColor: #fdcef0;
|
|
939
|
+
@sapShell_Category_13_TextColor: contrast(@sapShell_Category_13_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
940
|
+
@sapShell_Category_13_TextShadow: none;
|
|
941
|
+
@sapShell_Category_14_Background: @sapHC_StandardBackground;
|
|
942
|
+
|
|
943
|
+
// [Tags "!Protected"]
|
|
944
|
+
// [Protected "!true"]
|
|
945
|
+
@sapShell_Category_14_BorderColor: #a4eeee;
|
|
946
|
+
@sapShell_Category_14_TextColor: contrast(@sapShell_Category_14_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
947
|
+
@sapShell_Category_14_TextShadow: none;
|
|
948
|
+
@sapShell_Category_15_Background: @sapHC_StandardBackground;
|
|
949
|
+
|
|
950
|
+
// [Tags "!Protected"]
|
|
951
|
+
// [Protected "!true"]
|
|
952
|
+
@sapShell_Category_15_BorderColor: #eaecee;
|
|
953
|
+
@sapShell_Category_15_TextColor: contrast(@sapShell_Category_15_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
954
|
+
@sapShell_Category_15_TextShadow: none;
|
|
955
|
+
@sapShell_Category_16_Background: @sapHC_StandardBackground;
|
|
956
|
+
|
|
957
|
+
// [Tags "!Protected"]
|
|
958
|
+
// [Protected "!true"]
|
|
959
|
+
@sapShell_Category_16_BorderColor: #b2e484;
|
|
960
|
+
@sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
961
|
+
@sapShell_Category_16_TextShadow: none;
|
|
962
|
+
|
|
963
|
+
// [Tags "!Protected"]
|
|
964
|
+
// [Protected "!true"]
|
|
633
965
|
@sapAvatar_1_Background: @sapBackgroundColor;
|
|
634
966
|
|
|
635
967
|
// [Tags "!Protected"]
|
|
968
|
+
// [Protected "!true"]
|
|
636
969
|
@sapAvatar_1_BorderColor: @sapGroup_ContentBorderColor;
|
|
637
970
|
|
|
638
971
|
// [Tags "!Protected"]
|
|
972
|
+
// [Protected "!true"]
|
|
639
973
|
@sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
640
974
|
|
|
641
975
|
// [Tags "!Protected"]
|
|
976
|
+
// [Protected "!true"]
|
|
642
977
|
@sapAvatar_2_Background: @sapBackgroundColor;
|
|
643
978
|
|
|
644
979
|
// [Tags "!Protected"]
|
|
980
|
+
// [Protected "!true"]
|
|
645
981
|
@sapAvatar_2_BorderColor: @sapGroup_ContentBorderColor;
|
|
646
982
|
|
|
647
983
|
// [Tags "!Protected"]
|
|
984
|
+
// [Protected "!true"]
|
|
648
985
|
@sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
649
986
|
|
|
650
987
|
// [Tags "!Protected"]
|
|
988
|
+
// [Protected "!true"]
|
|
651
989
|
@sapAvatar_3_Background: @sapBackgroundColor;
|
|
652
990
|
|
|
653
991
|
// [Tags "!Protected"]
|
|
992
|
+
// [Protected "!true"]
|
|
654
993
|
@sapAvatar_3_BorderColor: @sapGroup_ContentBorderColor;
|
|
655
994
|
|
|
656
995
|
// [Tags "!Protected"]
|
|
996
|
+
// [Protected "!true"]
|
|
657
997
|
@sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
658
998
|
|
|
659
999
|
// [Tags "!Protected"]
|
|
1000
|
+
// [Protected "!true"]
|
|
660
1001
|
@sapAvatar_4_Background: @sapBackgroundColor;
|
|
661
1002
|
|
|
662
1003
|
// [Tags "!Protected"]
|
|
1004
|
+
// [Protected "!true"]
|
|
663
1005
|
@sapAvatar_4_BorderColor: @sapGroup_ContentBorderColor;
|
|
664
1006
|
|
|
665
1007
|
// [Tags "!Protected"]
|
|
1008
|
+
// [Protected "!true"]
|
|
666
1009
|
@sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
667
1010
|
|
|
668
1011
|
// [Tags "!Protected"]
|
|
1012
|
+
// [Protected "!true"]
|
|
669
1013
|
@sapAvatar_5_Background: @sapBackgroundColor;
|
|
670
1014
|
|
|
671
1015
|
// [Tags "!Protected"]
|
|
1016
|
+
// [Protected "!true"]
|
|
672
1017
|
@sapAvatar_5_BorderColor: @sapGroup_ContentBorderColor;
|
|
673
1018
|
|
|
674
1019
|
// [Tags "!Protected"]
|
|
1020
|
+
// [Protected "!true"]
|
|
675
1021
|
@sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
676
1022
|
|
|
677
1023
|
// [Tags "!Protected"]
|
|
1024
|
+
// [Protected "!true"]
|
|
678
1025
|
@sapAvatar_6_Background: @sapBackgroundColor;
|
|
679
1026
|
|
|
680
1027
|
// [Tags "!Protected"]
|
|
1028
|
+
// [Protected "!true"]
|
|
681
1029
|
@sapAvatar_6_BorderColor: @sapGroup_ContentBorderColor;
|
|
682
1030
|
|
|
683
1031
|
// [Tags "!Protected"]
|
|
1032
|
+
// [Protected "!true"]
|
|
684
1033
|
@sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
685
1034
|
|
|
686
1035
|
// [Tags "!Protected"]
|
|
1036
|
+
// [Protected "!true"]
|
|
687
1037
|
@sapAvatar_7_Background: @sapBackgroundColor;
|
|
688
1038
|
|
|
689
1039
|
// [Tags "!Protected"]
|
|
1040
|
+
// [Protected "!true"]
|
|
690
1041
|
@sapAvatar_7_BorderColor: @sapGroup_ContentBorderColor;
|
|
691
1042
|
|
|
692
1043
|
// [Tags "!Protected"]
|
|
1044
|
+
// [Protected "!true"]
|
|
693
1045
|
@sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
694
1046
|
|
|
695
1047
|
// [Tags "!Protected"]
|
|
1048
|
+
// [Protected "!true"]
|
|
696
1049
|
@sapAvatar_8_Background: @sapBackgroundColor;
|
|
697
1050
|
|
|
698
1051
|
// [Tags "!Protected"]
|
|
1052
|
+
// [Protected "!true"]
|
|
699
1053
|
@sapAvatar_8_BorderColor: @sapGroup_ContentBorderColor;
|
|
700
1054
|
|
|
701
1055
|
// [Tags "!Protected"]
|
|
1056
|
+
// [Protected "!true"]
|
|
702
1057
|
@sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
703
1058
|
|
|
704
1059
|
// [Tags "!Protected"]
|
|
1060
|
+
// [Protected "!true"]
|
|
705
1061
|
@sapAvatar_9_Background: @sapBackgroundColor;
|
|
706
1062
|
|
|
707
1063
|
// [Tags "!Protected"]
|
|
1064
|
+
// [Protected "!true"]
|
|
708
1065
|
@sapAvatar_9_BorderColor: @sapGroup_ContentBorderColor;
|
|
709
1066
|
|
|
710
1067
|
// [Tags "!Protected"]
|
|
1068
|
+
// [Protected "!true"]
|
|
711
1069
|
@sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
712
1070
|
|
|
713
1071
|
// [Tags "!Protected"]
|
|
1072
|
+
// [Protected "!true"]
|
|
714
1073
|
@sapAvatar_10_Background: @sapBackgroundColor;
|
|
715
1074
|
|
|
716
1075
|
// [Tags "!Protected"]
|
|
1076
|
+
// [Protected "!true"]
|
|
717
1077
|
@sapAvatar_10_BorderColor: @sapGroup_ContentBorderColor;
|
|
718
1078
|
|
|
719
1079
|
// [Tags "!Protected"]
|
|
1080
|
+
// [Protected "!true"]
|
|
720
1081
|
@sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
721
1082
|
|
|
722
1083
|
// [Tags "!Protected"]
|
|
1084
|
+
// [Protected "!true"]
|
|
723
1085
|
@sapButton_Background: @sapBackgroundColor;
|
|
724
1086
|
|
|
725
1087
|
// [Tags "!Protected"]
|
|
1088
|
+
// [Protected "!true"]
|
|
726
1089
|
@sapButton_BorderColor: @sapHC_StandardForeground;
|
|
727
1090
|
|
|
728
1091
|
// [Tags "!Protected"]
|
|
1092
|
+
// [Protected "!true"]
|
|
729
1093
|
@sapButton_BorderWidth: @sapElement_BorderWidth;
|
|
730
1094
|
|
|
731
1095
|
// [Tags "!Protected"]
|
|
1096
|
+
// [Protected "!true"]
|
|
732
1097
|
@sapButton_BorderCornerRadius: 0.375 * @sapContent_GridSize;
|
|
733
1098
|
|
|
734
1099
|
// [Tags "!Protected"]
|
|
1100
|
+
// [Protected "!true"]
|
|
735
1101
|
@sapButton_TextColor: contrast(@sapButton_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
736
1102
|
|
|
737
1103
|
// [Tags "!Protected"]
|
|
1104
|
+
// [Protected "!true"]
|
|
738
1105
|
@sapButton_Hover_Background: @sapHighlightColor;
|
|
739
1106
|
|
|
740
1107
|
// [Tags "!Protected"]
|
|
1108
|
+
// [Protected "!true"]
|
|
741
1109
|
@sapButton_Hover_BorderColor: @sapButton_BorderColor;
|
|
742
1110
|
|
|
743
1111
|
// [Tags "!Protected"]
|
|
1112
|
+
// [Protected "!true"]
|
|
744
1113
|
@sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
745
1114
|
|
|
746
1115
|
// [Tags "!Protected"]
|
|
1116
|
+
// [Protected "!true"]
|
|
747
1117
|
@sapButton_IconColor: contrast(@sapButton_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
748
1118
|
|
|
749
1119
|
// [Tags "!Protected"]
|
|
1120
|
+
// [Protected "!true"]
|
|
750
1121
|
@sapButton_Active_Background: @sapActiveColor;
|
|
751
1122
|
|
|
752
1123
|
// [Tags "!Protected"]
|
|
1124
|
+
// [Protected "!true"]
|
|
753
1125
|
@sapButton_Active_BorderColor: @sapButton_BorderColor;
|
|
754
1126
|
|
|
755
1127
|
// [Tags "!Protected"]
|
|
1128
|
+
// [Protected "!true"]
|
|
756
1129
|
@sapButton_Active_TextColor: contrast(@sapButton_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
757
1130
|
|
|
758
1131
|
// [Tags "!Protected"]
|
|
1132
|
+
// [Protected "!true"]
|
|
759
1133
|
@sapButton_Emphasized_Background: @sapButton_Background;
|
|
760
1134
|
|
|
761
1135
|
// [Tags "!Protected"]
|
|
1136
|
+
// [Protected "!true"]
|
|
762
1137
|
@sapButton_Emphasized_BorderColor: @sapButton_BorderColor;
|
|
763
1138
|
|
|
764
1139
|
// [Tags "!Protected"]
|
|
1140
|
+
// [Protected "!true"]
|
|
765
1141
|
@sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
766
1142
|
|
|
767
1143
|
// [Tags "!Protected"]
|
|
1144
|
+
// [Protected "!true"]
|
|
768
1145
|
@sapButton_Emphasized_Hover_Background: @sapButton_Hover_Background;
|
|
769
1146
|
|
|
770
1147
|
// [Tags "!Protected"]
|
|
1148
|
+
// [Protected "!true"]
|
|
771
1149
|
@sapButton_Emphasized_Hover_BorderColor: @sapButton_Emphasized_BorderColor;
|
|
772
1150
|
|
|
773
1151
|
// [Tags "!Protected"]
|
|
1152
|
+
// [Protected "!true"]
|
|
774
1153
|
@sapButton_Emphasized_Hover_TextColor: contrast(@sapButton_Emphasized_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
775
1154
|
|
|
776
1155
|
// [Tags "!Protected"]
|
|
1156
|
+
// [Protected "!true"]
|
|
777
1157
|
@sapButton_Emphasized_Active_Background: @sapButton_Active_Background;
|
|
778
1158
|
|
|
779
1159
|
// [Tags "!Protected"]
|
|
1160
|
+
// [Protected "!true"]
|
|
780
1161
|
@sapButton_Emphasized_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
781
1162
|
|
|
782
1163
|
// [Tags "!Protected"]
|
|
1164
|
+
// [Protected "!true"]
|
|
783
1165
|
@sapButton_Emphasized_Active_TextColor: contrast(@sapButton_Emphasized_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
784
1166
|
|
|
785
1167
|
// [Tags "!Protected"]
|
|
1168
|
+
// [Protected "!true"]
|
|
786
1169
|
@sapButton_Emphasized_TextShadow: transparent;
|
|
787
1170
|
|
|
788
1171
|
// [Tags "!Protected"]
|
|
1172
|
+
// [Protected "!true"]
|
|
789
1173
|
@sapButton_Emphasized_FontWeight: bold;
|
|
790
1174
|
|
|
791
1175
|
// [Tags "!Protected"]
|
|
1176
|
+
// [Protected "!true"]
|
|
792
1177
|
@sapButton_Reject_Background: @sapButton_Background;
|
|
793
1178
|
|
|
794
1179
|
// [Tags "!Protected"]
|
|
1180
|
+
// [Protected "!true"]
|
|
795
1181
|
@sapButton_Reject_BorderColor: @sapButton_BorderColor;
|
|
796
1182
|
|
|
797
1183
|
// [Tags "!Protected"]
|
|
1184
|
+
// [Protected "!true"]
|
|
798
1185
|
@sapButton_Reject_TextColor: contrast(@sapButton_Reject_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
799
1186
|
|
|
800
1187
|
// [Tags "!Protected"]
|
|
1188
|
+
// [Protected "!true"]
|
|
801
1189
|
@sapButton_Reject_Hover_Background: @sapButton_Hover_Background;
|
|
802
1190
|
|
|
803
1191
|
// [Tags "!Protected"]
|
|
1192
|
+
// [Protected "!true"]
|
|
804
1193
|
@sapButton_Reject_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
805
1194
|
|
|
806
1195
|
// [Tags "!Protected"]
|
|
1196
|
+
// [Protected "!true"]
|
|
807
1197
|
@sapButton_Reject_Hover_TextColor: contrast(@sapButton_Reject_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
808
1198
|
|
|
809
1199
|
// [Tags "!Protected"]
|
|
1200
|
+
// [Protected "!true"]
|
|
810
1201
|
@sapButton_Reject_Active_Background: @sapButton_Active_Background;
|
|
811
1202
|
|
|
812
1203
|
// [Tags "!Protected"]
|
|
1204
|
+
// [Protected "!true"]
|
|
813
1205
|
@sapButton_Reject_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
814
1206
|
|
|
815
1207
|
// [Tags "!Protected"]
|
|
1208
|
+
// [Protected "!true"]
|
|
816
1209
|
@sapButton_Reject_Active_TextColor: contrast(@sapButton_Reject_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
817
1210
|
|
|
818
1211
|
// [Tags "!Protected"]
|
|
1212
|
+
// [Protected "!true"]
|
|
819
1213
|
@sapButton_Reject_Selected_Background: @sapSelectedColor;
|
|
820
1214
|
|
|
821
1215
|
// [Tags "!Protected"]
|
|
1216
|
+
// [Protected "!true"]
|
|
822
1217
|
@sapButton_Reject_Selected_BorderColor: @sapButton_BorderColor;
|
|
823
1218
|
|
|
824
1219
|
// [Tags "!Protected"]
|
|
1220
|
+
// [Protected "!true"]
|
|
825
1221
|
@sapButton_Reject_Selected_TextColor: contrast(@sapButton_Reject_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
826
1222
|
|
|
827
1223
|
// [Tags "!Protected"]
|
|
1224
|
+
// [Protected "!true"]
|
|
828
1225
|
@sapButton_Reject_Selected_Hover_Background: @sapButton_Hover_Background;
|
|
829
1226
|
|
|
830
1227
|
// [Tags "!Protected"]
|
|
1228
|
+
// [Protected "!true"]
|
|
831
1229
|
@sapButton_Reject_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
832
1230
|
|
|
833
1231
|
// [Tags "!Protected"]
|
|
1232
|
+
// [Protected "!true"]
|
|
834
1233
|
@sapButton_Accept_Background: @sapButton_Background;
|
|
835
1234
|
|
|
836
1235
|
// [Tags "!Protected"]
|
|
1236
|
+
// [Protected "!true"]
|
|
837
1237
|
@sapButton_Accept_BorderColor: @sapButton_BorderColor;
|
|
838
1238
|
|
|
839
1239
|
// [Tags "!Protected"]
|
|
1240
|
+
// [Protected "!true"]
|
|
840
1241
|
@sapButton_Accept_TextColor: contrast(@sapButton_Accept_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
841
1242
|
|
|
842
1243
|
// [Tags "!Protected"]
|
|
1244
|
+
// [Protected "!true"]
|
|
843
1245
|
@sapButton_Accept_Hover_Background: @sapButton_Hover_Background;
|
|
844
1246
|
|
|
845
1247
|
// [Tags "!Protected"]
|
|
1248
|
+
// [Protected "!true"]
|
|
846
1249
|
@sapButton_Accept_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
847
1250
|
|
|
848
1251
|
// [Tags "!Protected"]
|
|
1252
|
+
// [Protected "!true"]
|
|
849
1253
|
@sapButton_Accept_Hover_TextColor: contrast(@sapButton_Accept_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
850
1254
|
|
|
851
1255
|
// [Tags "!Protected"]
|
|
1256
|
+
// [Protected "!true"]
|
|
852
1257
|
@sapButton_Accept_Active_Background: @sapButton_Active_Background;
|
|
853
1258
|
|
|
854
1259
|
// [Tags "!Protected"]
|
|
1260
|
+
// [Protected "!true"]
|
|
855
1261
|
@sapButton_Accept_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
856
1262
|
|
|
857
1263
|
// [Tags "!Protected"]
|
|
1264
|
+
// [Protected "!true"]
|
|
858
1265
|
@sapButton_Accept_Active_TextColor: contrast(@sapButton_Accept_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
859
1266
|
|
|
860
1267
|
// [Tags "!Protected"]
|
|
1268
|
+
// [Protected "!true"]
|
|
861
1269
|
@sapButton_Accept_Selected_Background: @sapSelectedColor;
|
|
862
1270
|
|
|
863
1271
|
// [Tags "!Protected"]
|
|
1272
|
+
// [Protected "!true"]
|
|
864
1273
|
@sapButton_Accept_Selected_BorderColor: @sapButton_BorderColor;
|
|
865
1274
|
|
|
866
1275
|
// [Tags "!Protected"]
|
|
1276
|
+
// [Protected "!true"]
|
|
867
1277
|
@sapButton_Accept_Selected_TextColor: contrast(@sapButton_Accept_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
868
1278
|
|
|
869
1279
|
// [Tags "!Protected"]
|
|
1280
|
+
// [Protected "!true"]
|
|
870
1281
|
@sapButton_Accept_Selected_Hover_Background: @sapButton_Hover_Background;
|
|
871
1282
|
|
|
872
1283
|
// [Tags "!Protected"]
|
|
1284
|
+
// [Protected "!true"]
|
|
873
1285
|
@sapButton_Accept_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
874
1286
|
|
|
875
1287
|
// [Tags "!Protected"]
|
|
1288
|
+
// [Protected "!true"]
|
|
876
1289
|
@sapButton_Lite_Background: @sapButton_Background;
|
|
877
1290
|
|
|
878
1291
|
// [Tags "!Protected"]
|
|
1292
|
+
// [Protected "!true"]
|
|
879
1293
|
@sapButton_Lite_BorderColor: @sapButton_BorderColor;
|
|
880
1294
|
|
|
881
1295
|
// [Tags "!Protected"]
|
|
1296
|
+
// [Protected "!true"]
|
|
882
1297
|
@sapButton_Lite_TextColor: @sapButton_TextColor;
|
|
883
1298
|
|
|
884
1299
|
// [Tags "!Protected"]
|
|
1300
|
+
// [Protected "!true"]
|
|
885
1301
|
@sapButton_Lite_Hover_Background: @sapButton_Hover_Background;
|
|
886
1302
|
|
|
887
1303
|
// [Tags "!Protected"]
|
|
1304
|
+
// [Protected "!true"]
|
|
888
1305
|
@sapButton_Lite_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
889
1306
|
|
|
890
1307
|
// [Tags "!Protected"]
|
|
1308
|
+
// [Protected "!true"]
|
|
891
1309
|
@sapButton_Lite_Hover_TextColor: @sapButton_Lite_TextColor;
|
|
892
1310
|
|
|
893
1311
|
// [Tags "!Protected"]
|
|
1312
|
+
// [Protected "!true"]
|
|
894
1313
|
@sapButton_Lite_Active_Background: @sapButton_Active_Background;
|
|
895
1314
|
|
|
896
1315
|
// [Tags "!Protected"]
|
|
1316
|
+
// [Protected "!true"]
|
|
897
1317
|
@sapButton_Lite_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
898
1318
|
|
|
899
1319
|
// [Tags "!Protected"]
|
|
1320
|
+
// [Protected "!true"]
|
|
900
1321
|
@sapButton_Selected_Background: @sapSelectedColor;
|
|
901
1322
|
|
|
902
1323
|
// [Tags "!Protected"]
|
|
1324
|
+
// [Protected "!true"]
|
|
903
1325
|
@sapButton_Selected_BorderColor: @sapButton_BorderColor;
|
|
904
1326
|
|
|
905
1327
|
// [Tags "!Protected"]
|
|
1328
|
+
// [Protected "!true"]
|
|
906
1329
|
@sapButton_Selected_TextColor: contrast(@sapButton_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
907
1330
|
|
|
908
1331
|
// [Tags "!Protected"]
|
|
1332
|
+
// [Protected "!true"]
|
|
909
1333
|
@sapButton_Selected_Hover_Background: @sapButton_Hover_Background;
|
|
910
1334
|
|
|
911
1335
|
// [Tags "!Protected"]
|
|
1336
|
+
// [Protected "!true"]
|
|
912
1337
|
@sapButton_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
913
1338
|
|
|
914
1339
|
// [Tags "!Protected"]
|
|
1340
|
+
// [Protected "!true"]
|
|
915
1341
|
@sapButton_Attention_Background: @sapButton_Background;
|
|
916
1342
|
|
|
917
1343
|
// [Tags "!Protected"]
|
|
1344
|
+
// [Protected "!true"]
|
|
918
1345
|
@sapButton_Attention_BorderColor: @sapButton_BorderColor;
|
|
919
1346
|
|
|
920
1347
|
// [Tags "!Protected"]
|
|
1348
|
+
// [Protected "!true"]
|
|
921
1349
|
@sapButton_Attention_TextColor: contrast(@sapButton_Attention_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
922
1350
|
|
|
923
1351
|
// [Tags "!Protected"]
|
|
1352
|
+
// [Protected "!true"]
|
|
924
1353
|
@sapButton_Attention_Hover_Background: @sapButton_Hover_Background;
|
|
925
1354
|
|
|
926
1355
|
// [Tags "!Protected"]
|
|
1356
|
+
// [Protected "!true"]
|
|
927
1357
|
@sapButton_Attention_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
928
1358
|
|
|
929
1359
|
// [Tags "!Protected"]
|
|
1360
|
+
// [Protected "!true"]
|
|
930
1361
|
@sapButton_Attention_Hover_TextColor: contrast(@sapButton_Attention_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
931
1362
|
|
|
932
1363
|
// [Tags "!Protected"]
|
|
1364
|
+
// [Protected "!true"]
|
|
933
1365
|
@sapButton_Attention_Active_Background: @sapButton_Active_Background;
|
|
934
1366
|
|
|
935
1367
|
// [Tags "!Protected"]
|
|
1368
|
+
// [Protected "!true"]
|
|
936
1369
|
@sapButton_Attention_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
937
1370
|
|
|
938
1371
|
// [Tags "!Protected"]
|
|
1372
|
+
// [Protected "!true"]
|
|
939
1373
|
@sapButton_Attention_Active_TextColor: contrast(@sapButton_Attention_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
940
1374
|
|
|
941
1375
|
// [Tags "!Protected"]
|
|
1376
|
+
// [Protected "!true"]
|
|
942
1377
|
@sapButton_Attention_Selected_Background: @sapSelectedColor;
|
|
943
1378
|
|
|
944
1379
|
// [Tags "!Protected"]
|
|
1380
|
+
// [Protected "!true"]
|
|
945
1381
|
@sapButton_Attention_Selected_BorderColor: @sapButton_BorderColor;
|
|
946
1382
|
|
|
947
1383
|
// [Tags "!Protected"]
|
|
1384
|
+
// [Protected "!true"]
|
|
948
1385
|
@sapButton_Attention_Selected_TextColor: contrast(@sapButton_Attention_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
949
1386
|
|
|
950
1387
|
// [Tags "!Protected"]
|
|
1388
|
+
// [Protected "!true"]
|
|
951
1389
|
@sapButton_Attention_Selected_Hover_Background: @sapButton_Hover_Background;
|
|
952
1390
|
|
|
953
1391
|
// [Tags "!Protected"]
|
|
1392
|
+
// [Protected "!true"]
|
|
954
1393
|
@sapButton_Attention_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
955
1394
|
|
|
956
1395
|
// [Tags "!Protected"]
|
|
1396
|
+
// [Protected "!true"]
|
|
957
1397
|
@sapButton_Negative_Background: @sapButton_Background;
|
|
958
1398
|
|
|
959
1399
|
// [Tags "!Protected"]
|
|
1400
|
+
// [Protected "!true"]
|
|
960
1401
|
@sapButton_Negative_BorderColor: @sapButton_BorderColor;
|
|
961
1402
|
|
|
962
1403
|
// [Tags "!Protected"]
|
|
1404
|
+
// [Protected "!true"]
|
|
963
1405
|
@sapButton_Negative_TextColor: contrast(@sapButton_Negative_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
964
1406
|
|
|
965
1407
|
// [Tags "!Protected"]
|
|
1408
|
+
// [Protected "!true"]
|
|
966
1409
|
@sapButton_Negative_Hover_Background: @sapButton_Hover_Background;
|
|
967
1410
|
|
|
968
1411
|
// [Tags "!Protected"]
|
|
1412
|
+
// [Protected "!true"]
|
|
969
1413
|
@sapButton_Negative_Hover_BorderColor: @sapButton_Negative_BorderColor;
|
|
970
1414
|
|
|
971
1415
|
// [Tags "!Protected"]
|
|
1416
|
+
// [Protected "!true"]
|
|
972
1417
|
@sapButton_Negative_Hover_TextColor: contrast(@sapButton_Negative_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
973
1418
|
|
|
974
1419
|
// [Tags "!Protected"]
|
|
1420
|
+
// [Protected "!true"]
|
|
975
1421
|
@sapButton_Negative_Active_Background: @sapButton_Active_Background;
|
|
976
1422
|
|
|
977
1423
|
// [Tags "!Protected"]
|
|
1424
|
+
// [Protected "!true"]
|
|
978
1425
|
@sapButton_Negative_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
979
1426
|
|
|
980
1427
|
// [Tags "!Protected"]
|
|
1428
|
+
// [Protected "!true"]
|
|
981
1429
|
@sapButton_Negative_Active_TextColor: contrast(@sapButton_Negative_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
982
1430
|
|
|
983
1431
|
// [Tags "!Protected"]
|
|
1432
|
+
// [Protected "!true"]
|
|
984
1433
|
@sapButton_Critical_Background: @sapButton_Background;
|
|
985
1434
|
|
|
986
1435
|
// [Tags "!Protected"]
|
|
1436
|
+
// [Protected "!true"]
|
|
987
1437
|
@sapButton_Critical_BorderColor: @sapButton_BorderColor;
|
|
988
1438
|
|
|
989
1439
|
// [Tags "!Protected"]
|
|
1440
|
+
// [Protected "!true"]
|
|
990
1441
|
@sapButton_Critical_TextColor: contrast(@sapButton_Critical_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
991
1442
|
|
|
992
1443
|
// [Tags "!Protected"]
|
|
1444
|
+
// [Protected "!true"]
|
|
993
1445
|
@sapButton_Critical_Hover_Background: @sapButton_Hover_Background;
|
|
994
1446
|
|
|
995
1447
|
// [Tags "!Protected"]
|
|
1448
|
+
// [Protected "!true"]
|
|
996
1449
|
@sapButton_Critical_Hover_BorderColor: @sapButton_Critical_BorderColor;
|
|
997
1450
|
|
|
998
1451
|
// [Tags "!Protected"]
|
|
1452
|
+
// [Protected "!true"]
|
|
999
1453
|
@sapButton_Critical_Hover_TextColor: contrast(@sapButton_Critical_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1000
1454
|
|
|
1001
1455
|
// [Tags "!Protected"]
|
|
1456
|
+
// [Protected "!true"]
|
|
1002
1457
|
@sapButton_Critical_Active_Background: @sapButton_Active_Background;
|
|
1003
1458
|
|
|
1004
1459
|
// [Tags "!Protected"]
|
|
1460
|
+
// [Protected "!true"]
|
|
1005
1461
|
@sapButton_Critical_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
1006
1462
|
|
|
1007
1463
|
// [Tags "!Protected"]
|
|
1464
|
+
// [Protected "!true"]
|
|
1008
1465
|
@sapButton_Critical_Active_TextColor: contrast(@sapButton_Critical_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1009
1466
|
|
|
1010
1467
|
// [Tags "!Protected"]
|
|
1468
|
+
// [Protected "!true"]
|
|
1011
1469
|
@sapButton_Success_Background: @sapButton_Background;
|
|
1012
1470
|
|
|
1013
1471
|
// [Tags "!Protected"]
|
|
1472
|
+
// [Protected "!true"]
|
|
1014
1473
|
@sapButton_Success_BorderColor: @sapButton_BorderColor;
|
|
1015
1474
|
|
|
1016
1475
|
// [Tags "!Protected"]
|
|
1476
|
+
// [Protected "!true"]
|
|
1017
1477
|
@sapButton_Success_TextColor: contrast(@sapButton_Success_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1018
1478
|
|
|
1019
1479
|
// [Tags "!Protected"]
|
|
1480
|
+
// [Protected "!true"]
|
|
1020
1481
|
@sapButton_Success_Hover_Background: @sapButton_Hover_Background;
|
|
1021
1482
|
|
|
1022
1483
|
// [Tags "!Protected"]
|
|
1484
|
+
// [Protected "!true"]
|
|
1023
1485
|
@sapButton_Success_Hover_BorderColor: @sapButton_Success_BorderColor;
|
|
1024
1486
|
|
|
1025
1487
|
// [Tags "!Protected"]
|
|
1488
|
+
// [Protected "!true"]
|
|
1026
1489
|
@sapButton_Success_Hover_TextColor: contrast(@sapButton_Success_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1027
1490
|
|
|
1028
1491
|
// [Tags "!Protected"]
|
|
1492
|
+
// [Protected "!true"]
|
|
1029
1493
|
@sapButton_Success_Active_Background: @sapButton_Active_Background;
|
|
1030
1494
|
|
|
1031
1495
|
// [Tags "!Protected"]
|
|
1496
|
+
// [Protected "!true"]
|
|
1032
1497
|
@sapButton_Success_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
1033
1498
|
|
|
1034
1499
|
// [Tags "!Protected"]
|
|
1500
|
+
// [Protected "!true"]
|
|
1035
1501
|
@sapButton_Success_Active_TextColor: contrast(@sapButton_Success_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1036
1502
|
|
|
1037
1503
|
// [Tags "!Protected"]
|
|
1504
|
+
// [Protected "!true"]
|
|
1038
1505
|
@sapButton_Information_Background: @sapButton_Background;
|
|
1039
1506
|
|
|
1040
1507
|
// [Tags "!Protected"]
|
|
1508
|
+
// [Protected "!true"]
|
|
1041
1509
|
@sapButton_Information_BorderColor: @sapButton_BorderColor;
|
|
1042
1510
|
|
|
1043
1511
|
// [Tags "!Protected"]
|
|
1512
|
+
// [Protected "!true"]
|
|
1044
1513
|
@sapButton_Information_TextColor: contrast(@sapButton_Information_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1045
1514
|
|
|
1046
1515
|
// [Tags "!Protected"]
|
|
1516
|
+
// [Protected "!true"]
|
|
1047
1517
|
@sapButton_Information_Hover_Background: @sapButton_Hover_Background;
|
|
1048
1518
|
|
|
1049
1519
|
// [Tags "!Protected"]
|
|
1520
|
+
// [Protected "!true"]
|
|
1050
1521
|
@sapButton_Information_Hover_BorderColor: @sapButton_Information_BorderColor;
|
|
1051
1522
|
|
|
1052
1523
|
// [Tags "!Protected"]
|
|
1524
|
+
// [Protected "!true"]
|
|
1053
1525
|
@sapButton_Information_Hover_TextColor: contrast(@sapButton_Information_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1054
1526
|
|
|
1055
1527
|
// [Tags "!Protected"]
|
|
1528
|
+
// [Protected "!true"]
|
|
1056
1529
|
@sapButton_Information_Active_Background: @sapButton_Active_Background;
|
|
1057
1530
|
|
|
1058
1531
|
// [Tags "!Protected"]
|
|
1532
|
+
// [Protected "!true"]
|
|
1059
1533
|
@sapButton_Information_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
1060
1534
|
|
|
1061
1535
|
// [Tags "!Protected"]
|
|
1536
|
+
// [Protected "!true"]
|
|
1062
1537
|
@sapButton_Information_Active_TextColor: contrast(@sapButton_Information_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1063
1538
|
|
|
1064
1539
|
// [Tags "!Protected"]
|
|
1540
|
+
// [Protected "!true"]
|
|
1065
1541
|
@sapButton_Neutral_Background: @sapButton_Background;
|
|
1066
1542
|
|
|
1067
1543
|
// [Tags "!Protected"]
|
|
1544
|
+
// [Protected "!true"]
|
|
1068
1545
|
@sapButton_Neutral_BorderColor: @sapButton_BorderColor;
|
|
1069
1546
|
|
|
1070
1547
|
// [Tags "!Protected"]
|
|
1548
|
+
// [Protected "!true"]
|
|
1071
1549
|
@sapButton_Neutral_TextColor: contrast(@sapButton_Neutral_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1072
1550
|
|
|
1073
1551
|
// [Tags "!Protected"]
|
|
1552
|
+
// [Protected "!true"]
|
|
1074
1553
|
@sapButton_Neutral_Hover_Background: @sapButton_Hover_Background;
|
|
1075
1554
|
|
|
1076
1555
|
// [Tags "!Protected"]
|
|
1556
|
+
// [Protected "!true"]
|
|
1077
1557
|
@sapButton_Neutral_Hover_BorderColor: @sapButton_Neutral_BorderColor;
|
|
1078
1558
|
|
|
1079
1559
|
// [Tags "!Protected"]
|
|
1560
|
+
// [Protected "!true"]
|
|
1080
1561
|
@sapButton_Neutral_Hover_TextColor: contrast(@sapButton_Neutral_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1081
1562
|
|
|
1082
1563
|
// [Tags "!Protected"]
|
|
1564
|
+
// [Protected "!true"]
|
|
1083
1565
|
@sapButton_Neutral_Active_Background: @sapButton_Active_Background;
|
|
1084
1566
|
|
|
1085
1567
|
// [Tags "!Protected"]
|
|
1568
|
+
// [Protected "!true"]
|
|
1086
1569
|
@sapButton_Neutral_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
1087
1570
|
|
|
1088
1571
|
// [Tags "!Protected"]
|
|
1572
|
+
// [Protected "!true"]
|
|
1089
1573
|
@sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1090
1574
|
|
|
1091
1575
|
// [Tags "!Protected"]
|
|
1576
|
+
// [Protected "!true"]
|
|
1092
1577
|
@sapButton_Track_Background: @sapButton_Background;
|
|
1093
1578
|
|
|
1094
1579
|
// [Tags "!Protected"]
|
|
1580
|
+
// [Protected "!true"]
|
|
1095
1581
|
@sapButton_Track_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1096
1582
|
|
|
1097
1583
|
// [Tags "!Protected"]
|
|
1584
|
+
// [Protected "!true"]
|
|
1098
1585
|
@sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1099
1586
|
|
|
1100
1587
|
// [Tags "!Protected"]
|
|
1588
|
+
// [Protected "!true"]
|
|
1101
1589
|
@sapButton_Track_Hover_Background: @sapButton_Hover_Background;
|
|
1102
1590
|
|
|
1103
1591
|
// [Tags "!Protected"]
|
|
1592
|
+
// [Protected "!true"]
|
|
1104
1593
|
@sapButton_Track_Hover_BorderColor: @sapButton_Track_BorderColor;
|
|
1105
1594
|
|
|
1106
1595
|
// [Tags "!Protected"]
|
|
1596
|
+
// [Protected "!true"]
|
|
1107
1597
|
@sapButton_Track_Selected_Background: @sapButton_Selected_Background;
|
|
1108
1598
|
|
|
1109
1599
|
// [Tags "!Protected"]
|
|
1600
|
+
// [Protected "!true"]
|
|
1110
1601
|
@sapButton_Track_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
1111
1602
|
|
|
1112
1603
|
// [Tags "!Protected"]
|
|
1604
|
+
// [Protected "!true"]
|
|
1113
1605
|
@sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1114
1606
|
|
|
1115
1607
|
// [Tags "!Protected"]
|
|
1608
|
+
// [Protected "!true"]
|
|
1116
1609
|
@sapButton_Track_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
|
|
1117
1610
|
|
|
1118
1611
|
// [Tags "!Protected"]
|
|
1612
|
+
// [Protected "!true"]
|
|
1119
1613
|
@sapButton_Track_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
|
|
1120
1614
|
|
|
1121
1615
|
// [Tags "!Protected"]
|
|
1616
|
+
// [Protected "!true"]
|
|
1122
1617
|
@sapButton_Handle_Background: @sapButton_Background;
|
|
1123
1618
|
|
|
1124
1619
|
// [Tags "!Protected"]
|
|
1620
|
+
// [Protected "!true"]
|
|
1125
1621
|
@sapButton_Handle_BorderColor: @sapButton_BorderColor;
|
|
1126
1622
|
|
|
1127
1623
|
// [Tags "!Protected"]
|
|
1624
|
+
// [Protected "!true"]
|
|
1128
1625
|
@sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1129
1626
|
|
|
1130
1627
|
// [Tags "!Protected"]
|
|
1628
|
+
// [Protected "!true"]
|
|
1131
1629
|
@sapButton_Handle_Hover_Background: @sapButton_Hover_Background;
|
|
1132
1630
|
|
|
1133
1631
|
// [Tags "!Protected"]
|
|
1632
|
+
// [Protected "!true"]
|
|
1134
1633
|
@sapButton_Handle_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
1135
1634
|
|
|
1136
1635
|
// [Tags "!Protected"]
|
|
1636
|
+
// [Protected "!true"]
|
|
1137
1637
|
@sapButton_Handle_Selected_Background: @sapButton_Selected_Background;
|
|
1138
1638
|
|
|
1139
1639
|
// [Tags "!Protected"]
|
|
1640
|
+
// [Protected "!true"]
|
|
1140
1641
|
@sapButton_Handle_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
1141
1642
|
|
|
1142
1643
|
// [Tags "!Protected"]
|
|
1644
|
+
// [Protected "!true"]
|
|
1143
1645
|
@sapButton_Handle_Selected_TextColor: contrast(@sapButton_Handle_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1144
1646
|
|
|
1145
1647
|
// [Tags "!Protected"]
|
|
1648
|
+
// [Protected "!true"]
|
|
1146
1649
|
@sapButton_Handle_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
|
|
1147
1650
|
|
|
1148
1651
|
// [Tags "!Protected"]
|
|
1652
|
+
// [Protected "!true"]
|
|
1149
1653
|
@sapButton_Handle_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
|
|
1150
1654
|
|
|
1151
1655
|
// [Tags "!Protected"]
|
|
1656
|
+
// [Protected "!true"]
|
|
1152
1657
|
@sapButton_Track_Negative_Background: @sapButton_Background;
|
|
1153
1658
|
|
|
1154
1659
|
// [Tags "!Protected"]
|
|
1660
|
+
// [Protected "!true"]
|
|
1155
1661
|
@sapButton_Track_Negative_BorderColor: @sapNegativeElementColor;
|
|
1156
1662
|
|
|
1157
1663
|
// [Tags "!Protected"]
|
|
1664
|
+
// [Protected "!true"]
|
|
1158
1665
|
@sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1159
1666
|
|
|
1160
1667
|
// [Tags "!Protected"]
|
|
1668
|
+
// [Protected "!true"]
|
|
1161
1669
|
@sapButton_Track_Negative_Hover_Background: @sapButton_Hover_Background;
|
|
1162
1670
|
|
|
1163
1671
|
// [Tags "!Protected"]
|
|
1672
|
+
// [Protected "!true"]
|
|
1164
1673
|
@sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_BorderColor;
|
|
1165
1674
|
|
|
1166
1675
|
// [Tags "!Protected"]
|
|
1676
|
+
// [Protected "!true"]
|
|
1167
1677
|
@sapButton_Handle_Negative_Background: @sapButton_Handle_Background;
|
|
1168
1678
|
|
|
1169
1679
|
// [Tags "!Protected"]
|
|
1680
|
+
// [Protected "!true"]
|
|
1170
1681
|
@sapButton_Handle_Negative_BorderColor: @sapNegativeElementColor;
|
|
1171
1682
|
|
|
1172
1683
|
// [Tags "!Protected"]
|
|
1684
|
+
// [Protected "!true"]
|
|
1173
1685
|
@sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1174
1686
|
|
|
1175
1687
|
// [Tags "!Protected"]
|
|
1688
|
+
// [Protected "!true"]
|
|
1176
1689
|
@sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Hover_Background;
|
|
1177
1690
|
|
|
1178
1691
|
// [Tags "!Protected"]
|
|
1692
|
+
// [Protected "!true"]
|
|
1179
1693
|
@sapButton_Handle_Negative_Hover_BorderColor: @sapButton_Handle_Negative_BorderColor;
|
|
1180
1694
|
|
|
1181
1695
|
// [Tags "!Protected"]
|
|
1696
|
+
// [Protected "!true"]
|
|
1182
1697
|
@sapButton_Track_Positive_Background: @sapButton_Background;
|
|
1183
1698
|
|
|
1184
1699
|
// [Tags "!Protected"]
|
|
1700
|
+
// [Protected "!true"]
|
|
1185
1701
|
@sapButton_Track_Positive_BorderColor: @sapPositiveElementColor;
|
|
1186
1702
|
|
|
1187
1703
|
// [Tags "!Protected"]
|
|
1704
|
+
// [Protected "!true"]
|
|
1188
1705
|
@sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1189
1706
|
|
|
1190
1707
|
// [Tags "!Protected"]
|
|
1708
|
+
// [Protected "!true"]
|
|
1191
1709
|
@sapButton_Track_Positive_Hover_Background: @sapButton_Track_Positive_Background;
|
|
1192
1710
|
|
|
1193
1711
|
// [Tags "!Protected"]
|
|
1712
|
+
// [Protected "!true"]
|
|
1194
1713
|
@sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_BorderColor;
|
|
1195
1714
|
|
|
1196
1715
|
// [Tags "!Protected"]
|
|
1716
|
+
// [Protected "!true"]
|
|
1197
1717
|
@sapButton_Handle_Positive_Background: @sapButton_Handle_Background;
|
|
1198
1718
|
|
|
1199
1719
|
// [Tags "!Protected"]
|
|
1720
|
+
// [Protected "!true"]
|
|
1200
1721
|
@sapButton_Handle_Positive_BorderColor: @sapPositiveElementColor;
|
|
1201
1722
|
|
|
1202
1723
|
// [Tags "!Protected"]
|
|
1724
|
+
// [Protected "!true"]
|
|
1203
1725
|
@sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1204
1726
|
|
|
1205
1727
|
// [Tags "!Protected"]
|
|
1728
|
+
// [Protected "!true"]
|
|
1206
1729
|
@sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Hover_Background;
|
|
1207
1730
|
|
|
1208
1731
|
// [Tags "!Protected"]
|
|
1732
|
+
// [Protected "!true"]
|
|
1209
1733
|
@sapButton_Handle_Positive_Hover_BorderColor: @sapButton_Handle_Positive_BorderColor;
|
|
1210
1734
|
|
|
1211
1735
|
// [Tags "!Protected"]
|
|
1736
|
+
// [Protected "!true"]
|
|
1212
1737
|
@sapButton_TokenBackground: @sapButton_Background;
|
|
1213
1738
|
|
|
1214
1739
|
// [Tags "!Protected"]
|
|
1740
|
+
// [Protected "!true"]
|
|
1215
1741
|
@sapButton_TokenBorderColor: @sapButton_BorderColor;
|
|
1216
1742
|
|
|
1217
1743
|
// [Tags "!Protected"]
|
|
1744
|
+
// [Protected "!true"]
|
|
1218
1745
|
@sapField_Background: @sapBackgroundColor;
|
|
1219
1746
|
|
|
1220
1747
|
// [Tags "!Protected"]
|
|
1748
|
+
// [Protected "!true"]
|
|
1221
1749
|
@sapField_BackgroundStyle: none;
|
|
1222
1750
|
|
|
1223
1751
|
// [Tags "!Protected"]
|
|
1752
|
+
// [Protected "!true"]
|
|
1224
1753
|
@sapField_TextColor: @sapTextColor;
|
|
1225
1754
|
|
|
1226
1755
|
// [Tags "!Protected"]
|
|
1756
|
+
// [Protected "!true"]
|
|
1227
1757
|
@sapField_PlaceholderTextColor: @sapHC_ReducedAltForeground;
|
|
1228
1758
|
|
|
1229
1759
|
// [Tags "!Protected"]
|
|
1760
|
+
// [Protected "!true"]
|
|
1230
1761
|
@sapField_BorderColor: @sapHC_StandardForeground;
|
|
1231
1762
|
|
|
1232
1763
|
// [Tags "!Protected"]
|
|
1764
|
+
// [Protected "!true"]
|
|
1233
1765
|
@sapField_HelpBackground: @sapField_Background;
|
|
1234
1766
|
|
|
1235
1767
|
// [Tags "!Protected"]
|
|
1768
|
+
// [Protected "!true"]
|
|
1236
1769
|
@sapField_BorderWidth: @sapElement_BorderWidth;
|
|
1237
1770
|
|
|
1238
1771
|
// [Tags "!Protected"]
|
|
1772
|
+
// [Protected "!true"]
|
|
1239
1773
|
@sapField_BorderStyle: solid;
|
|
1240
1774
|
|
|
1241
1775
|
// [Tags "!Protected"]
|
|
1776
|
+
// [Protected "!true"]
|
|
1242
1777
|
@sapField_BorderCornerRadius: 0;
|
|
1778
|
+
@sapField_Shadow: none;
|
|
1243
1779
|
|
|
1244
1780
|
// [Tags "!Protected"]
|
|
1781
|
+
// [Protected "!true"]
|
|
1245
1782
|
@sapField_Hover_Background: @sapField_Background;
|
|
1246
1783
|
|
|
1247
1784
|
// [Tags "!Protected"]
|
|
1785
|
+
// [Protected "!true"]
|
|
1248
1786
|
@sapField_Hover_BackgroundStyle: none;
|
|
1249
1787
|
|
|
1250
1788
|
// [Tags "!Protected"]
|
|
1789
|
+
// [Protected "!true"]
|
|
1251
1790
|
@sapField_Hover_BorderColor: @sapField_BorderColor;
|
|
1252
1791
|
|
|
1253
1792
|
// [Tags "!Protected"]
|
|
1793
|
+
// [Protected "!true"]
|
|
1254
1794
|
@sapField_Hover_HelpBackground: @sapField_Background;
|
|
1795
|
+
@sapField_Hover_Shadow: none;
|
|
1796
|
+
@sapField_Hover_InvalidShadow: none;
|
|
1797
|
+
@sapField_Hover_WarningShadow: none;
|
|
1798
|
+
@sapField_Hover_SuccessShadow: none;
|
|
1799
|
+
@sapField_Hover_InformationShadow: none;
|
|
1255
1800
|
|
|
1256
1801
|
// [Tags "!Protected"]
|
|
1802
|
+
// [Protected "!true"]
|
|
1257
1803
|
@sapField_Active_BorderColor: @sapField_BorderColor;
|
|
1258
1804
|
|
|
1259
1805
|
// [Tags "!Protected"]
|
|
1806
|
+
// [Protected "!true"]
|
|
1260
1807
|
@sapField_Focus_Background: @sapField_Background;
|
|
1261
1808
|
|
|
1262
1809
|
// [Tags "!Protected"]
|
|
1810
|
+
// [Protected "!true"]
|
|
1263
1811
|
@sapField_Focus_BorderColor: @sapField_BorderColor;
|
|
1264
1812
|
|
|
1265
1813
|
// [Tags "!Protected"]
|
|
1814
|
+
// [Protected "!true"]
|
|
1266
1815
|
@sapField_Focus_HelpBackground: @sapField_Background;
|
|
1267
1816
|
|
|
1268
1817
|
// [Tags "!Protected"]
|
|
1818
|
+
// [Protected "!true"]
|
|
1269
1819
|
@sapField_ReadOnly_Background: @sapHC_ReducedBackground;
|
|
1270
1820
|
|
|
1271
1821
|
// [Tags "!Protected"]
|
|
1822
|
+
// [Protected "!true"]
|
|
1272
1823
|
@sapField_ReadOnly_BackgroundStyle: none;
|
|
1273
1824
|
|
|
1274
1825
|
// [Tags "!Protected"]
|
|
1826
|
+
// [Protected "!true"]
|
|
1275
1827
|
@sapField_ReadOnly_BorderColor: @sapHC_ReducedAltForeground;
|
|
1276
1828
|
|
|
1277
1829
|
// [Tags "!Protected"]
|
|
1830
|
+
// [Protected "!true"]
|
|
1278
1831
|
@sapField_ReadOnly_BorderStyle: @sapField_BorderStyle;
|
|
1279
1832
|
|
|
1280
1833
|
// [Tags "!Protected"]
|
|
1834
|
+
// [Protected "!true"]
|
|
1281
1835
|
@sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
|
|
1282
1836
|
|
|
1283
1837
|
// [Tags "!Protected"]
|
|
1838
|
+
// [Protected "!true"]
|
|
1284
1839
|
@sapField_RequiredColor: @sapTextColor;
|
|
1285
1840
|
|
|
1286
1841
|
// [Tags "!Protected"]
|
|
1842
|
+
// [Protected "!true"]
|
|
1287
1843
|
@sapField_InvalidColor: @sapField_BorderColor;
|
|
1288
1844
|
|
|
1289
1845
|
// [Tags "!Protected"]
|
|
1846
|
+
// [Protected "!true"]
|
|
1290
1847
|
@sapField_InvalidBackground: @sapHighlightColor;
|
|
1291
1848
|
|
|
1292
1849
|
// [Tags "!Protected"]
|
|
1850
|
+
// [Protected "!true"]
|
|
1293
1851
|
@sapField_InvalidBackgroundStyle: none;
|
|
1294
1852
|
|
|
1295
1853
|
// [Tags "!Protected"]
|
|
1854
|
+
// [Protected "!true"]
|
|
1296
1855
|
@sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
|
|
1297
1856
|
|
|
1298
1857
|
// [Tags "!Protected"]
|
|
1858
|
+
// [Protected "!true"]
|
|
1299
1859
|
@sapField_InvalidBorderStyle: dashed;
|
|
1860
|
+
@sapField_InvalidShadow: none;
|
|
1300
1861
|
|
|
1301
1862
|
// [Tags "!Protected"]
|
|
1863
|
+
// [Protected "!true"]
|
|
1302
1864
|
@sapField_WarningColor: @sapField_BorderColor;
|
|
1303
1865
|
|
|
1304
1866
|
// [Tags "!Protected"]
|
|
1867
|
+
// [Protected "!true"]
|
|
1305
1868
|
@sapField_WarningBackground: @sapField_Background;
|
|
1306
1869
|
|
|
1307
1870
|
// [Tags "!Protected"]
|
|
1871
|
+
// [Protected "!true"]
|
|
1308
1872
|
@sapField_WarningBackgroundStyle: none;
|
|
1309
1873
|
|
|
1310
1874
|
// [Tags "!Protected"]
|
|
1875
|
+
// [Protected "!true"]
|
|
1311
1876
|
@sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
|
|
1312
1877
|
|
|
1313
1878
|
// [Tags "!Protected"]
|
|
1879
|
+
// [Protected "!true"]
|
|
1314
1880
|
@sapField_WarningBorderStyle: dashed;
|
|
1881
|
+
@sapField_WarningShadow: none;
|
|
1315
1882
|
|
|
1316
1883
|
// [Tags "!Protected"]
|
|
1884
|
+
// [Protected "!true"]
|
|
1317
1885
|
@sapField_SuccessColor: @sapField_BorderColor;
|
|
1318
1886
|
|
|
1319
1887
|
// [Tags "!Protected"]
|
|
1888
|
+
// [Protected "!true"]
|
|
1320
1889
|
@sapField_SuccessBackground: @sapField_Background;
|
|
1321
1890
|
|
|
1322
1891
|
// [Tags "!Protected"]
|
|
1892
|
+
// [Protected "!true"]
|
|
1323
1893
|
@sapField_SuccessBackgroundStyle: none;
|
|
1324
1894
|
|
|
1325
1895
|
// [Tags "!Protected"]
|
|
1896
|
+
// [Protected "!true"]
|
|
1326
1897
|
@sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
|
|
1327
1898
|
|
|
1328
1899
|
// [Tags "!Protected"]
|
|
1900
|
+
// [Protected "!true"]
|
|
1329
1901
|
@sapField_SuccessBorderStyle: solid;
|
|
1902
|
+
@sapField_SuccessShadow: none;
|
|
1330
1903
|
|
|
1331
1904
|
// [Tags "!Protected"]
|
|
1905
|
+
// [Protected "!true"]
|
|
1332
1906
|
@sapField_InformationColor: @sapField_BorderColor;
|
|
1333
1907
|
|
|
1334
1908
|
// [Tags "!Protected"]
|
|
1909
|
+
// [Protected "!true"]
|
|
1335
1910
|
@sapField_InformationBackground: @sapField_Background;
|
|
1336
1911
|
|
|
1337
1912
|
// [Tags "!Protected"]
|
|
1913
|
+
// [Protected "!true"]
|
|
1338
1914
|
@sapField_InformationBackgroundStyle: none;
|
|
1339
1915
|
|
|
1340
1916
|
// [Tags "!Protected"]
|
|
1917
|
+
// [Protected "!true"]
|
|
1341
1918
|
@sapField_InformationBorderWidth: 0.0625 * @sapContent_GridSize;
|
|
1342
1919
|
|
|
1343
1920
|
// [Tags "!Protected"]
|
|
1921
|
+
// [Protected "!true"]
|
|
1344
1922
|
@sapField_InformationBorderStyle: dashed;
|
|
1923
|
+
@sapField_InformationShadow: none;
|
|
1345
1924
|
|
|
1346
1925
|
// [Tags "!Protected"]
|
|
1926
|
+
// [Protected "!true"]
|
|
1347
1927
|
@sapGroup_TitleBackground: @sapBackgroundColor;
|
|
1348
1928
|
|
|
1349
1929
|
// [Tags "!Protected"]
|
|
1930
|
+
// [Protected "!true"]
|
|
1350
1931
|
@sapGroup_TitleBorderColor: @sapHC_StandardForeground;
|
|
1351
1932
|
|
|
1352
1933
|
// [Tags "!Protected"]
|
|
1934
|
+
// [Protected "!true"]
|
|
1353
1935
|
@sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1354
1936
|
|
|
1355
1937
|
// [Tags "!Protected"]
|
|
1938
|
+
// [Protected "!true"]
|
|
1356
1939
|
@sapGroup_Title_FontSize: @sapFontHeader4Size;
|
|
1357
1940
|
|
|
1358
1941
|
// [Tags "!Protected"]
|
|
1942
|
+
// [Protected "!true"]
|
|
1359
1943
|
@sapGroup_ContentBackground: @sapBackgroundColor;
|
|
1360
1944
|
|
|
1361
1945
|
// [Tags "!Protected"]
|
|
1946
|
+
// [Protected "!true"]
|
|
1362
1947
|
@sapGroup_ContentBorderColor: @sapHC_StandardForeground;
|
|
1363
1948
|
|
|
1364
1949
|
// [Tags "!Protected"]
|
|
1950
|
+
// [Protected "!true"]
|
|
1365
1951
|
@sapGroup_BorderWidth: @sapElement_BorderWidth;
|
|
1366
1952
|
|
|
1367
1953
|
// [Tags "!Protected"]
|
|
1954
|
+
// [Protected "!true"]
|
|
1368
1955
|
@sapGroup_BorderCornerRadius: 0;
|
|
1369
1956
|
|
|
1370
1957
|
// [Tags "!Protected"]
|
|
1958
|
+
// [Protected "!true"]
|
|
1371
1959
|
@sapGroup_FooterBackground: @sapBackgroundColor;
|
|
1372
1960
|
|
|
1373
1961
|
// [Tags "!Protected"]
|
|
1962
|
+
// [Protected "!true"]
|
|
1374
1963
|
@sapToolbar_Background: @sapBackgroundColor;
|
|
1375
1964
|
|
|
1376
1965
|
// [Tags "!Protected"]
|
|
1966
|
+
// [Protected "!true"]
|
|
1377
1967
|
@sapToolbar_SeparatorColor: @sapHC_StandardForeground;
|
|
1378
1968
|
|
|
1379
1969
|
// [Tags "!Protected"]
|
|
1970
|
+
// [Protected "!true"]
|
|
1380
1971
|
@sapList_HeaderBackground: @sapBackgroundColor;
|
|
1381
1972
|
|
|
1382
1973
|
// [Tags "!Protected"]
|
|
1974
|
+
// [Protected "!true"]
|
|
1383
1975
|
@sapList_HeaderBorderColor: @sapHC_StandardForeground;
|
|
1384
1976
|
|
|
1385
1977
|
// [Tags "!Protected"]
|
|
1978
|
+
// [Protected "!true"]
|
|
1386
1979
|
@sapList_HeaderTextColor: contrast(@sapList_HeaderBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1387
1980
|
|
|
1388
1981
|
// [Tags "!Protected"]
|
|
1982
|
+
// [Protected "!true"]
|
|
1389
1983
|
@sapList_BorderColor: @sapHC_ReducedAltForeground;
|
|
1390
1984
|
|
|
1391
1985
|
// [Tags "!Protected"]
|
|
1986
|
+
// [Protected "!true"]
|
|
1392
1987
|
@sapList_BorderWidth: @sapElement_BorderWidth;
|
|
1393
1988
|
|
|
1394
1989
|
// [Tags "!Protected"]
|
|
1990
|
+
// [Protected "!true"]
|
|
1395
1991
|
@sapList_TextColor: contrast(@sapList_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1396
1992
|
|
|
1397
1993
|
// [Tags "!Protected"]
|
|
1994
|
+
// [Protected "!true"]
|
|
1398
1995
|
@sapList_Active_TextColor: contrast(@sapList_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1399
1996
|
|
|
1400
1997
|
// [Tags "!Protected"]
|
|
1998
|
+
// [Protected "!true"]
|
|
1401
1999
|
@sapList_Active_Background: @sapActiveColor;
|
|
1402
2000
|
|
|
1403
2001
|
// [Tags "!Protected"]
|
|
2002
|
+
// [Protected "!true"]
|
|
1404
2003
|
@sapList_SelectionBackgroundColor: @sapSelectedColor;
|
|
1405
2004
|
|
|
1406
2005
|
// [Tags "!Protected"]
|
|
2006
|
+
// [Protected "!true"]
|
|
1407
2007
|
@sapList_SelectionBorderColor: @sapHC_StandardForeground;
|
|
1408
2008
|
|
|
1409
2009
|
// [Tags "!Protected"]
|
|
2010
|
+
// [Protected "!true"]
|
|
1410
2011
|
@sapList_Hover_SelectionBackground: @sapList_Hover_Background;
|
|
1411
2012
|
|
|
1412
2013
|
// [Tags "!Protected"]
|
|
2014
|
+
// [Protected "!true"]
|
|
1413
2015
|
@sapList_Background: @sapBackgroundColor;
|
|
1414
2016
|
|
|
1415
2017
|
// [Tags "!Protected"]
|
|
2018
|
+
// [Protected "!true"]
|
|
1416
2019
|
@sapList_Hover_Background: @sapHighlightColor;
|
|
1417
2020
|
|
|
1418
2021
|
// [Tags "!Protected"]
|
|
2022
|
+
// [Protected "!true"]
|
|
1419
2023
|
@sapList_AlternatingBackground: lighten(@sapList_Background, 15);
|
|
1420
2024
|
|
|
1421
2025
|
// [Tags "!Protected"]
|
|
2026
|
+
// [Protected "!true"]
|
|
1422
2027
|
@sapList_GroupHeaderBackground: @sapList_Background;
|
|
1423
2028
|
|
|
1424
2029
|
// [Tags "!Protected"]
|
|
2030
|
+
// [Protected "!true"]
|
|
1425
2031
|
@sapList_GroupHeaderBorderColor: @sapHC_StandardForeground;
|
|
1426
2032
|
|
|
1427
2033
|
// [Tags "!Protected"]
|
|
2034
|
+
// [Protected "!true"]
|
|
1428
2035
|
@sapList_GroupHeaderTextColor: @sapList_TextColor;
|
|
1429
2036
|
|
|
1430
2037
|
// [Tags "!Protected"]
|
|
2038
|
+
// [Protected "!true"]
|
|
1431
2039
|
@sapList_TableGroupHeaderBackground: @sapHC_ReducedBackground;
|
|
1432
2040
|
|
|
1433
2041
|
// [Tags "!Protected"]
|
|
2042
|
+
// [Protected "!true"]
|
|
1434
2043
|
@sapList_TableGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
|
|
1435
2044
|
|
|
1436
2045
|
// [Tags "!Protected"]
|
|
2046
|
+
// [Protected "!true"]
|
|
1437
2047
|
@sapList_TableGroupHeaderTextColor: @sapList_GroupHeaderTextColor;
|
|
1438
2048
|
|
|
1439
2049
|
// [Tags "!Protected"]
|
|
2050
|
+
// [Protected "!true"]
|
|
1440
2051
|
@sapList_FooterBackground: @sapList_Background;
|
|
1441
2052
|
|
|
1442
2053
|
// [Tags "!Protected"]
|
|
2054
|
+
// [Protected "!true"]
|
|
1443
2055
|
@sapList_FooterTextColor: contrast(@sapList_FooterBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1444
2056
|
|
|
1445
2057
|
// [Tags "!Protected"]
|
|
2058
|
+
// [Protected "!true"]
|
|
1446
2059
|
@sapList_TableFooterBorder: @sapHC_StandardForeground;
|
|
1447
2060
|
|
|
1448
2061
|
// [Tags "!Protected"]
|
|
2062
|
+
// [Protected "!true"]
|
|
1449
2063
|
@sapList_TableFixedBorderColor: @sapHC_StandardForeground;
|
|
1450
2064
|
|
|
1451
2065
|
// [Tags "!Protected"]
|
|
2066
|
+
// [Protected "!true"]
|
|
1452
2067
|
@sapMessage_ErrorBorderColor: @sapErrorBorderColor;
|
|
1453
2068
|
|
|
1454
2069
|
// [Tags "!Protected"]
|
|
2070
|
+
// [Protected "!true"]
|
|
1455
2071
|
@sapMessage_WarningBorderColor: @sapWarningBorderColor;
|
|
1456
2072
|
|
|
1457
2073
|
// [Tags "!Protected"]
|
|
2074
|
+
// [Protected "!true"]
|
|
1458
2075
|
@sapMessage_SuccessBorderColor: @sapSuccessBorderColor;
|
|
1459
2076
|
|
|
1460
2077
|
// [Tags "!Protected"]
|
|
2078
|
+
// [Protected "!true"]
|
|
1461
2079
|
@sapMessage_InformationBorderColor: @sapInformationBorderColor;
|
|
1462
2080
|
|
|
1463
2081
|
// [Tags "!Protected"]
|
|
2082
|
+
// [Protected "!true"]
|
|
1464
2083
|
@sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
|
|
1465
2084
|
|
|
1466
2085
|
// [Tags "!Protected"]
|
|
2086
|
+
// [Protected "!true"]
|
|
1467
2087
|
@sapProgress_Background: @sapField_Background;
|
|
1468
2088
|
|
|
1469
2089
|
// [Tags "!Protected"]
|
|
2090
|
+
// [Protected "!true"]
|
|
1470
2091
|
@sapProgress_BorderColor: @sapField_BorderColor;
|
|
1471
2092
|
|
|
1472
2093
|
// [Tags "!Protected"]
|
|
2094
|
+
// [Protected "!true"]
|
|
1473
2095
|
@sapProgress_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1474
2096
|
|
|
1475
2097
|
// [Tags "!Protected"]
|
|
2098
|
+
// [Protected "!true"]
|
|
1476
2099
|
@sapProgress_FontSize: @sapFontSmallSize;
|
|
1477
2100
|
|
|
1478
2101
|
// [Tags "!Protected"]
|
|
2102
|
+
// [Protected "!true"]
|
|
1479
2103
|
@sapProgress_NegativeBackground: @sapProgress_Background;
|
|
1480
2104
|
|
|
1481
2105
|
// [Tags "!Protected"]
|
|
2106
|
+
// [Protected "!true"]
|
|
1482
2107
|
@sapProgress_NegativeBorderColor: @sapProgress_BorderColor;
|
|
1483
2108
|
|
|
1484
2109
|
// [Tags "!Protected"]
|
|
2110
|
+
// [Protected "!true"]
|
|
1485
2111
|
@sapProgress_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1486
2112
|
|
|
1487
2113
|
// [Tags "!Protected"]
|
|
2114
|
+
// [Protected "!true"]
|
|
1488
2115
|
@sapProgress_CriticalBackground: @sapProgress_Background;
|
|
1489
2116
|
|
|
1490
2117
|
// [Tags "!Protected"]
|
|
2118
|
+
// [Protected "!true"]
|
|
1491
2119
|
@sapProgress_CriticalBorderColor: @sapProgress_BorderColor;
|
|
1492
2120
|
|
|
1493
2121
|
// [Tags "!Protected"]
|
|
2122
|
+
// [Protected "!true"]
|
|
1494
2123
|
@sapProgress_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1495
2124
|
|
|
1496
2125
|
// [Tags "!Protected"]
|
|
2126
|
+
// [Protected "!true"]
|
|
1497
2127
|
@sapProgress_PositiveBackground: @sapProgress_Background;
|
|
1498
2128
|
|
|
1499
2129
|
// [Tags "!Protected"]
|
|
2130
|
+
// [Protected "!true"]
|
|
1500
2131
|
@sapProgress_PositiveBorderColor: @sapProgress_BorderColor;
|
|
1501
2132
|
|
|
1502
2133
|
// [Tags "!Protected"]
|
|
2134
|
+
// [Protected "!true"]
|
|
1503
2135
|
@sapProgress_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1504
2136
|
|
|
1505
2137
|
// [Tags "!Protected"]
|
|
2138
|
+
// [Protected "!true"]
|
|
1506
2139
|
@sapProgress_InformationBackground: @sapProgress_Background;
|
|
1507
2140
|
|
|
1508
2141
|
// [Tags "!Protected"]
|
|
2142
|
+
// [Protected "!true"]
|
|
1509
2143
|
@sapProgress_InformationBorderColor: @sapProgress_BorderColor;
|
|
1510
2144
|
|
|
1511
2145
|
// [Tags "!Protected"]
|
|
2146
|
+
// [Protected "!true"]
|
|
1512
2147
|
@sapProgress_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1513
2148
|
|
|
1514
2149
|
// [Tags "!Protected"]
|
|
2150
|
+
// [Protected "!true"]
|
|
1515
2151
|
@sapProgress_Value_Background: @sapHighlightColor;
|
|
1516
2152
|
|
|
1517
2153
|
// [Tags "!Protected"]
|
|
2154
|
+
// [Protected "!true"]
|
|
1518
2155
|
@sapProgress_Value_BorderColor: @sapProgress_BorderColor;
|
|
1519
2156
|
|
|
1520
2157
|
// [Tags "!Protected"]
|
|
2158
|
+
// [Protected "!true"]
|
|
1521
2159
|
@sapProgress_Value_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1522
2160
|
|
|
1523
2161
|
// [Tags "!Protected"]
|
|
2162
|
+
// [Protected "!true"]
|
|
1524
2163
|
@sapProgress_Value_NegativeBackground: @sapHighlightColor;
|
|
1525
2164
|
|
|
1526
2165
|
// [Tags "!Protected"]
|
|
2166
|
+
// [Protected "!true"]
|
|
1527
2167
|
@sapProgress_Value_NegativeBorderColor: @sapProgress_BorderColor;
|
|
1528
2168
|
|
|
1529
2169
|
// [Tags "!Protected"]
|
|
2170
|
+
// [Protected "!true"]
|
|
1530
2171
|
@sapProgress_Value_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1531
2172
|
|
|
1532
2173
|
// [Tags "!Protected"]
|
|
2174
|
+
// [Protected "!true"]
|
|
1533
2175
|
@sapProgress_Value_CriticalBackground: @sapHighlightColor;
|
|
1534
2176
|
|
|
1535
2177
|
// [Tags "!Protected"]
|
|
2178
|
+
// [Protected "!true"]
|
|
1536
2179
|
@sapProgress_Value_CriticalBorderColor: @sapProgress_BorderColor;
|
|
1537
2180
|
|
|
1538
2181
|
// [Tags "!Protected"]
|
|
2182
|
+
// [Protected "!true"]
|
|
1539
2183
|
@sapProgress_Value_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1540
2184
|
|
|
1541
2185
|
// [Tags "!Protected"]
|
|
2186
|
+
// [Protected "!true"]
|
|
1542
2187
|
@sapProgress_Value_PositiveBackground: @sapHighlightColor;
|
|
1543
2188
|
|
|
1544
2189
|
// [Tags "!Protected"]
|
|
2190
|
+
// [Protected "!true"]
|
|
1545
2191
|
@sapProgress_Value_PositiveBorderColor: @sapProgress_BorderColor;
|
|
1546
2192
|
|
|
1547
2193
|
// [Tags "!Protected"]
|
|
2194
|
+
// [Protected "!true"]
|
|
1548
2195
|
@sapProgress_Value_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1549
2196
|
|
|
1550
2197
|
// [Tags "!Protected"]
|
|
2198
|
+
// [Protected "!true"]
|
|
1551
2199
|
@sapProgress_Value_InformationBackground: @sapHighlightColor;
|
|
1552
2200
|
|
|
1553
2201
|
// [Tags "!Protected"]
|
|
2202
|
+
// [Protected "!true"]
|
|
1554
2203
|
@sapProgress_Value_InformationBorderColor: @sapProgress_BorderColor;
|
|
1555
2204
|
|
|
1556
2205
|
// [Tags "!Protected"]
|
|
2206
|
+
// [Protected "!true"]
|
|
1557
2207
|
@sapProgress_Value_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1558
2208
|
|
|
1559
2209
|
// [Tags "!Protected"]
|
|
2210
|
+
// [Protected "!true"]
|
|
1560
2211
|
@sapScrollBar_FaceColor: @sapHC_ReducedAltForeground;
|
|
1561
2212
|
|
|
1562
2213
|
// [Tags "!Protected"]
|
|
2214
|
+
// [Protected "!true"]
|
|
1563
2215
|
@sapScrollBar_TrackColor: @sapBackgroundColor;
|
|
1564
2216
|
|
|
1565
2217
|
// [Tags "!Protected"]
|
|
2218
|
+
// [Protected "!true"]
|
|
1566
2219
|
@sapScrollBar_BorderColor: @sapScrollBar_FaceColor;
|
|
1567
2220
|
|
|
1568
2221
|
// [Tags "!Protected"]
|
|
2222
|
+
// [Protected "!true"]
|
|
1569
2223
|
@sapScrollBar_SymbolColor: @sapContent_IconColor;
|
|
1570
2224
|
|
|
1571
2225
|
// [Tags "!Protected"]
|
|
2226
|
+
// [Protected "!true"]
|
|
1572
2227
|
@sapScrollBar_Dimension: 0.75 * @sapContent_GridSize;
|
|
1573
2228
|
|
|
1574
2229
|
// [Tags "!Protected"]
|
|
2230
|
+
// [Protected "!true"]
|
|
1575
2231
|
@sapScrollBar_Hover_FaceColor: @sapHC_StandardForeground;
|
|
1576
2232
|
|
|
1577
2233
|
// [Tags "!Protected"]
|
|
2234
|
+
// [Protected "!true"]
|
|
1578
2235
|
@sapSlider_Background: @sapNeutralBackground;
|
|
1579
2236
|
|
|
1580
2237
|
// [Tags "!Protected"]
|
|
2238
|
+
// [Protected "!true"]
|
|
1581
2239
|
@sapSlider_BorderColor: @sapField_BorderColor;
|
|
1582
2240
|
|
|
1583
2241
|
// [Tags "!Protected"]
|
|
2242
|
+
// [Protected "!true"]
|
|
1584
2243
|
@sapSlider_Selected_Background: @sapSelectedColor;
|
|
1585
2244
|
|
|
1586
2245
|
// [Tags "!Protected"]
|
|
2246
|
+
// [Protected "!true"]
|
|
1587
2247
|
@sapSlider_Selected_BorderColor: @sapField_BorderColor;
|
|
1588
2248
|
|
|
1589
2249
|
// [Tags "!Protected"]
|
|
2250
|
+
// [Protected "!true"]
|
|
1590
2251
|
@sapSlider_HandleBackground: @sapButton_Background;
|
|
1591
2252
|
|
|
1592
2253
|
// [Tags "!Protected"]
|
|
2254
|
+
// [Protected "!true"]
|
|
1593
2255
|
@sapSlider_HandleBorderColor: @sapField_BorderColor;
|
|
1594
2256
|
|
|
1595
2257
|
// [Tags "!Protected"]
|
|
2258
|
+
// [Protected "!true"]
|
|
1596
2259
|
@sapSlider_RangeHandleBackground: @sapSlider_HandleBackground;
|
|
1597
2260
|
|
|
1598
2261
|
// [Tags "!Protected"]
|
|
2262
|
+
// [Protected "!true"]
|
|
1599
2263
|
@sapSlider_Hover_HandleBackground: @sapButton_Hover_Background;
|
|
1600
2264
|
|
|
1601
2265
|
// [Tags "!Protected"]
|
|
2266
|
+
// [Protected "!true"]
|
|
1602
2267
|
@sapSlider_Hover_HandleBorderColor: @sapField_BorderColor;
|
|
1603
2268
|
|
|
1604
2269
|
// [Tags "!Protected"]
|
|
1605
|
-
|
|
2270
|
+
// [Protected "!true"]
|
|
2271
|
+
@sapSlider_Hover_RangeHandleBackground: @sapSlider_Hover_HandleBackground;
|
|
1606
2272
|
|
|
1607
2273
|
// [Tags "!Protected"]
|
|
2274
|
+
// [Protected "!true"]
|
|
1608
2275
|
@sapSlider_Active_HandleBackground: @sapButton_Active_Background;
|
|
1609
2276
|
|
|
1610
2277
|
// [Tags "!Protected"]
|
|
2278
|
+
// [Protected "!true"]
|
|
1611
2279
|
@sapSlider_Active_HandleBorderColor: @sapField_BorderColor;
|
|
1612
2280
|
|
|
1613
2281
|
// [Tags "!Protected"]
|
|
2282
|
+
// [Protected "!true"]
|
|
1614
2283
|
@sapSlider_Active_RangeHandleBackground: transparent;
|
|
1615
2284
|
|
|
1616
2285
|
// [Tags "!Protected"]
|
|
2286
|
+
// [Protected "!true"]
|
|
1617
2287
|
@sapPageHeader_Background: @sapBaseColor;
|
|
1618
2288
|
|
|
1619
2289
|
// [Tags "!Protected"]
|
|
2290
|
+
// [Protected "!true"]
|
|
1620
2291
|
@sapPageHeader_BorderColor: @sapHC_StandardForeground;
|
|
1621
2292
|
|
|
1622
2293
|
// [Tags "!Protected"]
|
|
2294
|
+
// [Protected "!true"]
|
|
1623
2295
|
@sapPageHeader_TextColor: contrast(@sapPageHeader_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1624
2296
|
|
|
1625
2297
|
// [Tags "!Protected"]
|
|
2298
|
+
// [Protected "!true"]
|
|
1626
2299
|
@sapPageFooter_Background: @sapBackgroundColor;
|
|
1627
2300
|
|
|
1628
2301
|
// [Tags "!Protected"]
|
|
2302
|
+
// [Protected "!true"]
|
|
1629
2303
|
@sapPageFooter_BorderColor: @sapHC_StandardForeground;
|
|
1630
2304
|
|
|
1631
2305
|
// [Tags "!Protected"]
|
|
2306
|
+
// [Protected "!true"]
|
|
1632
2307
|
@sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1633
2308
|
|
|
1634
2309
|
// [Tags "!Protected"]
|
|
2310
|
+
// [Protected "!true"]
|
|
1635
2311
|
@sapInfobar_Background: @sapBackgroundColor;
|
|
1636
2312
|
|
|
1637
2313
|
// [Tags "!Protected"]
|
|
2314
|
+
// [Protected "!true"]
|
|
1638
2315
|
@sapInfobar_Hover_Background: @sapHighlightColor;
|
|
1639
2316
|
|
|
1640
2317
|
// [Tags "!Protected"]
|
|
2318
|
+
// [Protected "!true"]
|
|
1641
2319
|
@sapInfobar_Active_Background: @sapActiveColor;
|
|
1642
2320
|
|
|
1643
2321
|
// [Tags "!Protected"]
|
|
2322
|
+
// [Protected "!true"]
|
|
1644
2323
|
@sapInfobar_NonInteractive_Background: @sapHC_ReducedBackground;
|
|
1645
2324
|
|
|
1646
2325
|
// [Tags "!Protected"]
|
|
2326
|
+
// [Protected "!true"]
|
|
1647
2327
|
@sapInfobar_TextColor: contrast(@sapInfobar_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1648
2328
|
|
|
1649
2329
|
// [Tags "!Protected"]
|
|
2330
|
+
// [Protected "!true"]
|
|
1650
2331
|
@sapObjectHeader_Background: @sapBaseColor;
|
|
1651
2332
|
|
|
1652
2333
|
// [Tags "!Protected"]
|
|
2334
|
+
// [Protected "!true"]
|
|
1653
2335
|
@sapObjectHeader_Hover_Background: @sapHighlightColor;
|
|
1654
2336
|
|
|
1655
2337
|
// [Tags "!Protected"]
|
|
2338
|
+
// [Protected "!true"]
|
|
1656
2339
|
@sapObjectHeader_BorderColor: @sapHC_StandardForeground;
|
|
1657
2340
|
|
|
1658
2341
|
// [Tags "!Protected"]
|
|
2342
|
+
// [Protected "!true"]
|
|
1659
2343
|
@sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1660
2344
|
|
|
1661
2345
|
// [Tags "!Protected"]
|
|
2346
|
+
// [Protected "!true"]
|
|
1662
2347
|
@sapObjectHeader_Title_FontSize: @sapFontHeader3Size;
|
|
1663
2348
|
|
|
1664
2349
|
// [Tags "!Protected"]
|
|
2350
|
+
// [Protected "!true"]
|
|
1665
2351
|
@sapObjectHeader_Title_SnappedFontSize: @sapFontHeader3Size;
|
|
1666
2352
|
|
|
1667
2353
|
// [Tags "!Protected"]
|
|
2354
|
+
// [Protected "!true"]
|
|
1668
2355
|
@sapObjectHeader_Title_FontFamily: @sapFontFamily;
|
|
1669
2356
|
|
|
1670
2357
|
// [Tags "!Protected"]
|
|
2358
|
+
// [Protected "!true"]
|
|
1671
2359
|
@sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1672
2360
|
|
|
1673
2361
|
// [Tags "!Protected"]
|
|
2362
|
+
// [Protected "!true"]
|
|
1674
2363
|
@sapBlockLayer_Background: @sapBackgroundColor;
|
|
1675
2364
|
|
|
1676
2365
|
// [Tags "!Protected"]
|
|
2366
|
+
// [Protected "!true"]
|
|
1677
2367
|
@sapTile_Background: @sapBackgroundColor;
|
|
1678
2368
|
|
|
1679
2369
|
// [Tags "!Protected"]
|
|
2370
|
+
// [Protected "!true"]
|
|
1680
2371
|
@sapTile_Hover_Background: @sapHighlightColor;
|
|
1681
2372
|
|
|
1682
2373
|
// [Tags "!Protected"]
|
|
2374
|
+
// [Protected "!true"]
|
|
1683
2375
|
@sapTile_Active_Background: @sapActiveColor;
|
|
1684
2376
|
|
|
1685
2377
|
// [Tags "!Protected"]
|
|
2378
|
+
// [Protected "!true"]
|
|
1686
2379
|
@sapTile_BorderColor: @sapHC_StandardForeground;
|
|
1687
2380
|
|
|
1688
2381
|
// [Tags "!Protected"]
|
|
2382
|
+
// [Protected "!true"]
|
|
1689
2383
|
@sapTile_BorderCornerRadius: 0.25rem;
|
|
1690
2384
|
|
|
1691
2385
|
// [Tags "!Protected"]
|
|
2386
|
+
// [Protected "!true"]
|
|
1692
2387
|
@sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1693
2388
|
|
|
1694
2389
|
// [Tags "!Protected"]
|
|
2390
|
+
// [Protected "!true"]
|
|
1695
2391
|
@sapTile_TextColor: contrast(@sapTile_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1696
2392
|
|
|
1697
2393
|
// [Tags "!Protected"]
|
|
2394
|
+
// [Protected "!true"]
|
|
1698
2395
|
@sapTile_IconColor: contrast(@sapTile_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
1699
2396
|
|
|
1700
2397
|
// [Tags "!Protected"]
|
|
2398
|
+
// [Protected "!true"]
|
|
1701
2399
|
@sapTile_SeparatorColor: @sapTile_BorderColor;
|
|
1702
2400
|
|
|
1703
2401
|
// [Tags "!Protected"]
|
|
2402
|
+
// [Protected "!true"]
|
|
1704
2403
|
@sapTile_Interactive_BorderColor: @sapTile_BorderColor;
|
|
1705
2404
|
|
|
1706
2405
|
// [Tags "!Protected"]
|
|
2406
|
+
// [Protected "!true"]
|
|
1707
2407
|
@sapTile_OverlayBackground: @sapBlockLayer_Background;
|
|
1708
2408
|
|
|
1709
2409
|
// [Tags "!Protected"]
|
|
2410
|
+
// [Protected "!true"]
|
|
1710
2411
|
@sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1711
2412
|
|
|
1712
2413
|
// [Tags "!Protected"]
|
|
2414
|
+
// [Protected "!true"]
|
|
1713
2415
|
@sapAccentColor1: #ffc847;
|
|
1714
2416
|
|
|
1715
2417
|
// [Tags "!Protected"]
|
|
2418
|
+
// [Protected "!true"]
|
|
1716
2419
|
@sapAccentColor2: #ed884a;
|
|
1717
2420
|
|
|
1718
2421
|
// [Tags "!Protected"]
|
|
2422
|
+
// [Protected "!true"]
|
|
1719
2423
|
@sapAccentColor3: #db9292;
|
|
1720
2424
|
|
|
1721
2425
|
// [Tags "!Protected"]
|
|
2426
|
+
// [Protected "!true"]
|
|
1722
2427
|
@sapAccentColor4: #e269c9;
|
|
1723
2428
|
|
|
1724
2429
|
// [Tags "!Protected"]
|
|
2430
|
+
// [Protected "!true"]
|
|
1725
2431
|
@sapAccentColor5: #8ca7d5;
|
|
1726
2432
|
|
|
1727
2433
|
// [Tags "!Protected"]
|
|
2434
|
+
// [Protected "!true"]
|
|
1728
2435
|
@sapAccentColor6: #6bd3ff;
|
|
1729
2436
|
|
|
1730
2437
|
// [Tags "!Protected"]
|
|
2438
|
+
// [Protected "!true"]
|
|
1731
2439
|
@sapAccentColor7: #7fc6c6;
|
|
1732
2440
|
|
|
1733
2441
|
// [Tags "!Protected"]
|
|
2442
|
+
// [Protected "!true"]
|
|
1734
2443
|
@sapAccentColor8: #b2e484;
|
|
1735
2444
|
|
|
1736
2445
|
// [Tags "!Protected"]
|
|
2446
|
+
// [Protected "!true"]
|
|
1737
2447
|
@sapAccentColor9: #b995e0;
|
|
1738
2448
|
|
|
1739
2449
|
// [Tags "!Protected"]
|
|
2450
|
+
// [Protected "!true"]
|
|
1740
2451
|
@sapAccentColor10: #b0bcc5;
|
|
1741
2452
|
|
|
1742
2453
|
// [Tags "!Protected"]
|
|
2454
|
+
// [Protected "!true"]
|
|
1743
2455
|
@sapAccentBackgroundColor1: #fff3b8;
|
|
1744
2456
|
|
|
1745
2457
|
// [Tags "!Protected"]
|
|
2458
|
+
// [Protected "!true"]
|
|
1746
2459
|
@sapAccentBackgroundColor2: #ffd0e7;
|
|
1747
2460
|
|
|
1748
2461
|
// [Tags "!Protected"]
|
|
2462
|
+
// [Protected "!true"]
|
|
1749
2463
|
@sapAccentBackgroundColor3: #fff0fa;
|
|
1750
2464
|
|
|
1751
2465
|
// [Tags "!Protected"]
|
|
2466
|
+
// [Protected "!true"]
|
|
1752
2467
|
@sapAccentBackgroundColor4: #ffdcf3;
|
|
1753
2468
|
|
|
1754
2469
|
// [Tags "!Protected"]
|
|
2470
|
+
// [Protected "!true"]
|
|
1755
2471
|
@sapAccentBackgroundColor5: #ded3ff;
|
|
1756
2472
|
|
|
1757
2473
|
// [Tags "!Protected"]
|
|
2474
|
+
// [Protected "!true"]
|
|
1758
2475
|
@sapAccentBackgroundColor6: #d1efff;
|
|
1759
2476
|
|
|
1760
2477
|
// [Tags "!Protected"]
|
|
2478
|
+
// [Protected "!true"]
|
|
1761
2479
|
@sapAccentBackgroundColor7: #c2fcee;
|
|
1762
2480
|
|
|
1763
2481
|
// [Tags "!Protected"]
|
|
2482
|
+
// [Protected "!true"]
|
|
1764
2483
|
@sapAccentBackgroundColor8: #ebf5cb;
|
|
1765
2484
|
|
|
1766
2485
|
// [Tags "!Protected"]
|
|
2486
|
+
// [Protected "!true"]
|
|
1767
2487
|
@sapAccentBackgroundColor9: #dafdf5;
|
|
1768
2488
|
|
|
1769
2489
|
// [Tags "!Protected"]
|
|
2490
|
+
// [Protected "!true"]
|
|
1770
2491
|
@sapAccentBackgroundColor10: #eaecee;
|
|
1771
2492
|
|
|
1772
2493
|
// [Tags "!Protected"]
|
|
2494
|
+
// [Protected "!true"]
|
|
1773
2495
|
@sapIndicationColor_1: #ff5e5e;
|
|
1774
2496
|
|
|
1775
2497
|
// [Tags "!Protected"]
|
|
2498
|
+
// [Protected "!true"]
|
|
1776
2499
|
@sapIndicationColor_1_Background: @sapBackgroundColor;
|
|
1777
2500
|
|
|
1778
2501
|
// [Tags "!Protected"]
|
|
2502
|
+
// [Protected "!true"]
|
|
1779
2503
|
@sapIndicationColor_1_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1780
2504
|
|
|
1781
2505
|
// [Tags "!Protected"]
|
|
1782
|
-
|
|
2506
|
+
// [Protected "!true"]
|
|
2507
|
+
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1783
2508
|
|
|
1784
2509
|
// [Tags "!Protected"]
|
|
1785
|
-
|
|
2510
|
+
// [Protected "!true"]
|
|
2511
|
+
@sapIndicationColor_1_Hover_Background: @sapButton_Hover_Background;
|
|
1786
2512
|
|
|
1787
2513
|
// [Tags "!Protected"]
|
|
1788
|
-
|
|
2514
|
+
// [Protected "!true"]
|
|
2515
|
+
@sapIndicationColor_1_Active_Background: @sapButton_Active_Background;
|
|
2516
|
+
@sapIndicationColor_1_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2517
|
+
@sapIndicationColor_1_Active_TextColor: @sapIndicationColor_1_TextColor;
|
|
2518
|
+
@sapIndicationColor_1_Selected_Background: @sapButton_Selected_Background;
|
|
2519
|
+
@sapIndicationColor_1_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2520
|
+
@sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_TextColor;
|
|
2521
|
+
@sapIndicationColor_1b: @sapIndicationColor_1;
|
|
2522
|
+
@sapIndicationColor_1b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2523
|
+
@sapIndicationColor_1b_Hover_Background: @sapButton_Hover_Background;
|
|
1789
2524
|
|
|
1790
2525
|
// [Tags "!Protected"]
|
|
2526
|
+
// [Protected "!true"]
|
|
1791
2527
|
@sapIndicationColor_2: #ff9191;
|
|
1792
2528
|
|
|
1793
2529
|
// [Tags "!Protected"]
|
|
2530
|
+
// [Protected "!true"]
|
|
1794
2531
|
@sapIndicationColor_2_Background: @sapBackgroundColor;
|
|
1795
2532
|
|
|
1796
2533
|
// [Tags "!Protected"]
|
|
2534
|
+
// [Protected "!true"]
|
|
1797
2535
|
@sapIndicationColor_2_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1798
2536
|
|
|
1799
2537
|
// [Tags "!Protected"]
|
|
1800
|
-
|
|
2538
|
+
// [Protected "!true"]
|
|
2539
|
+
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1801
2540
|
|
|
1802
2541
|
// [Tags "!Protected"]
|
|
1803
|
-
|
|
2542
|
+
// [Protected "!true"]
|
|
2543
|
+
@sapIndicationColor_2_Hover_Background: @sapButton_Hover_Background;
|
|
1804
2544
|
|
|
1805
2545
|
// [Tags "!Protected"]
|
|
1806
|
-
|
|
2546
|
+
// [Protected "!true"]
|
|
2547
|
+
@sapIndicationColor_2_Active_Background: @sapButton_Active_Background;
|
|
2548
|
+
@sapIndicationColor_2_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2549
|
+
@sapIndicationColor_2_Active_TextColor: @sapIndicationColor_2_TextColor;
|
|
2550
|
+
@sapIndicationColor_2_Selected_Background: @sapButton_Selected_Background;
|
|
2551
|
+
@sapIndicationColor_2_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2552
|
+
@sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_TextColor;
|
|
2553
|
+
@sapIndicationColor_2b: @sapIndicationColor_2;
|
|
2554
|
+
@sapIndicationColor_2b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2555
|
+
@sapIndicationColor_2b_Hover_Background: @sapButton_Hover_Background;
|
|
1807
2556
|
|
|
1808
2557
|
// [Tags "!Protected"]
|
|
2558
|
+
// [Protected "!true"]
|
|
1809
2559
|
@sapIndicationColor_3: #ffab1d;
|
|
1810
2560
|
|
|
1811
2561
|
// [Tags "!Protected"]
|
|
2562
|
+
// [Protected "!true"]
|
|
1812
2563
|
@sapIndicationColor_3_Background: @sapBackgroundColor;
|
|
1813
2564
|
|
|
1814
2565
|
// [Tags "!Protected"]
|
|
2566
|
+
// [Protected "!true"]
|
|
1815
2567
|
@sapIndicationColor_3_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1816
2568
|
|
|
1817
2569
|
// [Tags "!Protected"]
|
|
1818
|
-
|
|
2570
|
+
// [Protected "!true"]
|
|
2571
|
+
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1819
2572
|
|
|
1820
2573
|
// [Tags "!Protected"]
|
|
1821
|
-
|
|
2574
|
+
// [Protected "!true"]
|
|
2575
|
+
@sapIndicationColor_3_Hover_Background: @sapButton_Hover_Background;
|
|
1822
2576
|
|
|
1823
2577
|
// [Tags "!Protected"]
|
|
1824
|
-
|
|
2578
|
+
// [Protected "!true"]
|
|
2579
|
+
@sapIndicationColor_3_Active_Background: @sapButton_Active_Background;
|
|
2580
|
+
@sapIndicationColor_3_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2581
|
+
@sapIndicationColor_3_Active_TextColor: @sapIndicationColor_3_TextColor;
|
|
2582
|
+
@sapIndicationColor_3_Selected_Background: @sapButton_Selected_Background;
|
|
2583
|
+
@sapIndicationColor_3_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2584
|
+
@sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_TextColor;
|
|
2585
|
+
@sapIndicationColor_3b: @sapIndicationColor_3;
|
|
2586
|
+
@sapIndicationColor_3b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2587
|
+
@sapIndicationColor_3b_Hover_Background: @sapButton_Hover_Background;
|
|
1825
2588
|
|
|
1826
2589
|
// [Tags "!Protected"]
|
|
2590
|
+
// [Protected "!true"]
|
|
1827
2591
|
@sapIndicationColor_4: #99cc99;
|
|
1828
2592
|
|
|
1829
2593
|
// [Tags "!Protected"]
|
|
2594
|
+
// [Protected "!true"]
|
|
1830
2595
|
@sapIndicationColor_4_Background: @sapBackgroundColor;
|
|
1831
2596
|
|
|
1832
2597
|
// [Tags "!Protected"]
|
|
2598
|
+
// [Protected "!true"]
|
|
1833
2599
|
@sapIndicationColor_4_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1834
2600
|
|
|
1835
2601
|
// [Tags "!Protected"]
|
|
1836
|
-
|
|
2602
|
+
// [Protected "!true"]
|
|
2603
|
+
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1837
2604
|
|
|
1838
2605
|
// [Tags "!Protected"]
|
|
1839
|
-
|
|
2606
|
+
// [Protected "!true"]
|
|
2607
|
+
@sapIndicationColor_4_Hover_Background: @sapButton_Hover_Background;
|
|
1840
2608
|
|
|
1841
2609
|
// [Tags "!Protected"]
|
|
1842
|
-
|
|
2610
|
+
// [Protected "!true"]
|
|
2611
|
+
@sapIndicationColor_4_Active_Background: @sapButton_Active_Background;
|
|
2612
|
+
@sapIndicationColor_4_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2613
|
+
@sapIndicationColor_4_Active_TextColor: @sapIndicationColor_4_TextColor;
|
|
2614
|
+
@sapIndicationColor_4_Selected_Background: @sapButton_Selected_Background;
|
|
2615
|
+
@sapIndicationColor_4_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2616
|
+
@sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_TextColor;
|
|
2617
|
+
@sapIndicationColor_4b: @sapIndicationColor_4;
|
|
2618
|
+
@sapIndicationColor_4b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2619
|
+
@sapIndicationColor_4b_Hover_Background: @sapButton_Hover_Background;
|
|
1843
2620
|
|
|
1844
2621
|
// [Tags "!Protected"]
|
|
2622
|
+
// [Protected "!true"]
|
|
1845
2623
|
@sapIndicationColor_5: #6bd3ff;
|
|
1846
2624
|
|
|
1847
2625
|
// [Tags "!Protected"]
|
|
2626
|
+
// [Protected "!true"]
|
|
1848
2627
|
@sapIndicationColor_5_Background: @sapBackgroundColor;
|
|
1849
2628
|
|
|
1850
2629
|
// [Tags "!Protected"]
|
|
2630
|
+
// [Protected "!true"]
|
|
1851
2631
|
@sapIndicationColor_5_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1852
2632
|
|
|
1853
2633
|
// [Tags "!Protected"]
|
|
1854
|
-
|
|
2634
|
+
// [Protected "!true"]
|
|
2635
|
+
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1855
2636
|
|
|
1856
2637
|
// [Tags "!Protected"]
|
|
1857
|
-
|
|
2638
|
+
// [Protected "!true"]
|
|
2639
|
+
@sapIndicationColor_5_Hover_Background: @sapButton_Hover_Background;
|
|
1858
2640
|
|
|
1859
2641
|
// [Tags "!Protected"]
|
|
1860
|
-
|
|
2642
|
+
// [Protected "!true"]
|
|
2643
|
+
@sapIndicationColor_5_Active_Background: @sapButton_Active_Background;
|
|
2644
|
+
@sapIndicationColor_5_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2645
|
+
@sapIndicationColor_5_Active_TextColor: @sapIndicationColor_5_TextColor;
|
|
2646
|
+
@sapIndicationColor_5_Selected_Background: @sapButton_Selected_Background;
|
|
2647
|
+
@sapIndicationColor_5_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2648
|
+
@sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_TextColor;
|
|
2649
|
+
@sapIndicationColor_5b: @sapIndicationColor_5;
|
|
2650
|
+
@sapIndicationColor_5b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2651
|
+
@sapIndicationColor_5b_Hover_Background: @sapButton_Hover_Background;
|
|
1861
2652
|
|
|
1862
2653
|
// [Tags "!Protected"]
|
|
2654
|
+
// [Protected "!true"]
|
|
1863
2655
|
@sapIndicationColor_6: #7fc6c6;
|
|
1864
2656
|
|
|
1865
2657
|
// [Tags "!Protected"]
|
|
2658
|
+
// [Protected "!true"]
|
|
1866
2659
|
@sapIndicationColor_6_Background: @sapBackgroundColor;
|
|
1867
2660
|
|
|
1868
2661
|
// [Tags "!Protected"]
|
|
2662
|
+
// [Protected "!true"]
|
|
1869
2663
|
@sapIndicationColor_6_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1870
2664
|
|
|
1871
2665
|
// [Tags "!Protected"]
|
|
1872
|
-
|
|
2666
|
+
// [Protected "!true"]
|
|
2667
|
+
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1873
2668
|
|
|
1874
2669
|
// [Tags "!Protected"]
|
|
1875
|
-
|
|
2670
|
+
// [Protected "!true"]
|
|
2671
|
+
@sapIndicationColor_6_Hover_Background: @sapButton_Hover_Background;
|
|
1876
2672
|
|
|
1877
2673
|
// [Tags "!Protected"]
|
|
1878
|
-
|
|
2674
|
+
// [Protected "!true"]
|
|
2675
|
+
@sapIndicationColor_6_Active_Background: @sapButton_Active_Background;
|
|
2676
|
+
@sapIndicationColor_6_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2677
|
+
@sapIndicationColor_6_Active_TextColor: @sapIndicationColor_6_TextColor;
|
|
2678
|
+
@sapIndicationColor_6_Selected_Background: @sapButton_Selected_Background;
|
|
2679
|
+
@sapIndicationColor_6_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2680
|
+
@sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_TextColor;
|
|
2681
|
+
@sapIndicationColor_6b: @sapIndicationColor_6;
|
|
2682
|
+
@sapIndicationColor_6b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2683
|
+
@sapIndicationColor_6b_Hover_Background: @sapButton_Hover_Background;
|
|
1879
2684
|
|
|
1880
2685
|
// [Tags "!Protected"]
|
|
2686
|
+
// [Protected "!true"]
|
|
1881
2687
|
@sapIndicationColor_7: #b995e0;
|
|
1882
2688
|
|
|
1883
2689
|
// [Tags "!Protected"]
|
|
2690
|
+
// [Protected "!true"]
|
|
1884
2691
|
@sapIndicationColor_7_Background: @sapBackgroundColor;
|
|
1885
2692
|
|
|
1886
2693
|
// [Tags "!Protected"]
|
|
2694
|
+
// [Protected "!true"]
|
|
1887
2695
|
@sapIndicationColor_7_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1888
2696
|
|
|
1889
2697
|
// [Tags "!Protected"]
|
|
1890
|
-
|
|
2698
|
+
// [Protected "!true"]
|
|
2699
|
+
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1891
2700
|
|
|
1892
2701
|
// [Tags "!Protected"]
|
|
1893
|
-
|
|
2702
|
+
// [Protected "!true"]
|
|
2703
|
+
@sapIndicationColor_7_Hover_Background: @sapButton_Hover_Background;
|
|
1894
2704
|
|
|
1895
2705
|
// [Tags "!Protected"]
|
|
1896
|
-
|
|
2706
|
+
// [Protected "!true"]
|
|
2707
|
+
@sapIndicationColor_7_Active_Background: @sapButton_Active_Background;
|
|
2708
|
+
@sapIndicationColor_7_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2709
|
+
@sapIndicationColor_7_Active_TextColor: @sapIndicationColor_7_TextColor;
|
|
2710
|
+
@sapIndicationColor_7_Selected_Background: @sapButton_Selected_Background;
|
|
2711
|
+
@sapIndicationColor_7_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2712
|
+
@sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_TextColor;
|
|
2713
|
+
@sapIndicationColor_7b: @sapIndicationColor_7;
|
|
2714
|
+
@sapIndicationColor_7b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2715
|
+
@sapIndicationColor_7b_Hover_Background: @sapButton_Hover_Background;
|
|
1897
2716
|
|
|
1898
2717
|
// [Tags "!Protected"]
|
|
2718
|
+
// [Protected "!true"]
|
|
1899
2719
|
@sapIndicationColor_8: #e269c9;
|
|
1900
2720
|
|
|
1901
2721
|
// [Tags "!Protected"]
|
|
2722
|
+
// [Protected "!true"]
|
|
1902
2723
|
@sapIndicationColor_8_Background: @sapBackgroundColor;
|
|
1903
2724
|
|
|
1904
2725
|
// [Tags "!Protected"]
|
|
2726
|
+
// [Protected "!true"]
|
|
1905
2727
|
@sapIndicationColor_8_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1906
2728
|
|
|
1907
2729
|
// [Tags "!Protected"]
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
// [Tags "!Protected"]
|
|
1911
|
-
@sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
|
|
2730
|
+
// [Protected "!true"]
|
|
2731
|
+
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1912
2732
|
|
|
1913
2733
|
// [Tags "!Protected"]
|
|
1914
|
-
|
|
2734
|
+
// [Protected "!true"]
|
|
2735
|
+
@sapIndicationColor_8_Hover_Background: @sapButton_Hover_Background;
|
|
1915
2736
|
|
|
1916
2737
|
// [Tags "!Protected"]
|
|
2738
|
+
// [Protected "!true"]
|
|
2739
|
+
@sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
|
|
2740
|
+
@sapIndicationColor_8_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2741
|
+
@sapIndicationColor_8_Active_TextColor: @sapIndicationColor_8_TextColor;
|
|
2742
|
+
@sapIndicationColor_8_Selected_Background: @sapButton_Selected_Background;
|
|
2743
|
+
@sapIndicationColor_8_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2744
|
+
@sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_TextColor;
|
|
2745
|
+
@sapIndicationColor_8b: @sapIndicationColor_8;
|
|
2746
|
+
@sapIndicationColor_8b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2747
|
+
@sapIndicationColor_8b_Hover_Background: @sapButton_Hover_Background;
|
|
2748
|
+
@sapIndicationColor_9: #000;
|
|
2749
|
+
@sapIndicationColor_9_Background: @sapBackgroundColor;
|
|
2750
|
+
@sapIndicationColor_9_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2751
|
+
@sapIndicationColor_9_TextColor: contrast(@sapIndicationColor_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2752
|
+
@sapIndicationColor_9_Hover_Background: @sapButton_Hover_Background;
|
|
2753
|
+
@sapIndicationColor_9_Active_Background: @sapButton_Active_Background;
|
|
2754
|
+
@sapIndicationColor_9_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2755
|
+
@sapIndicationColor_9_Active_TextColor: @sapIndicationColor_9_TextColor;
|
|
2756
|
+
@sapIndicationColor_9_Selected_Background: @sapButton_Selected_Background;
|
|
2757
|
+
@sapIndicationColor_9_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2758
|
+
@sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_TextColor;
|
|
2759
|
+
@sapIndicationColor_9b: @sapIndicationColor_9;
|
|
2760
|
+
@sapIndicationColor_9b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2761
|
+
@sapIndicationColor_9b_Hover_Background: @sapButton_Hover_Background;
|
|
2762
|
+
@sapIndicationColor_10: #494949;
|
|
2763
|
+
@sapIndicationColor_10_Background: @sapBackgroundColor;
|
|
2764
|
+
@sapIndicationColor_10_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2765
|
+
@sapIndicationColor_10_TextColor: contrast(@sapIndicationColor_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2766
|
+
@sapIndicationColor_10_Hover_Background: @sapButton_Hover_Background;
|
|
2767
|
+
@sapIndicationColor_10_Active_Background: @sapButton_Active_Background;
|
|
2768
|
+
@sapIndicationColor_10_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2769
|
+
@sapIndicationColor_10_Active_TextColor: @sapIndicationColor_10_TextColor;
|
|
2770
|
+
@sapIndicationColor_10_Selected_Background: @sapButton_Selected_Background;
|
|
2771
|
+
@sapIndicationColor_10_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2772
|
+
@sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_TextColor;
|
|
2773
|
+
@sapIndicationColor_10b: @sapIndicationColor_10;
|
|
2774
|
+
@sapIndicationColor_10b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2775
|
+
@sapIndicationColor_10b_Hover_Background: @sapButton_Hover_Background;
|
|
2776
|
+
|
|
2777
|
+
// [Tags "!Protected"]
|
|
2778
|
+
// [Protected "!true"]
|
|
1917
2779
|
@sapLegend_WorkingBackground: lighten(@sapList_Background, 18);
|
|
1918
2780
|
|
|
1919
2781
|
// [Tags "!Protected"]
|
|
2782
|
+
// [Protected "!true"]
|
|
1920
2783
|
@sapLegend_NonWorkingBackground: @sapHC_ReducedBackground;
|
|
1921
2784
|
|
|
1922
2785
|
// [Tags "!Protected"]
|
|
2786
|
+
// [Protected "!true"]
|
|
1923
2787
|
@sapLegend_CurrentDateTime: @sapAccentColor4;
|
|
1924
2788
|
|
|
1925
2789
|
// [Tags "!Protected"]
|
|
2790
|
+
// [Protected "!true"]
|
|
1926
2791
|
@sapLegendColor1: #ffc847;
|
|
1927
2792
|
|
|
1928
2793
|
// [Tags "!Protected"]
|
|
2794
|
+
// [Protected "!true"]
|
|
1929
2795
|
@sapLegendColor2: #ed884a;
|
|
1930
2796
|
|
|
1931
2797
|
// [Tags "!Protected"]
|
|
2798
|
+
// [Protected "!true"]
|
|
1932
2799
|
@sapLegendColor3: #db9292;
|
|
1933
2800
|
|
|
1934
2801
|
// [Tags "!Protected"]
|
|
2802
|
+
// [Protected "!true"]
|
|
1935
2803
|
@sapLegendColor4: #ff741f;
|
|
1936
2804
|
|
|
1937
2805
|
// [Tags "!Protected"]
|
|
2806
|
+
// [Protected "!true"]
|
|
1938
2807
|
@sapLegendColor5: #e269c9;
|
|
1939
2808
|
|
|
1940
2809
|
// [Tags "!Protected"]
|
|
2810
|
+
// [Protected "!true"]
|
|
1941
2811
|
@sapLegendColor6: #6bd3ff;
|
|
1942
2812
|
|
|
1943
2813
|
// [Tags "!Protected"]
|
|
2814
|
+
// [Protected "!true"]
|
|
1944
2815
|
@sapLegendColor7: #7fc6c6;
|
|
1945
2816
|
|
|
1946
2817
|
// [Tags "!Protected"]
|
|
2818
|
+
// [Protected "!true"]
|
|
1947
2819
|
@sapLegendColor8: #b2e484;
|
|
1948
2820
|
|
|
1949
2821
|
// [Tags "!Protected"]
|
|
2822
|
+
// [Protected "!true"]
|
|
1950
2823
|
@sapLegendColor9: #b0bcc5;
|
|
1951
2824
|
|
|
1952
2825
|
// [Tags "!Protected"]
|
|
2826
|
+
// [Protected "!true"]
|
|
1953
2827
|
@sapLegendColor10: #bb86b0;
|
|
1954
2828
|
|
|
1955
2829
|
// [Tags "!Protected"]
|
|
2830
|
+
// [Protected "!true"]
|
|
1956
2831
|
@sapLegendColor11: #ffe6ad;
|
|
1957
2832
|
|
|
1958
2833
|
// [Tags "!Protected"]
|
|
2834
|
+
// [Protected "!true"]
|
|
1959
2835
|
@sapLegendColor12: #cdaf9d;
|
|
1960
2836
|
|
|
1961
2837
|
// [Tags "!Protected"]
|
|
2838
|
+
// [Protected "!true"]
|
|
1962
2839
|
@sapLegendColor13: #ff8787;
|
|
1963
2840
|
|
|
1964
2841
|
// [Tags "!Protected"]
|
|
2842
|
+
// [Protected "!true"]
|
|
1965
2843
|
@sapLegendColor14: #ffb385;
|
|
1966
2844
|
|
|
1967
2845
|
// [Tags "!Protected"]
|
|
2846
|
+
// [Protected "!true"]
|
|
1968
2847
|
@sapLegendColor15: #ffb2ef;
|
|
1969
2848
|
|
|
1970
2849
|
// [Tags "!Protected"]
|
|
2850
|
+
// [Protected "!true"]
|
|
1971
2851
|
@sapLegendColor16: #9cabc5;
|
|
1972
2852
|
|
|
1973
2853
|
// [Tags "!Protected"]
|
|
2854
|
+
// [Protected "!true"]
|
|
1974
2855
|
@sapLegendColor17: #a4eeee;
|
|
1975
2856
|
|
|
1976
2857
|
// [Tags "!Protected"]
|
|
2858
|
+
// [Protected "!true"]
|
|
1977
2859
|
@sapLegendColor18: #8d9e7e;
|
|
1978
2860
|
|
|
1979
2861
|
// [Tags "!Protected"]
|
|
2862
|
+
// [Protected "!true"]
|
|
1980
2863
|
@sapLegendColor19: #addcf0;
|
|
1981
2864
|
|
|
1982
2865
|
// [Tags "!Protected"]
|
|
2866
|
+
// [Protected "!true"]
|
|
1983
2867
|
@sapLegendColor20: #629cff;
|
|
1984
2868
|
|
|
1985
2869
|
// [Tags "!Protected"]
|
|
2870
|
+
// [Protected "!true"]
|
|
1986
2871
|
@sapLegendBackgroundColor1: @sapList_Background;
|
|
1987
2872
|
|
|
1988
2873
|
// [Tags "!Protected"]
|
|
2874
|
+
// [Protected "!true"]
|
|
1989
2875
|
@sapLegendBackgroundColor2: @sapList_Background;
|
|
1990
2876
|
|
|
1991
2877
|
// [Tags "!Protected"]
|
|
2878
|
+
// [Protected "!true"]
|
|
1992
2879
|
@sapLegendBackgroundColor3: @sapList_Background;
|
|
1993
2880
|
|
|
1994
2881
|
// [Tags "!Protected"]
|
|
2882
|
+
// [Protected "!true"]
|
|
1995
2883
|
@sapLegendBackgroundColor4: @sapList_Background;
|
|
1996
2884
|
|
|
1997
2885
|
// [Tags "!Protected"]
|
|
2886
|
+
// [Protected "!true"]
|
|
1998
2887
|
@sapLegendBackgroundColor5: @sapList_Background;
|
|
1999
2888
|
|
|
2000
2889
|
// [Tags "!Protected"]
|
|
2890
|
+
// [Protected "!true"]
|
|
2001
2891
|
@sapLegendBackgroundColor6: @sapList_Background;
|
|
2002
2892
|
|
|
2003
2893
|
// [Tags "!Protected"]
|
|
2894
|
+
// [Protected "!true"]
|
|
2004
2895
|
@sapLegendBackgroundColor7: @sapList_Background;
|
|
2005
2896
|
|
|
2006
2897
|
// [Tags "!Protected"]
|
|
2898
|
+
// [Protected "!true"]
|
|
2007
2899
|
@sapLegendBackgroundColor8: @sapList_Background;
|
|
2008
2900
|
|
|
2009
2901
|
// [Tags "!Protected"]
|
|
2902
|
+
// [Protected "!true"]
|
|
2010
2903
|
@sapLegendBackgroundColor9: @sapList_Background;
|
|
2011
2904
|
|
|
2012
2905
|
// [Tags "!Protected"]
|
|
2906
|
+
// [Protected "!true"]
|
|
2013
2907
|
@sapLegendBackgroundColor10: @sapList_Background;
|
|
2014
2908
|
|
|
2015
2909
|
// [Tags "!Protected"]
|
|
2910
|
+
// [Protected "!true"]
|
|
2016
2911
|
@sapLegendBackgroundColor11: @sapList_Background;
|
|
2017
2912
|
|
|
2018
2913
|
// [Tags "!Protected"]
|
|
2914
|
+
// [Protected "!true"]
|
|
2019
2915
|
@sapLegendBackgroundColor12: @sapList_Background;
|
|
2020
2916
|
|
|
2021
2917
|
// [Tags "!Protected"]
|
|
2918
|
+
// [Protected "!true"]
|
|
2022
2919
|
@sapLegendBackgroundColor13: @sapList_Background;
|
|
2023
2920
|
|
|
2024
2921
|
// [Tags "!Protected"]
|
|
2922
|
+
// [Protected "!true"]
|
|
2025
2923
|
@sapLegendBackgroundColor14: @sapList_Background;
|
|
2026
2924
|
|
|
2027
2925
|
// [Tags "!Protected"]
|
|
2926
|
+
// [Protected "!true"]
|
|
2028
2927
|
@sapLegendBackgroundColor15: @sapList_Background;
|
|
2029
2928
|
|
|
2030
2929
|
// [Tags "!Protected"]
|
|
2930
|
+
// [Protected "!true"]
|
|
2031
2931
|
@sapLegendBackgroundColor16: @sapList_Background;
|
|
2032
2932
|
|
|
2033
2933
|
// [Tags "!Protected"]
|
|
2934
|
+
// [Protected "!true"]
|
|
2034
2935
|
@sapLegendBackgroundColor17: @sapList_Background;
|
|
2035
2936
|
|
|
2036
2937
|
// [Tags "!Protected"]
|
|
2938
|
+
// [Protected "!true"]
|
|
2037
2939
|
@sapLegendBackgroundColor18: @sapList_Background;
|
|
2038
2940
|
|
|
2039
2941
|
// [Tags "!Protected"]
|
|
2942
|
+
// [Protected "!true"]
|
|
2040
2943
|
@sapLegendBackgroundColor19: @sapList_Background;
|
|
2041
2944
|
|
|
2042
2945
|
// [Tags "!Protected"]
|
|
2946
|
+
// [Protected "!true"]
|
|
2043
2947
|
@sapLegendBackgroundColor20: @sapList_Background;
|
|
2044
2948
|
|
|
2045
2949
|
// [Tags "!Protected"]
|
|
2950
|
+
// [Protected "!true"]
|
|
2046
2951
|
@sapChart_OrderedColor_1: #4da2f6;
|
|
2047
2952
|
|
|
2048
2953
|
// [Tags "!Protected"]
|
|
2954
|
+
// [Protected "!true"]
|
|
2049
2955
|
@sapChart_OrderedColor_2: #e8743b;
|
|
2050
2956
|
|
|
2051
2957
|
// [Tags "!Protected"]
|
|
2958
|
+
// [Protected "!true"]
|
|
2052
2959
|
@sapChart_OrderedColor_3: #19a979;
|
|
2053
2960
|
|
|
2054
2961
|
// [Tags "!Protected"]
|
|
2962
|
+
// [Protected "!true"]
|
|
2055
2963
|
@sapChart_OrderedColor_4: #ed4a7b;
|
|
2056
2964
|
|
|
2057
2965
|
// [Tags "!Protected"]
|
|
2966
|
+
// [Protected "!true"]
|
|
2058
2967
|
@sapChart_OrderedColor_5: #945ecf;
|
|
2059
2968
|
|
|
2060
2969
|
// [Tags "!Protected"]
|
|
2970
|
+
// [Protected "!true"]
|
|
2061
2971
|
@sapChart_OrderedColor_6: #13a4b4;
|
|
2062
2972
|
|
|
2063
2973
|
// [Tags "!Protected"]
|
|
2974
|
+
// [Protected "!true"]
|
|
2064
2975
|
@sapChart_OrderedColor_7: #5c66f5;
|
|
2065
2976
|
|
|
2066
2977
|
// [Tags "!Protected"]
|
|
2978
|
+
// [Protected "!true"]
|
|
2067
2979
|
@sapChart_OrderedColor_8: #c53da4;
|
|
2068
2980
|
|
|
2069
2981
|
// [Tags "!Protected"]
|
|
2982
|
+
// [Protected "!true"]
|
|
2070
2983
|
@sapChart_OrderedColor_9: #6c8893;
|
|
2071
2984
|
|
|
2072
2985
|
// [Tags "!Protected"]
|
|
2986
|
+
// [Protected "!true"]
|
|
2073
2987
|
@sapChart_OrderedColor_10: #ee6868;
|
|
2074
2988
|
|
|
2075
2989
|
// [Tags "!Protected"]
|
|
2990
|
+
// [Protected "!true"]
|
|
2076
2991
|
@sapChart_OrderedColor_11: #387bb7;
|
|
2077
2992
|
|
|
2078
2993
|
// [Tags "!Protected"]
|
|
2994
|
+
// [Protected "!true"]
|
|
2079
2995
|
@sapChart_Bad: @sapHC_NegativeColor;
|
|
2080
2996
|
|
|
2081
2997
|
// [Tags "!Protected"]
|
|
2998
|
+
// [Protected "!true"]
|
|
2082
2999
|
@sapChart_Critical: @sapHC_CriticalColor;
|
|
2083
3000
|
|
|
2084
3001
|
// [Tags "!Protected"]
|
|
3002
|
+
// [Protected "!true"]
|
|
2085
3003
|
@sapChart_Good: @sapHC_PositiveColor;
|
|
2086
3004
|
|
|
2087
3005
|
// [Tags "!Protected"]
|
|
3006
|
+
// [Protected "!true"]
|
|
2088
3007
|
@sapChart_Neutral: @sapHC_NeutralColor;
|
|
2089
3008
|
|
|
2090
3009
|
// [Tags "!Protected"]
|
|
3010
|
+
// [Protected "!true"]
|
|
2091
3011
|
@sapChart_Sequence_1: @sapChart_OrderedColor_1;
|
|
2092
3012
|
|
|
2093
3013
|
// [Tags "!Protected"]
|
|
3014
|
+
// [Protected "!true"]
|
|
2094
3015
|
@sapChart_Sequence_2: @sapChart_OrderedColor_2;
|
|
2095
3016
|
|
|
2096
3017
|
// [Tags "!Protected"]
|
|
3018
|
+
// [Protected "!true"]
|
|
2097
3019
|
@sapChart_Sequence_3: @sapChart_OrderedColor_3;
|
|
2098
3020
|
|
|
2099
3021
|
// [Tags "!Protected"]
|
|
3022
|
+
// [Protected "!true"]
|
|
2100
3023
|
@sapChart_Sequence_4: @sapChart_OrderedColor_4;
|
|
2101
3024
|
|
|
2102
3025
|
// [Tags "!Protected"]
|
|
3026
|
+
// [Protected "!true"]
|
|
2103
3027
|
@sapChart_Sequence_5: @sapChart_OrderedColor_5;
|
|
2104
3028
|
|
|
2105
3029
|
// [Tags "!Protected"]
|
|
3030
|
+
// [Protected "!true"]
|
|
2106
3031
|
@sapChart_Sequence_6: @sapChart_OrderedColor_6;
|
|
2107
3032
|
|
|
2108
3033
|
// [Tags "!Protected"]
|
|
3034
|
+
// [Protected "!true"]
|
|
2109
3035
|
@sapChart_Sequence_7: @sapChart_OrderedColor_7;
|
|
2110
3036
|
|
|
2111
3037
|
// [Tags "!Protected"]
|
|
3038
|
+
// [Protected "!true"]
|
|
2112
3039
|
@sapChart_Sequence_8: @sapChart_OrderedColor_8;
|
|
2113
3040
|
|
|
2114
3041
|
// [Tags "!Protected"]
|
|
3042
|
+
// [Protected "!true"]
|
|
2115
3043
|
@sapChart_Sequence_9: @sapChart_OrderedColor_9;
|
|
2116
3044
|
|
|
2117
3045
|
// [Tags "!Protected"]
|
|
3046
|
+
// [Protected "!true"]
|
|
2118
3047
|
@sapChart_Sequence_10: @sapChart_OrderedColor_10;
|
|
2119
3048
|
|
|
2120
3049
|
// [Tags "!Protected"]
|
|
3050
|
+
// [Protected "!true"]
|
|
2121
3051
|
@sapChart_Sequence_11: @sapChart_OrderedColor_11;
|
|
2122
3052
|
|
|
2123
3053
|
// [Tags "!Protected"]
|
|
3054
|
+
// [Protected "!true"]
|
|
2124
3055
|
@sapChart_Sequence_Neutral: @sapChart_Neutral;
|
|
2125
3056
|
// @sapFontUrl_SAP-icons_ttf: url(./../baseTheme/fonts/SAP-icons.ttf);
|
|
2126
3057
|
// @sapFontUrl_SAP-icons_woff: url(./../baseTheme/fonts/SAP-icons.woff);
|
|
@@ -2133,34 +3064,44 @@
|
|
|
2133
3064
|
// @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
|
|
2134
3065
|
// @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
|
|
2135
3066
|
// @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
|
|
2136
|
-
// @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
|
|
2137
|
-
// @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
|
|
2138
|
-
// @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
|
|
2139
|
-
// @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
|
|
2140
|
-
// @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
|
|
2141
|
-
// @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
|
|
2142
|
-
// @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
|
|
2143
|
-
// @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
|
|
2144
3067
|
// @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
|
|
2145
3068
|
// @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
|
|
3069
|
+
// @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
|
|
3070
|
+
// @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
|
|
2146
3071
|
// @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
|
|
2147
3072
|
// @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
|
|
3073
|
+
// @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
|
|
3074
|
+
// @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
|
|
2148
3075
|
// @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
|
|
2149
3076
|
// @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
|
|
3077
|
+
// @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
|
|
3078
|
+
// @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
|
|
2150
3079
|
// @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
|
|
2151
3080
|
// @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
|
|
3081
|
+
// @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
|
|
3082
|
+
// @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
|
|
2152
3083
|
// @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
|
|
2153
3084
|
// @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
|
|
2154
3085
|
// @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
|
|
2155
3086
|
// @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
|
|
3087
|
+
@sapFontUrl_72_Black_full_woff2: url(./../baseTheme/fonts/72-Black-full.woff2);
|
|
3088
|
+
@sapFontUrl_72_Black_full_woff: url(./../baseTheme/fonts/72-Black-full.woff);
|
|
2156
3089
|
// @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
|
|
2157
3090
|
// @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
|
|
3091
|
+
@sapFontUrl_72_BoldItalic_full_woff2: url(./../baseTheme/fonts/72-BoldItalic-full.woff2);
|
|
3092
|
+
@sapFontUrl_72_BoldItalic_full_woff: url(./../baseTheme/fonts/72-BoldItalic-full.woff);
|
|
2158
3093
|
// @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
|
|
2159
3094
|
// @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
|
|
3095
|
+
@sapFontUrl_72_Condensed_full_woff2: url(./../baseTheme/fonts/72-Condensed-full.woff2);
|
|
3096
|
+
@sapFontUrl_72_Condensed_full_woff: url(./../baseTheme/fonts/72-Condensed-full.woff);
|
|
2160
3097
|
// @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
|
|
2161
3098
|
// @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
|
|
3099
|
+
@sapFontUrl_72_CondensedBold_full_woff2: url(./../baseTheme/fonts/72-CondensedBold-full.woff2);
|
|
3100
|
+
@sapFontUrl_72_CondensedBold_full_woff: url(./../baseTheme/fonts/72-CondensedBold-full.woff);
|
|
2162
3101
|
// @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
|
|
2163
3102
|
// @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
|
|
3103
|
+
@sapFontUrl_72_Italic_full_woff2: url(./../baseTheme/fonts/72-Italic-full.woff2);
|
|
3104
|
+
@sapFontUrl_72_Italic_full_woff: url(./../baseTheme/fonts/72-Italic-full.woff);
|
|
2164
3105
|
// @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
|
|
2165
3106
|
// @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
|
|
2166
3107
|
// @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
|