@iris.interactive/handcook 2.9.10 → 2.9.13
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/README.md +1 -1
- package/package.json +1 -1
- package/public/styles/scss/_variables.scss +9 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Welcome to HandCook 👨🍳
|
|
2
|
-

|
|
3
3
|

|
|
4
4
|
[](#)
|
|
5
5
|
[](https://twitter.com/captain\_iris)
|
package/package.json
CHANGED
|
@@ -47,6 +47,13 @@ $block-margin-bottom: var(--iris--global--block-margin-bottom, 60px);
|
|
|
47
47
|
$block-margin-bottom-medium: $block-margin-bottom;
|
|
48
48
|
$block-margin-bottom-small: var(--iris--global--block-margin-bottom--small, 30px);
|
|
49
49
|
|
|
50
|
+
$block-margin-highest: var(--iris--global--block-margin-highest, 60px);
|
|
51
|
+
$block-margin-highest-medium: $block-margin-highest;
|
|
52
|
+
$block-margin-highest-small: var(--iris--global--block-margin-highest--small, 30px);
|
|
53
|
+
|
|
54
|
+
$sit-widget-margin-top: 60px;
|
|
55
|
+
$sit-widget-margin-bottom: 60px;
|
|
56
|
+
|
|
50
57
|
|
|
51
58
|
/* Margin
|
|
52
59
|
/ ================================================== */
|
|
@@ -321,6 +328,8 @@ $tooltip-background-color: var(--iris--tooltip--background-color);
|
|
|
321
328
|
$popover-color: var(--iris--popover--color);
|
|
322
329
|
$popover-background-color: var(--iris--popover--background-color);
|
|
323
330
|
|
|
331
|
+
// Number highlight
|
|
332
|
+
$number-highlight-color: var(--iris--number-highlight--color, var(--iris--icon--color));
|
|
324
333
|
|
|
325
334
|
// Switch
|
|
326
335
|
$switch-on: var(--iris--switch--color-on);
|
|
@@ -483,7 +492,6 @@ $roadtrip-topbar-background-color: var(--iris--roadtrip-topbar--background-color
|
|
|
483
492
|
$roadtrip-topbar-link-color: var(--iris--roadtrip-topbar--color-link);
|
|
484
493
|
$roadtrip-topbar-link-color-hover: var(--iris--roadtrip-topbar--color-link-hover);
|
|
485
494
|
|
|
486
|
-
|
|
487
495
|
/* Global SIT
|
|
488
496
|
/ ================================================== */
|
|
489
497
|
$topbar-sit-height: 60px;
|