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