@iris.interactive/handcook 2.8.2 → 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
|
@@ -257,7 +257,7 @@ $form-field-border-style: var(--iris--form-field--border-style);
|
|
|
257
257
|
$form-field-border: var(--iris--form-field--border);
|
|
258
258
|
$form-field-height: var(--iris--form-field--height);
|
|
259
259
|
$form-field-border-radius: var(--iris--form-field--border-radius);
|
|
260
|
-
$form-field-padding: 15px;
|
|
260
|
+
$form-field-padding-x: 15px;
|
|
261
261
|
|
|
262
262
|
|
|
263
263
|
// Button
|
|
@@ -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;
|