@iris.interactive/handcook 2.8.4 → 2.8.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iris.interactive/handcook",
3
- "version": "2.8.4",
3
+ "version": "2.8.5",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -432,6 +432,11 @@ $trip-background-color: var(--iris--trip--background-color);
432
432
  $trip-link-color: var(--iris--trip--color-link);
433
433
  $trip-link-color-hover: var(--iris--trip--color-link-hover);
434
434
 
435
+
436
+ /* Global SIT
437
+ / ================================================== */
438
+ $topbar-sit-height: 60px;
439
+
435
440
  /* Notifications
436
441
  / ================================================== */
437
442
  $c-error: #f33;