app_variable: Refactor a settings-nested-checkbox-vertical-margin.

This refactors a CSS variable for checkbox field margin for checkboxes
nested in another field. For example, the "integration events" options
in the "Generate integration URL" modal. Those nested checkboxes are
spaced out closer together.

This is a prep commit for #34524, that PR will add another nested
checkbox in the "Add a new bot" modal.
This commit is contained in:
PieterCK
2025-06-09 12:20:42 +07:00
committed by Tim Abbott
parent 38d2a95aa1
commit 5f12e47ba7
2 changed files with 3 additions and 1 deletions

View File

@@ -2059,6 +2059,8 @@
);
/* The SVG must be adjusted when changing the border color above. */
--svg-url-rendered-checkbox: url("../images/checkbox.svg");
/* Nested checkboxes in settings menu */
--settings-nested-checkbox-vertical-margins: 0.3125em 0; /* 5px at 16px */
/* Theme-dependent SVGs */
--svg-url-thumbnail-loader: url("../images/loading/loader-black.svg");