@openui5/themelib_sap_horizon 1.103.1 → 1.106.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.
Files changed (98) hide show
  1. package/.reuse/dep5 +35 -15
  2. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
  3. package/THIRDPARTY.txt +64 -21
  4. package/package.json +18 -18
  5. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +7 -7
  6. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +8 -8
  7. package/src/sap/m/themes/sap_horizon/Button.less +4 -6
  8. package/src/sap/m/themes/sap_horizon/GenericTile.less +118 -10
  9. package/src/sap/m/themes/sap_horizon/HeaderContainer.less +17 -1
  10. package/src/sap/m/themes/sap_horizon/InputBase.less +0 -6
  11. package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -2
  12. package/src/sap/m/themes/sap_horizon/Popover.less +4 -0
  13. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +7 -0
  14. package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -0
  15. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +34 -0
  16. package/src/sap/m/themes/sap_horizon/SlideTile.less +53 -18
  17. package/src/sap/m/themes/sap_horizon/Slider.less +3 -3
  18. package/src/sap/m/themes/sap_horizon/TileContent.less +5 -2
  19. package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
  20. package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -6
  21. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +147 -9
  22. package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +16 -0
  23. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +0 -6
  24. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +32 -2
  25. package/src/sap/m/themes/sap_horizon_dark/Popover.less +4 -0
  26. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +7 -0
  27. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +34 -0
  28. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +54 -15
  29. package/src/sap/m/themes/sap_horizon_dark/Slider.less +1 -1
  30. package/src/sap/m/themes/sap_horizon_dark/TileContent.less +5 -2
  31. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
  32. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +116 -0
  33. package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +16 -8
  34. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +4 -0
  35. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +7 -0
  36. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +37 -0
  37. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +52 -5
  38. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +3 -3
  39. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -1
  40. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +116 -1
  41. package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +16 -8
  42. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +1 -1
  43. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +4 -0
  44. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +7 -0
  45. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +37 -0
  46. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +53 -5
  47. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +3 -3
  48. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -1
  49. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  50. package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
  51. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2 +0 -0
  52. package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  53. package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2 +0 -0
  54. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  55. package/src/sap/ui/core/themes/sap_horizon/global.less +2 -2
  56. package/src/sap/ui/core/themes/sap_horizon/shared.less +50 -49
  57. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  58. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +3 -3
  59. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black-full.woff2 +0 -0
  60. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  61. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex.woff2 +0 -0
  62. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  63. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +2 -2
  64. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +50 -49
  65. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  66. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
  67. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black-full.woff2 +0 -0
  68. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  69. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex.woff2 +0 -0
  70. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  71. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +8 -2
  72. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +55 -49
  73. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  74. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
  75. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black-full.woff2 +0 -0
  76. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  77. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex.woff2 +0 -0
  78. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  79. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +8 -2
  80. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +55 -49
  81. package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +6 -0
  82. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -0
  83. package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +6 -0
  84. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -0
  85. package/src/sap/ui/mdc/themes/sap_horizon/TokenDisplay.less +5 -2
  86. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +2 -0
  87. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +2 -0
  88. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +3 -0
  89. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +3 -0
  90. package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
  91. package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +12 -12
  92. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +8 -1
  93. package/src/sap/uxap/themes/sap_horizon/ObjectPageHeaderContent.less +1 -1
  94. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +4 -0
  95. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -1
  96. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeaderContent.less +1 -1
  97. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +4 -0
  98. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -1
@@ -306,6 +306,21 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
306
306
  src: url('fonts/72-Black.woff2') format('woff2');
307
307
  }
308
308
 
309
+ @font-face {
310
+ font-family: '72Blackfull';
311
+ src: url('fonts/72-Black-full.woff2') format('woff2');
312
+ }
313
+
314
+ @font-face {
315
+ font-family: '72-SemiboldDuplex';
316
+ src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
317
+ }
318
+
319
+ @font-face {
320
+ font-family: '72-SemiboldDuplexfull';
321
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
322
+ }
323
+
309
324
  /**
310
325
  * Some diacritics are supported by the 72 font:
311
326
  * * Grave
@@ -319,8 +334,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
319
334
  * * Dot below
320
335
  * * Hook above
321
336
  *
322
- *
323
- * Fallback for the characters that aren't covered by the '72' font to other system fonts
337
+ * Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
324
338
  *
325
339
  * U+0102-0103: A and a with Breve
326
340
  * U+01A0-01A1: O and o with Horn
@@ -332,92 +346,79 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
332
346
  * U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
333
347
  * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
334
348
  *
349
+ *
350
+ * Moreover, the caron has a special vertical form used on tall characters:
351
+ *
352
+ * U+010F: small letter d with caron
353
+ * U+013D: capital letter L with caron
354
+ * U+013E: small letter l with caron
355
+ * U+0165: small letter t with caron
356
+ *
357
+ * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with the
358
+ * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
359
+ * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
360
+ *
335
361
  */
336
362
  @font-face {
337
363
  font-family: '72';
338
364
  font-style: normal;
339
365
  font-weight: 400;
340
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
341
- src: local('Arial'), local('Helvetica'), local('sans-serif');
366
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
367
+ src: url('fonts/72-Regular-full.woff2') format('woff2');
342
368
  }
343
369
 
344
370
  @font-face {
345
371
  font-family: '72';
346
372
  font-style: normal;
347
373
  font-weight: 700;
348
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
349
- src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
374
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
375
+ src: url('fonts/72-Bold-full.woff2') format('woff2');
350
376
  }
351
377
 
352
378
  @font-face {
353
379
  font-family: '72';
354
380
  font-style: normal;
355
381
  font-weight: 300;
356
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
357
- src: local('Arial'), local('Helvetica'), local('sans-serif');
382
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
383
+ src: url('fonts/72-Light-full.woff2') format('woff2');
358
384
  }
359
385
 
360
386
  @font-face {
361
387
  font-family: '72-Bold';
362
388
  font-style: normal;
363
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
364
- src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
389
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
390
+ src: url('fonts/72-Bold-full.woff2') format('woff2');
365
391
  }
366
392
 
367
393
  @font-face {
368
394
  font-family: '72-Light';
369
395
  font-style: normal;
370
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
371
- src: local('Arial'), local('Helvetica'), local('sans-serif');
372
- }
373
-
374
- /**
375
- * The caron has a special vertical form used on tall characters:
376
- * * Small letter d with caron U+010F
377
- * * Small letter t with caron U+0165
378
- * * Small letter l with caron U+013E
379
- * * Capital letter L with caron U+013D
380
- *
381
- * Those characters aren't covered by the font 72 but some browser simply combine the letter without diacritics with the
382
- * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
383
- * are covered by the 72-full font, they are redirected to that font for being correctly displayed.
384
- */
385
- @font-face {
386
- font-family: '72';
387
- font-style: normal;
388
- font-weight: 400;
389
- unicode-range: U+010F, U+0165, U+013E, U+013D;
390
- src: url('fonts/72-Regular-full.woff2') format('woff2');
396
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
397
+ src: url('fonts/72-Light-full.woff2') format('woff2');
391
398
  }
392
399
 
393
400
  @font-face {
394
- font-family: '72';
395
- font-style: normal;
396
- font-weight: 700;
397
- unicode-range: U+010F, U+0165, U+013E, U+013D;
398
- src: url('fonts/72-Bold-full.woff2') format('woff2');
401
+ font-family: '72Mono';
402
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
403
+ src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
399
404
  }
400
405
 
401
406
  @font-face {
402
- font-family: '72';
403
- font-style: normal;
404
- font-weight: 300;
405
- unicode-range: U+010F, U+0165, U+013E, U+013D;
406
- src: url('fonts/72-Light-full.woff2') format('woff2');
407
+ font-family: '72Mono-Bold';
408
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
409
+ src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
407
410
  }
408
411
 
409
412
  @font-face {
410
- font-family: '72-Light';
411
- font-style: normal;
412
- unicode-range: U+010F, U+0165, U+013E, U+013D;
413
- src: url('fonts/72-Light-full.woff2') format('woff2');
413
+ font-family: '72Black';
414
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
415
+ src: url('fonts/72-Black-full.woff2') format('woff2');
414
416
  }
415
417
 
416
418
  @font-face {
417
- font-family: '72-Bold';
418
- font-style: normal;
419
- unicode-range: U+010F, U+0165, U+013E, U+013D;
420
- src: url('fonts/72-Bold-full.woff2') format('woff2');
419
+ font-family: '72-SemiboldDuplex';
420
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
421
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
421
422
  }
422
423
 
423
424
  // Responsive paddings
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.103.1</version>
9
+ <version>1.106.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
2
+ // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  // * Theming Engine 1.69.2
4
- // * data:{"sModified":"2022-04-26T06:31:06Z"}
4
+ // * data:{"sModified":"2022-05-24T07:19:31Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.1.39) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.1.40) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -1626,7 +1626,7 @@
1626
1626
  @sapPageFooter_Background: @sapBackgroundColor;
1627
1627
 
1628
1628
  // [Tags "!Protected"]
1629
- @sapPageFooter_BorderColor: @sapPageFooter_Background;
1629
+ @sapPageFooter_BorderColor: @sapHC_StandardForeground;
1630
1630
 
1631
1631
  // [Tags "!Protected"]
1632
1632
  @sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@@ -870,7 +870,7 @@
870
870
  @sapUiChartLabelHoverColor: @sapUiButtonHoverBackground; // #7a5100
871
871
  @sapUiChartLabelPressedColor: @sapUiButtonActiveBackground; // #7a5100
872
872
  @sapUiChartCategoryAxisLabelFontColor: @sapUiContentForegroundTextColor; // #ffffff
873
- @sapUiChartValueAxisLabelFontColor: @sapUiContentForegroundTextColor; // #ffffff
873
+ @sapUiChartValueAxisLabelFontColor: @sapUiContentLabelColor;
874
874
  @sapUiChartCategoryAxisLabelFontSize: @sapMFontSmallSize; // 12px
875
875
  @sapUiChartValueAxisLabelFontSize: @sapMFontSmallSize; // 12px
876
876
  @sapUiChartCategoryAxisLineColor: @sapUiContentForegroundBorderColor; // #ffffff
@@ -903,7 +903,7 @@
903
903
  @sapUiChartAxisTitleFontSize: @sapMFontSmallSize; // 12px
904
904
  @sapUiChartTitleFontWeight: bold;
905
905
  @sapUiChartAxisTitleFontWeight: regular;
906
- @sapUiChartLightText: @sapUiContentForegroundTextColor; // #ffffff
906
+ @sapUiChartLightText: @sapUiContentLabelColor;
907
907
  @sapUiChartZeroAxisColor: @sapUiContentForegroundBorderColor; // #ffffff
908
908
 
909
909
  @sapUiChartDataPointBorderColor: @sapUiGroupContentBackground; // #000000
@@ -1174,6 +1174,12 @@
1174
1174
  @sapUiListTableTextSize: 0.875rem;
1175
1175
  @sapUiListTableIconSize: 1rem;
1176
1176
 
1177
+ // RatingIndicator
1178
+ @sapUiRIIconSizeCozy: 1.5rem;
1179
+ @sapUiRIIconSizeCompact: 1rem;
1180
+ @sapUiRIIconSizeDisplayOnly: 1.5rem;
1181
+ @sapUiRIIconPaddingDisplayOnly: 0.1875rem;
1182
+
1177
1183
  @sapUiCalendarColorToday: @sapUiGroupContentBorderColor;
1178
1184
 
1179
1185
  @sapUiDragAndDropColor: @sapUiContentNonInteractiveIconColor;
@@ -160,6 +160,26 @@
160
160
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
161
161
  }
162
162
 
163
+ @font-face {
164
+ font-family: '72Black';
165
+ src: url('fonts/72-Black.woff2') format('woff2');
166
+ }
167
+
168
+ @font-face {
169
+ font-family: '72Blackfull';
170
+ src: url('fonts/72-Black-full.woff2') format('woff2');
171
+ }
172
+
173
+ @font-face {
174
+ font-family: '72-SemiboldDuplex';
175
+ src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
176
+ }
177
+
178
+ @font-face {
179
+ font-family: '72-SemiboldDuplexfull';
180
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
181
+ }
182
+
163
183
  /**
164
184
  * Some diacritics are supported by the 72 font:
165
185
  * * Grave
@@ -173,8 +193,7 @@
173
193
  * * Dot below
174
194
  * * Hook above
175
195
  *
176
- *
177
- * Fallback for the characters that aren't covered by the '72' font to other system fonts
196
+ * Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
178
197
  *
179
198
  * U+0102-0103: A and a with Breve
180
199
  * U+01A0-01A1: O and o with Horn
@@ -186,92 +205,79 @@
186
205
  * U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
187
206
  * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
188
207
  *
208
+ *
209
+ * Moreover, the caron has a special vertical form used on tall characters:
210
+ *
211
+ * U+010F: small letter d with caron
212
+ * U+013D: capital letter L with caron
213
+ * U+013E: small letter l with caron
214
+ * U+0165: small letter t with caron
215
+ *
216
+ * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with the
217
+ * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
218
+ * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
219
+ *
189
220
  */
190
221
  @font-face {
191
222
  font-family: '72';
192
223
  font-style: normal;
193
224
  font-weight: 400;
194
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
195
- src: local('Arial'), local('Helvetica'), local('sans-serif');
225
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
226
+ src: url('fonts/72-Regular-full.woff2') format('woff2');
196
227
  }
197
228
 
198
229
  @font-face {
199
230
  font-family: '72';
200
231
  font-style: normal;
201
232
  font-weight: 700;
202
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
203
- src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
233
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
234
+ src: url('fonts/72-Bold-full.woff2') format('woff2');
204
235
  }
205
236
 
206
237
  @font-face {
207
238
  font-family: '72';
208
239
  font-style: normal;
209
240
  font-weight: 300;
210
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
211
- src: local('Arial'), local('Helvetica'), local('sans-serif');
241
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
242
+ src: url('fonts/72-Light-full.woff2') format('woff2');
212
243
  }
213
244
 
214
245
  @font-face {
215
246
  font-family: '72-Bold';
216
247
  font-style: normal;
217
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
218
- src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
248
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
249
+ src: url('fonts/72-Bold-full.woff2') format('woff2');
219
250
  }
220
251
 
221
252
  @font-face {
222
253
  font-family: '72-Light';
223
254
  font-style: normal;
224
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
225
- src: local('Arial'), local('Helvetica'), local('sans-serif');
226
- }
227
-
228
- /**
229
- * The caron has a special vertical form used on tall characters:
230
- * * Small letter d with caron U+010F
231
- * * Small letter t with caron U+0165
232
- * * Small letter l with caron U+013E
233
- * * Capital letter L with caron U+013D
234
- *
235
- * Those characters aren't covered by the font 72 but some browser simply combine the letter without diacritics with the
236
- * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
237
- * are covered by the 72-full font, they are redirected to that font for being correctly displayed.
238
- */
239
- @font-face {
240
- font-family: '72';
241
- font-style: normal;
242
- font-weight: 400;
243
- unicode-range: U+010F, U+0165, U+013E, U+013D;
244
- src: url('fonts/72-Regular-full.woff2') format('woff2');
255
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
256
+ src: url('fonts/72-Light-full.woff2') format('woff2');
245
257
  }
246
258
 
247
259
  @font-face {
248
- font-family: '72';
249
- font-style: normal;
250
- font-weight: 700;
251
- unicode-range: U+010F, U+0165, U+013E, U+013D;
252
- src: url('fonts/72-Bold-full.woff2') format('woff2');
260
+ font-family: '72Mono';
261
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
262
+ src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
253
263
  }
254
264
 
255
265
  @font-face {
256
- font-family: '72';
257
- font-style: normal;
258
- font-weight: 300;
259
- unicode-range: U+010F, U+0165, U+013E, U+013D;
260
- src: url('fonts/72-Light-full.woff2') format('woff2');
266
+ font-family: '72Mono-Bold';
267
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
268
+ src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
261
269
  }
262
270
 
263
271
  @font-face {
264
- font-family: '72-Light';
265
- font-style: normal;
266
- unicode-range: U+010F, U+0165, U+013E, U+013D;
267
- src: url('fonts/72-Light-full.woff2') format('woff2');
272
+ font-family: '72Black';
273
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
274
+ src: url('fonts/72-Black-full.woff2') format('woff2');
268
275
  }
269
276
 
270
277
  @font-face {
271
- font-family: '72-Bold';
272
- font-style: normal;
273
- unicode-range: U+010F, U+0165, U+013E, U+013D;
274
- src: url('fonts/72-Bold-full.woff2') format('woff2');
278
+ font-family: '72-SemiboldDuplex';
279
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
280
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
275
281
  }
276
282
 
277
283
  // Responsive paddings
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.103.1</version>
9
+ <version>1.106.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
2
+ // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  // * Theming Engine 1.69.2
4
- // * data:{"sModified":"2022-04-26T06:31:06Z"}
4
+ // * data:{"sModified":"2022-05-24T07:19:31Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.39) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.40) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -1626,7 +1626,7 @@
1626
1626
  @sapPageFooter_Background: @sapBackgroundColor;
1627
1627
 
1628
1628
  // [Tags "!Protected"]
1629
- @sapPageFooter_BorderColor: @sapPageFooter_Background;
1629
+ @sapPageFooter_BorderColor: @sapHC_StandardForeground;
1630
1630
 
1631
1631
  // [Tags "!Protected"]
1632
1632
  @sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@@ -870,7 +870,7 @@
870
870
  @sapUiChartLabelHoverColor: @sapUiButtonHoverBackground; // #ec8b46
871
871
  @sapUiChartLabelPressedColor: @sapUiButtonActiveBackground; // #ec8b46
872
872
  @sapUiChartCategoryAxisLabelFontColor: @sapUiContentForegroundTextColor; // #000000
873
- @sapUiChartValueAxisLabelFontColor: @sapUiContentForegroundTextColor; // #000000
873
+ @sapUiChartValueAxisLabelFontColor: @sapUiContentLabelColor;
874
874
  @sapUiChartCategoryAxisLabelFontSize: @sapMFontSmallSize; // 12px
875
875
  @sapUiChartValueAxisLabelFontSize: @sapMFontSmallSize; // 12px
876
876
  @sapUiChartCategoryAxisLineColor: @sapUiContentForegroundBorderColor; // #000000
@@ -903,7 +903,7 @@
903
903
  @sapUiChartAxisTitleFontSize: @sapMFontSmallSize; // 12px
904
904
  @sapUiChartTitleFontWeight: bold;
905
905
  @sapUiChartAxisTitleFontWeight: regular;
906
- @sapUiChartLightText: @sapUiContentForegroundTextColor; // #000000
906
+ @sapUiChartLightText: @sapUiContentLabelColor;
907
907
  @sapUiChartZeroAxisColor: @sapUiContentForegroundBorderColor; // #000000
908
908
 
909
909
  @sapUiChartDataPointBorderColor: @sapUiGroupContentBackground; // #ffffff
@@ -1174,6 +1174,12 @@
1174
1174
  @sapUiListTableTextSize: 0.875rem;
1175
1175
  @sapUiListTableIconSize: 1rem;
1176
1176
 
1177
+ // RatingIndicator
1178
+ @sapUiRIIconSizeCozy: 1.5rem;
1179
+ @sapUiRIIconSizeCompact: 1rem;
1180
+ @sapUiRIIconSizeDisplayOnly: 1.5rem;
1181
+ @sapUiRIIconPaddingDisplayOnly: 0.1875rem;
1182
+
1177
1183
  @sapUiCalendarColorToday: @sapUiGroupContentBorderColor;
1178
1184
 
1179
1185
  @sapUiDragAndDropColor: @sapUiContentNonInteractiveIconColor;
@@ -160,6 +160,26 @@
160
160
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
161
161
  }
162
162
 
163
+ @font-face {
164
+ font-family: '72Black';
165
+ src: url('fonts/72-Black.woff2') format('woff2');
166
+ }
167
+
168
+ @font-face {
169
+ font-family: '72Blackfull';
170
+ src: url('fonts/72-Black-full.woff2') format('woff2');
171
+ }
172
+
173
+ @font-face {
174
+ font-family: '72-SemiboldDuplex';
175
+ src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
176
+ }
177
+
178
+ @font-face {
179
+ font-family: '72-SemiboldDuplexfull';
180
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
181
+ }
182
+
163
183
  /**
164
184
  * Some diacritics are supported by the 72 font:
165
185
  * * Grave
@@ -173,8 +193,7 @@
173
193
  * * Dot below
174
194
  * * Hook above
175
195
  *
176
- *
177
- * Fallback for the characters that aren't covered by the '72' font to other system fonts
196
+ * Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
178
197
  *
179
198
  * U+0102-0103: A and a with Breve
180
199
  * U+01A0-01A1: O and o with Horn
@@ -186,92 +205,79 @@
186
205
  * U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
187
206
  * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
188
207
  *
208
+ *
209
+ * Moreover, the caron has a special vertical form used on tall characters:
210
+ *
211
+ * U+010F: small letter d with caron
212
+ * U+013D: capital letter L with caron
213
+ * U+013E: small letter l with caron
214
+ * U+0165: small letter t with caron
215
+ *
216
+ * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with the
217
+ * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
218
+ * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
219
+ *
189
220
  */
190
221
  @font-face {
191
222
  font-family: '72';
192
223
  font-style: normal;
193
224
  font-weight: 400;
194
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
195
- src: local('Arial'), local('Helvetica'), local('sans-serif');
225
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
226
+ src: url('fonts/72-Regular-full.woff2') format('woff2');
196
227
  }
197
228
 
198
229
  @font-face {
199
230
  font-family: '72';
200
231
  font-style: normal;
201
232
  font-weight: 700;
202
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
203
- src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
233
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
234
+ src: url('fonts/72-Bold-full.woff2') format('woff2');
204
235
  }
205
236
 
206
237
  @font-face {
207
238
  font-family: '72';
208
239
  font-style: normal;
209
240
  font-weight: 300;
210
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
211
- src: local('Arial'), local('Helvetica'), local('sans-serif');
241
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
242
+ src: url('fonts/72-Light-full.woff2') format('woff2');
212
243
  }
213
244
 
214
245
  @font-face {
215
246
  font-family: '72-Bold';
216
247
  font-style: normal;
217
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
218
- src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
248
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
249
+ src: url('fonts/72-Bold-full.woff2') format('woff2');
219
250
  }
220
251
 
221
252
  @font-face {
222
253
  font-family: '72-Light';
223
254
  font-style: normal;
224
- unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
225
- src: local('Arial'), local('Helvetica'), local('sans-serif');
226
- }
227
-
228
- /**
229
- * The caron has a special vertical form used on tall characters:
230
- * * Small letter d with caron U+010F
231
- * * Small letter t with caron U+0165
232
- * * Small letter l with caron U+013E
233
- * * Capital letter L with caron U+013D
234
- *
235
- * Those characters aren't covered by the font 72 but some browser simply combine the letter without diacritics with the
236
- * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
237
- * are covered by the 72-full font, they are redirected to that font for being correctly displayed.
238
- */
239
- @font-face {
240
- font-family: '72';
241
- font-style: normal;
242
- font-weight: 400;
243
- unicode-range: U+010F, U+0165, U+013E, U+013D;
244
- src: url('fonts/72-Regular-full.woff2') format('woff2');
255
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
256
+ src: url('fonts/72-Light-full.woff2') format('woff2');
245
257
  }
246
258
 
247
259
  @font-face {
248
- font-family: '72';
249
- font-style: normal;
250
- font-weight: 700;
251
- unicode-range: U+010F, U+0165, U+013E, U+013D;
252
- src: url('fonts/72-Bold-full.woff2') format('woff2');
260
+ font-family: '72Mono';
261
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
262
+ src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
253
263
  }
254
264
 
255
265
  @font-face {
256
- font-family: '72';
257
- font-style: normal;
258
- font-weight: 300;
259
- unicode-range: U+010F, U+0165, U+013E, U+013D;
260
- src: url('fonts/72-Light-full.woff2') format('woff2');
266
+ font-family: '72Mono-Bold';
267
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
268
+ src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
261
269
  }
262
270
 
263
271
  @font-face {
264
- font-family: '72-Light';
265
- font-style: normal;
266
- unicode-range: U+010F, U+0165, U+013E, U+013D;
267
- src: url('fonts/72-Light-full.woff2') format('woff2');
272
+ font-family: '72Black';
273
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
274
+ src: url('fonts/72-Black-full.woff2') format('woff2');
268
275
  }
269
276
 
270
277
  @font-face {
271
- font-family: '72-Bold';
272
- font-style: normal;
273
- unicode-range: U+010F, U+0165, U+013E, U+013D;
274
- src: url('fonts/72-Bold-full.woff2') format('woff2');
278
+ font-family: '72-SemiboldDuplex';
279
+ unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
280
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
275
281
  }
276
282
 
277
283
  // Responsive paddings
@@ -0,0 +1,6 @@
1
+ // The sapUiIntCardObjectButtonGroup (Bar) has been overstyled so it will align with its Label
2
+ // The following rule will circumvent the clipping of that Bar, because of overflow: hidden on sapUiAFLayoutItem
3
+ .sapFCardObjectContent .sapUiAFLayout .sapUiAFLayoutItem {
4
+ margin-left: -1rem;
5
+ padding-left: 1rem;
6
+ }