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